New:Socket for Asana Is Now Available.Learn more
Get Started

@deepnets/mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@deepnets/mcp-server

MCP server for Deepnets — Solana trading intelligence (token safety, holder graphs, funding-network detection). Pay-per-call via x402 in USDC on Solana. No API key.

Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

@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"]
    }
  }
}

Then restart your MCP client. The Deepnets tools (token_safety, token_holder_graph, wallet_details, etc.) appear automatically.

Wallet

Payments are handled by agentcash — it manages the wallet for you. First-time setup, one-time:

npm install -g agentcash
npx agentcash onboard      # creates a wallet
npx agentcash balance      # shows the address you fund

Fund the address with ~$1 USDC on Solana. That's enough for ~100 token-safety calls. After that, the MCP server settles payments automatically per tool call; no further action needed.

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:

ToolDescriptionPrice
token_safetyOverall risk level, holder concentration, mintable/freezable flags, critical risks$0.01
token_statsPrice, market cap, holder count, liquidity$0.01
token_holder_graphFunding-source graph: wallets + edges + exchange attributions$0.01
wallet_detailsWallet activity, holdings, network position$0.05
network_detailsFunding-network breakdown by address$0.05
token_detailsDeepest holder analysis, including individual holders$0.15

Full list: https://api.deepnets.ai/.well-known/x402.

Configuration

Env varDefaultPurpose
DEEPNETS_API_ORIGINhttps://api.deepnets.aiOverride for staging / local-dev
AGENTCASH_BINagentcashPath/name of the agentcash binary if not on PATH

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/

License

MIT

Keywords

mcp

FAQs

Package last updated on 18 May 2026

Related posts