AgentHubAgentHub

Deepnets — Solana Token Intelligence

MCP ServerMCP Registry官方收录

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必填secret

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.

相关资源

统一 Manifest

{
  "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"
  }
}
Deepnets — Solana Token Intelligence — MCP Server 安装与配置 · AgentHub