chain-mcp

Remote MCP server for crypto social-trading data.

Endpoint

POST https://data.stalkchain.com/mcp
authorization: Bearer <your token>

Claude.ai / Claude Desktop (Settings → Connectors → Add custom connector)

Paste this URL; no header field is needed because the token is part of the link. Treat the link like a password.

https://data.stalkchain.com/mcp/<your token>

Claude Code

claude mcp add --transport http chain-mcp https://data.stalkchain.com/mcp \
  --header "Authorization: Bearer <your token>"

Cursor / other clients (mcp.json)

{
  "mcpServers": {
    "chain-mcp": {
      "url": "https://data.stalkchain.com/mcp",
      "headers": { "Authorization": "Bearer <your token>" }
    }
  }
}

What you can ask

Health: /healthz. Every tool response ends with the credits it cost.