← Back to Plugins
MCP Server MCP

Deepnets — Solana Token Intelligence

github By github 👁 1 views ▲ 0 votes

Solana token intelligence for trading agents: safety, holder graphs, funding networks, research.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...