MCP server for Silverback DeFi Intelligence — 27 paid endpoints via x402 micropayments. No API keys, no subscriptions. Your AI agent pays per call in USDC on Base.
PRIVATE_KEY=0xYourKey npx -y silverback-x402-mcpThe server registers 27 DeFi intelligence tools over stdio. Your agent can immediately query swap routes, yield opportunities, token audits, whale movements, portfolio analytics, and more.
- Node.js 20+
- Wallet private key with USDC on Base (+ small amount of ETH for gas)
| Variable | Description | Default |
|---|---|---|
PRIVATE_KEY |
Wallet private key (hex, 0x-prefixed) | required |
SILVERBACK_API_URL |
Silverback API endpoint | https://x402.silverbackdefi.app |
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"silverback": {
"command": "npx",
"args": ["-y", "silverback-x402-mcp"],
"env": {
"PRIVATE_KEY": "0xYourPrivateKeyHere"
}
}
}
}Restart Claude Desktop. You'll see Silverback tools in the tools menu.
Add to .cursor/mcp.json in your project:
{
"mcpServers": {
"silverback": {
"command": "npx",
"args": ["-y", "silverback-x402-mcp"],
"env": {
"PRIVATE_KEY": "0xYourPrivateKeyHere"
}
}
}
}claude mcp add silverback -- npx -y silverback-x402-mcpSet PRIVATE_KEY in your environment.
| Tool | Description | Price |
|---|---|---|
swap_quote |
Optimal swap route with price impact on Base | $0.01 |
swap |
Non-custodial Permit2 swap with EIP-712 signing | $0.05 |
pool_analysis |
Liquidity pool analysis (TVL, volume, IL risk) | $0.01 |
technical_analysis |
RSI, MACD, Bollinger Bands, pivot point S/R | $0.03 |
defi_yield |
Yield opportunities on Aerodrome, Morpho, etc. | $0.03 |
backtest |
Strategy backtesting with historical data | $0.10 |
| Tool | Description | Price |
|---|---|---|
top_pools |
Top liquidity pools by TVL and volume | $0.005 |
top_protocols |
Top DeFi protocols on Base | $0.005 |
top_coins |
Top cryptocurrencies by market cap | $0.005 |
gas_price |
EIP-1559 gas prices, USD cost estimates, congestion | $0.005 |
trending_tokens |
Trending tokens by chain | $0.005 |
token_metadata |
Token price, market cap, description | $0.005 |
correlation_matrix |
Token correlation for diversification | $0.01 |
arbitrage_scanner |
Cross-DEX arbitrage (OpenOcean, 1inch, 0x) | $0.03 |
price_history |
Historical price/volume over 1–365 days | $0.005 |
market_overview |
Global market cap, BTC/ETH dominance, gainers/losers | $0.005 |
protocol_fees |
Protocol fee revenue (24h/7d/30d) on Base | $0.01 |
| Tool | Description | Price |
|---|---|---|
jupiter_quote |
Jupiter DEX swap quote — route, impact, fees | $0.01 |
solana_trending |
Trending tokens/pools on Solana | $0.005 |
| Tool | Description | Price |
|---|---|---|
token_audit |
Security audit: contract, holders, deployer reputation, risk score | $0.02 |
whale_moves |
Whale transfers and accumulation patterns | $0.02 |
holder_analytics |
Token holder distribution and concentration metrics | $0.01 |
wallet_portfolio |
Wallet ERC-20 holdings with USD values | $0.02 |
token_compare |
Side-by-side comparison of two tokens | $0.01 |
agent_reputation |
ERC-8004 agent reputation scores | $0.005 |
agent_discover |
Discover registered agents by capability | $0.01 |
| Tool | Description | Price |
|---|---|---|
chat |
AI DeFi assistant — ask anything about crypto | $0.05 |
AI Agent (Claude, Cursor, etc.)
| stdio JSON-RPC
v
silverback-x402-mcp (local, has your wallet)
| 1. Tool call from agent
| 2. HTTP request to Silverback API
| 3. Server returns 402 Payment Required
| 4. MCP server auto-signs USDC payment
| 5. Retries with payment proof
| 6. Returns data to agent
v
Silverback API (x402.silverbackdefi.app)
Payment is invisible to the agent. It calls a tool, the MCP server handles x402 payment, and returns the data.
Silverback accepts USDC on:
- Base (primary) — via CDP facilitator
- Solana — via PayAI facilitator
- SKALE Base — zero gas fees
- Keeta — zero gas fees
This MCP server pays via Base USDC by default.
- API: https://x402.silverbackdefi.app
- Website: https://silverbackdefi.app
- ERC-8004 Agent: https://8004agents.ai/ethereum/agent/13026
- X: https://x.com/silverbackdefi
MIT