Social Media
peck.to
An MCP server for browsing and searching the global BSV social feed, including posts, threads, and registered marketplace functions.
ENDPOINT 1
https://mcp.peck.to/mcp
MCP server metadata
- Name
- peck-mcp
- Version
- 0.7.0
Known tools 17
peck_block_at_heightGet the BSV block header at a specific height (hash, merkleRoot, time, bits).
Inferred read-onlypeck_user_postsView everything a specific address has written on the BSV social graph.
Inferred read-onlypeck_profileGet a synthesized profile for a BSV address: primary display_name, total posts/replies, first/last seen timestamps, and the apps + channels the address has been active on.
Inferred read-onlypeck_followsGet the follow graph for a BSV address: who is following them, who they are following, and the totals.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.peck-mcp]
url = "https://mcp.peck.to/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"peck-mcp": {
"type": "http",
"url": "https://mcp.peck.to/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: peck-mcp
Remote MCP URL: https://mcp.peck.to/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"peck-mcp": {
"url": "https://mcp.peck.to/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"peck-mcp": {
"type": "http",
"url": "https://mcp.peck.to/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "peck-mcp",
"transport": "streamable-http",
"url": "https://mcp.peck.to/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.