MCP Server
MCP
Deepnets — Solana Token Intelligence
Solana token intelligence for trading agents: safety, holder graphs, funding networks, research.
Install
npx -y @deepnets/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@deepnets/mcp-server",
"version": "0.3.0",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"value": "-y",
"type": "positional"
},
{
"value": "@deepnets/mcp-server",
"type": "positional"
}
],
"environmentVariables": [
{
"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,
"name": "SOLANA_PRIVATE_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment