B
io.github.scifantastic/deepnets-mcp · v0.3.0
Solana token intelligence for trading agents: safety, holder graphs, funding networks, research.
Deepnets — Solana Token Intelligence 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"deepnets-mcp": {
"command": "npx",
"args": [
"-y",
"@deepnets/mcp-server"
],
"env": {
"SOLANA_PRIVATE_KEY": "<SOLANA_PRIVATE_KEY>"
}
}
}
}SOLANA_PRIVATE_KEY必填secretBase58-encoded Solana private key used in-process to sign x402 USDC payments. Facilitator-sponsored fees, so only USDC is required. Never exposed to the model or returned in tool output.
v6.58.2
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
{
"id": "io.github.scifantastic/deepnets-mcp",
"type": "mcp-server",
"version": "0.3.0",
"displayName": "Deepnets — Solana Token Intelligence",
"description": "Solana token intelligence for trading agents: safety, holder graphs, funding networks, research.",
"repository": {
"url": "https://github.com/scifantastic/deepnets-mcp",
"source": "github"
},
"homepage": "https://deepnets.ai/agents",
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "@deepnets/mcp-server",
"version": "0.3.0",
"runtimeHint": "npx",
"transport": "stdio",
"environmentVariables": [
{
"name": "SOLANA_PRIVATE_KEY",
"description": "Base58-encoded Solana private key used in-process to sign x402 USDC payments. Facilitator-sponsored fees, so only USDC is required. Never exposed to the model or returned in tool output.",
"isRequired": true,
"isSecret": true
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.scifantastic/deepnets-mcp",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.scifantastic%2Fdeepnets-mcp/versions/latest",
"isOfficial": true,
"status": "active"
}
}