{
  "markdown": "# @deepnets/mcp-server\n\nMCP server for **Deepnets** — Solana trading intelligence (token safety, holder graphs, funding-network detection, social research, watchlist, trending).\n\nPay per call in USDC on Solana via [x402](https://x402.org). No API key. No signup.\n\n## Install\n\n```jsonc\n// Claude Desktop: ~/Library/Application Support/Claude/claude_desktop_config.json\n// Cursor:        ~/.cursor/mcp.json\n{\n  \"mcpServers\": {\n    \"deepnets\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@deepnets/mcp-server\"],\n      \"env\": {\n        \"SOLANA_PRIVATE_KEY\": \"your-base58-private-key\"\n      }\n    }\n  }\n}\n```\n\nThen restart your MCP client. The Deepnets tools (`token_safety`, `token_holder_graph`, `wallet_details`, etc.) appear automatically.\n\n## Wallet\n\nSet `SOLANA_PRIVATE_KEY` in the server's `env` block (above) to a base58 private key — the standard export from Phantom or `solana-keygen`. The key stays in the MCP server's process: it's used only to sign x402 payments and is never sent to the model or returned in any tool output.\n\nFund that wallet with ~$1 USDC on Solana. That's enough for ~100 token-safety calls. Network fees are sponsored by the payment facilitator, so you don't need any SOL — just USDC. The server settles each call automatically; no further action needed.\n\n> **Tip:** use a dedicated low-balance wallet for this, not your main one. Only keep as much USDC in it as you're comfortable spending on API calls.\n\n## Tools\n\nDiscovered at startup from `https://api.deepnets.ai/.well-known/x402` — every endpoint becomes one MCP tool, so this server stays in sync with the API automatically. Sample:\n\n| Tool | Description | Price |\n|---|---|---|\n| `token_safety` | Overall risk level, holder concentration, mintable/freezable flags, critical risks | $0.01 |\n| `token_stats` | Price, market cap, holder count, liquidity | $0.01 |\n| `token_holder_graph` | Funding-source graph: wallets + edges + exchange attributions | $0.01 |\n| `wallet_details` | Wallet activity, holdings, network position | $0.05 |\n| `network_details` | Funding-network breakdown by address | $0.05 |\n| `token_details` | Deepest holder analysis, including individual holders | $0.15 |\n\nFull list: `https://api.deepnets.ai/.well-known/x402`.\n\n## Configuration\n\n| Env var | Default | Purpose |\n|---|---|---|\n| `SOLANA_PRIVATE_KEY` | _(required)_ | Base58 private key used to sign x402 payments (Phantom / `solana-keygen` export) |\n| `SOLANA_RPC_URL` | public mainnet RPC | Optional: a dedicated Solana RPC for signing payments (recommended to avoid public-RPC rate limits) |\n| `DEEPNETS_API_ORIGIN` | `https://api.deepnets.ai` | Override for staging / local-dev |\n\n## Development\n\n```bash\ngit clone https://github.com/scifantastic/deepnets-mcp\ncd deepnets-mcp\nnpm install\nnpm run dev    # runs src/index.ts via tsx\nnpm run build  # compiles to dist/\n```\n\n## Support\n\nQuestions, bugs, or feature requests: open an issue at\n[github.com/scifantastic/deepnets-mcp/issues](https://github.com/scifantastic/deepnets-mcp/issues).\n\n## License\n\nMIT\n",
  "bytes": 3029,
  "sha": "b7fde74b41507ffcca482680e55f5d725c07796c14a41a12ff2f2c16ed8f8f27",
  "repo_slug": "scifantastic/deepnets-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_scifantastic_deepnets_mcp_0c9a8d16/readme"
}