npm @deepnets/mcp-serverstdioupdated 3mo ago
MCP server for Deepnets — Solana trading intelligence (token safety, holder graphs, funding-network detection, social research, watchlist, trending).
What can you do with Deepnets — Solana Token Intelligence?
@deepnets/mcp-server
MCP server for Deepnets — Solana trading intelligence (token safety, holder graphs, funding-network detection, social research, watchlist, trending).
Pay per call in USDC on Solana via x402. No API key. No signup.
Install
// Claude Desktop: ~/Library/Application Support/Claude/claude_desktop_config.json
// Cursor: ~/.cursor/mcp.json
{
"mcpServers": {
"deepnets": {
"command": "npx",
"args": ["-y", "@deepnets/mcp-server"],
"env": {
"SOLANA_PRIVATE_KEY": "your-base58-private-key"
}
}
}
}
Then restart your MCP client. The Deepnets tools (token_safety, token_holder_graph, wallet_details, etc.) appear automatically.
Wallet
Set 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.
Fund 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.
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.
Tools
Discovered 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:
| Tool | Description | Price |
|---|---|---|
token_safety |
Overall risk level, holder concentration, mintable/freezable flags, critical risks | $0.01 |
token_stats |
Price, market cap, holder count, liquidity | $0.01 |
token_holder_graph |
Funding-source graph: wallets + edges + exchange attributions | $0.01 |
wallet_details |
Wallet activity, holdings, network position | $0.05 |
network_details |
Funding-network breakdown by address | $0.05 |
token_details |
Deepest holder analysis, including individual holders | $0.15 |
Full list: https://api.deepnets.ai/.well-known/x402.
Configuration
| Env var | Default | Purpose |
|---|---|---|
SOLANA_PRIVATE_KEY |
(required) | Base58 private key used to sign x402 payments (Phantom / solana-keygen export) |
SOLANA_RPC_URL |
public mainnet RPC | Optional: a dedicated Solana RPC for signing payments (recommended to avoid public-RPC rate limits) |
DEEPNETS_API_ORIGIN |
https://api.deepnets.ai |
Override for staging / local-dev |
Development
git clone https://github.com/scifantastic/deepnets-mcp
cd deepnets-mcp
npm install
npm run dev # runs src/index.ts via tsx
npm run build # compiles to dist/
Support
Questions, bugs, or feature requests: open an issue at github.com/scifantastic/deepnets-mcp/issues.
License
MIT
Install
Add Deepnets — Solana Token Intelligence to your client. Pick the one you use.
claude mcp add mcp-server -- npx -y @deepnets/mcp-servercodex mcp add mcp-server -- npx -y @deepnets/mcp-serveramp mcp add mcp-server -- npx -y @deepnets/mcp-server{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@deepnets/mcp-server"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@deepnets/mcp-server"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"mcp-server","command":"npx","args":["-y","@deepnets/mcp-server"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@deepnets/mcp-server"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@deepnets/mcp-server"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@deepnets/mcp-server"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"mcp-server": {
"type": "local",
"command": "npx",
"args": [
"-y",
"@deepnets/mcp-server"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"mcp-server": {
"command": {
"path": "npx",
"args": [
"-y",
"@deepnets/mcp-server"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y @deepnets/mcp-serverRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
6 tools
Deepnets — Solana Token Intelligence exposes 6 tools to a connected agent.
- token_safety
- Overall risk level, holder concentration, mintable/freezable flags, critical risks
- token_stats
- Price, market cap, holder count, liquidity
- token_holder_graph
- Funding-source graph: wallets + edges + exchange attributions
- wallet_details
- Wallet activity, holdings, network position
- network_details
- Funding-network breakdown by address
- token_details
- Deepest holder analysis, including individual holders
Score
62 / 100
Good
- Documentation22/25
- Maintenance16/25
- Trust6/20
- Capability6/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 83 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 6 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 0.3.0Latest | Jun 10, 2026 |