177 crypto market intel endpoints with auto x402 USDC micropayments from your AI agent
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"carbon-cashmere": {
"env": {
"EVM_PRIVATE_KEY": "0x_your_evm_private_key_here",
"SVM_PRIVATE_KEY": "your_base58_solana_private_key_here_optional"
},
"args": [
"-y",
"@carbon-cashmere/x402-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
177 crypto market intel endpoints with auto x402 USDC micropayments from your AI agent
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
This server is missing a description.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in finance / ai-ml
Persistent memory using a knowledge graph
Dynamic problem-solving through sequential thought chains
Workspace template + MCP server for Claude Code, Codex CLI, Cursor & Windsurf. Multi-agent knowledge engine (ag-refresh / ag-ask) that turns any codebase into a queryable AI assistant.
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
MCP Security Weekly
Get CVE alerts and security updates for io.github.CarbonCashmere/x402-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
MCP server that exposes Carbon & Cashmere's 177 crypto market intelligence endpoints to your AI agent — with automatic x402 USDC micropayments from your wallet.
When this MCP is installed, your AI agent can call tools like:
get_v1_news — analyzed crypto news with sentiment + market impactget_v1_stablecoins — total market cap, per-coin supply, chain distributionget_v1_onchain_btc — Bitcoin on-chain metrics (hash-rate, mempool, miner flows)get_v1_bittensor_leaderboard — top-100 Bittensor miners by emissionget_v1_mantis_realized_accuracy — MANTIS subnet (UID 253) realized accuracy track-recordget_v1_intel_snapshot — aggregated market intel snapshot177 paid endpoints total. Default exposes top 100 (curated by revenue + popularity). Set X402_TOOL_LIMIT=177 to expose all incl. per-coin variants.
Each tool invocation triggers a single USDC micropayment from your configured wallet. No subscription. No API key. Pay only for what you use.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"carbon-cashmere": {
"command": "npx",
"args": ["-y", "@carbon-cashmere/x402-mcp"],
"env": {
"EVM_PRIVATE_KEY": "0x_your_evm_private_key_here",
"SVM_PRIVATE_KEY": "your_base58_solana_private_key_here_optional"
}
}
}
}
Restart Claude Desktop. The top 100 Carbon & Cashmere tools (curated by revenue + popularity) appear in your tool palette.
Same JSON config, paste into your MCP settings panel.
Security: use a dedicated spending wallet, not your main wallet. Your
EVM_PRIVATE_KEYsits in plaintext in your Claude Desktop config. Any process on the host with read access to that file gets the key. Treat it as a hot wallet you would not mind losing: fund it with the small amount you plan to spend ($10–$50 in USDC), never with your main holdings.
0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80)Network whitelist. The MCP server only signs payments for networks that
appear in the API's 402-response accepts[] array (currently Base, Polygon,
Arbitrum, World Chain, Solana, Algorand, Stellar). Requests routed to any
other chain are rejected at the signing layer — your key cannot be tricked
into signing for an arbitrary network.
Keys never leave your machine. They live only in your Claude Desktop config and the MCP process running locally. Payment signing happens on your device; only the signed EIP-712 / SIWS payload travels to Carbon & Cashmere.
If you start the MCP server without EVM_PRIVATE_KEY and without
SVM_PRIVATE_KEY, it runs in discovery-only mode: tool registration
works, free endpoints work, paid tool invocations surface a 402 error to the
agent. Useful for: evaluating the tool catalog, MCP marketplace introspection
(Glama, npm scrapers), or running in a CI/test environment without funding
a wallet.
Claude Desktop @carbon-cashmere/x402-mcp api.carbon-cashmere.de
|
... [View full README on GitHub](https://github.com/carboncashmere/x402-mcp#readme)