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
- How many KOLs hold this token, and who are they?
- Which tokens did 3+ tracked traders enter in the last hour?
- What share of a token's tracked holders sold today?
- Research a trader before following them; compare traders.
- Who launched this coin, and when? What are the top theses?
Health: /healthz. Every tool response ends with the credits it cost.