
Product
Microsoft Teams Notifications Are Now Available in Socket
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.
@deepnets/mcp-server
Advanced tools
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.
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.
// 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.
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.
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:
| Tool | Description | Price |
|---|---|---|
token_safety | Overall risk level, holder concentration, mintable/freezable flags, critical risks | $0.01 |
token_stats | Price, market cap, holder count, liquidity | $0.01 |
token_holder_graph | Funding-source graph: wallets + edges + exchange attributions | $0.01 |
wallet_details | Wallet activity, holdings, network position | $0.05 |
network_details | Funding-network breakdown by address | $0.05 |
token_details | Deepest holder analysis, including individual holders | $0.15 |
Full list: https://api.deepnets.ai/.well-known/x402.
| Env var | Default | Purpose |
|---|---|---|
DEEPNETS_API_ORIGIN | https://api.deepnets.ai | Override for staging / local-dev |
AGENTCASH_BIN | agentcash | Path/name of the agentcash binary if not on PATH |
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/
MIT
FAQs
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.
We found that @deepnets/mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.

Security News
Socket CTO Ahmad Nassri joins AppSec leaders at Black Hat to discuss active malware, package manager risks, and software supply chain defense.