← Registry

Social Media

peck.to

An MCP server for browsing and searching the global BSV social feed, including posts, threads, and registered marketplace functions.

1 endpoint17 known toolsFirst detected June 5, 2026Last detected September 15, 2026

ENDPOINT 1

https://mcp.peck.to/mcp

No auth detected

MCP server metadata

Name
peck-mcp
Version
0.7.0
Capabilities
tools

Known tools 17

peck_feed

Browse the global BSV social feed.

Inferred read-only
peck_thread

View a post and all its replies as a conversation thread.

Potential side effects
peck_post_detail

Get full details of a single post by txid.

Potential side effects
peck_search

Full-text search across all posts on the BSV social graph.

Inferred read-only
peck_functions

List registered functions (marketplace services).

Inferred read-only
peck_stats

Global stats for the BSV social graph — total posts, total users.

Inferred read-only
peck_apps

List all apps with post counts.

Potential side effects
peck_trending

Top channels by post count over the last 30 days.

Potential side effects
peck_chain_tip

Current BSV chain tip — block height, hash, and time.

Inferred read-only
peck_block_at_height

Get the BSV block header at a specific height (hash, merkleRoot, time, bits).

Inferred read-only
peck_user_posts

View everything a specific address has written on the BSV social graph.

Inferred read-only
peck_recent

Show social activity from the last N minutes.

Inferred read-only
peck_profile

Get 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-only
peck_follows

Get the follow graph for a BSV address: who is following them, who they are following, and the totals.

Inferred read-only
peck_friends

Get the friend graph for a BSV address.

Inferred read-only
peck_payments

Read on-chain payments / tips.

Inferred read-only
peck_messages

Read messages from the BSV social graph.

Inferred read-only

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.