{
  "markdown": "# Onchain Alpha Lab MCP\n\nOnchain Alpha Lab is a paid remote MCP server for crypto research workflows:\nonchain token screening, new-pool case reviews, Twitter/X content analysis,\nand KOL historical tweet distillation.\n\nPublic endpoint:\n\n```text\nhttps://mcp.onchainalphamcp.link/mcp\n```\n\nTransport: Streamable HTTP\n\nPayment: x402 through OKX Payment SDK on X Layer. MCP discovery requests such\nas `initialize` and `tools/list` are public. Paid `tools/call` requests return\nHTTP 402 with payment requirements when no valid payment header is supplied.\n\n## Tools\n\n| Tool | Price | Input summary |\n| --- | ---: | --- |\n| `analyze_onchain_alpha` | $0.06 | Token address, chain, candidates, optional focus |\n| `generate_new_pool_report` | $14.90 | Token address, chain, time window, optional focus |\n| `analyze_x_content` | $2.90 | Tweet text, account, topic, or content collection |\n| `distill_kol_history` | $9.90 | Twitter/X username and distillation direction |\n\n## MCP Client Config\n\n```json\n{\n  \"mcpServers\": {\n    \"onchain-alpha-lab\": {\n      \"type\": \"streamable-http\",\n      \"url\": \"https://mcp.onchainalphamcp.link/mcp\"\n    }\n  }\n}\n```\n\n## Quick Checks\n\nList tools:\n\n```bash\ncurl -sS https://mcp.onchainalphamcp.link/mcp \\\n  -H 'Content-Type: application/json' \\\n  -H 'Accept: application/json, text/event-stream' \\\n  --data '{\"jsonrpc\":\"2.0\",\"id\":1,\"method\":\"tools/list\",\"params\":{}}'\n```\n\nCheck payment requirements for a paid call:\n\n```bash\ncurl -i https://mcp.onchainalphamcp.link/mcp \\\n  -H 'Content-Type: application/json' \\\n  -H 'Accept: application/json, text/event-stream' \\\n  --data '{\"jsonrpc\":\"2.0\",\"id\":1,\"method\":\"tools/call\",\"params\":{\"name\":\"analyze_onchain_alpha\",\"arguments\":{\"token_address\":\"0x0000000000000000000000000000000000000000\",\"chain\":\"base\"}}}'\n```\n\n## Registry Metadata\n\nOfficial MCP Registry name:\n\n```text\nlink.onchainalphamcp.mcp/onchain-alpha-lab\n```\n\nSee `server.json` for registry metadata and `marketplaces/listings.md` for\nsubmission notes across MCP directories and agent marketplaces.\n\n",
  "bytes": 2027,
  "sha": "1892e75470d6c687ec776049e6141931529bf106b8bc6e9ddcaecedf4a969fb4",
  "repo_slug": "destinyyg/onchain-alpha-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_link_onchainalphamcp_mcp_onchain_alpha_l_ca66c8f7/readme"
}