usenami-mcp
Official@usenami/mcp-server
MCP server giving AI agents (Claude Desktop, Cursor, MCP-aware clients) direct access to Usenami — a multi-venue perpetual futures funding rate & real-world-asset spread API built for arb-aware agents.
Bazaar listing: https://agentic.market/services/api-usenami-io
API base: https://api.usenami.io
Paid via x402 USDC on Base mainnet (Coinbase CDP Facilitator)
Tools
Free (no wallet required)
Tool | Description |
| Catalog of perpetual futures venues Usenami tracks (CEX + DEX, incl. Hyperliquid HIP-3 sub-venues). |
| Last-update timestamps + freshness status per venue. Use to verify currency before a paid call. |
Paid ($0.001 USDC each, requires X402_PRIVATE_KEY)
Tool | Description |
| Per-venue funding rates across 30+ exchanges. Optional |
| Cross-venue funding-rate spread snapshot for a base ticker. Returns long-side / short-side venues + spread in bps. |
| Oracle price-source family classification. Identify venues that share a price source (no genuine arbitrage edge between same-family pairs). |
| RWA perpetual coverage on Hyperliquid HIP-3 DEXes. 6 sub-venues × ~139 tickers across stocks / metals / forex / commodities / indices / pre-IPO synthetics. Optional |
Related MCP server: hyperd-mcp
Setup — Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"usenami": {
"command": "npx",
"args": ["-y", "@usenami/mcp-server"],
"env": {
"X402_PRIVATE_KEY": "0xYOUR_PRIVATE_KEY"
}
}
}
}Restart Claude Desktop. The 6 tools appear in the tool drawer.
X402_PRIVATE_KEY is optional — the 2 free tools work without it. Paid tools return a clear error if the env is missing.
Setup — Cursor
In Cursor settings → MCP, add the same JSON block as above. Cursor invokes the server via stdio.
Wallet preparation
X402_PRIVATE_KEY must be an EVM private key of a wallet holding USDC on Base mainnet:
USDC contract:
0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Network: Base mainnet (chain id 8453)
Suggested minimum: 0.05 USDC (~50 paid calls of headroom)
No ETH needed — the Coinbase CDP Facilitator covers gas via EIP-3009 meta-transactions.
Pricing is $0.001 USDC per paid call. Settlement is on-chain, irrevocable, no subscription.
Local development
npm install
npm run build
node dist/index.js # talks JSON-RPC over stdio — use MCP Inspector to drive itFor dev (no build step):
npm run devTo test a paid tool manually:
X402_PRIVATE_KEY=0x... npm run dev
# Then in another terminal use @modelcontextprotocol/inspectorWhat you get back — response shapes
All paid responses are JSON. Examples:
usenami_funding_current → { symbol: "BTC-PERP" | null, rates: [{ source_id, venue, symbol, rate, updated_at }, ...] }
usenami_perp_funding_spread → { ticker, venues_count, spread: { ticker, long_venue, long_rate, short_venue, short_rate, spread_bps, updated_at } | null }
usenami_perp_oracle_families → { families: [{ family, method, venues }, ...], total_venues }
usenami_rwa_perp_coverage → { items: [{ ticker, venue, asset_class, funding_rate, updated_at }, ...], tickers_count, venues_count }
Architecture
Transport: stdio (Claude Desktop, Cursor, MCP Inspector). Streamable HTTP remote planned for v0.2.
Payment:
x402-fetchwrapsfetch— intercepts 402 responses, signs EIP-3009 authorization with the local wallet, retries with theX-Paymentheader. Wallet PK never leaves the local process.Custody: zero — there is no MCP-side wallet. The customer brings their own PK.
Differentiation vs CoinGecko / CMC
Usenami is perp-first: funding rates and venue spreads are the primary product, not an afterthought. The two unique offers:
Oracle family disclosure — explicit basis-risk awareness. Cross-venue strategies between same-family venues (
cex_aggregated,pyth_stork, etc.) carry no real edge; Usenami exposes this directly.RWA on HIP-3 — 139 RWA tickers (stocks, metals, forex, commodities, pre-IPO) on Hyperliquid HIP-3 sub-venues. CoinGecko/CMC have no comparable surface.
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceReal-time crypto intelligence for AI agents. Technical analysis, liquidation heatmaps, sentiment, and funding rates for 50+ Hyperliquid perpetuals via x402 micropayments.Last updated151MIT

hyperd-mcpofficial
AlicenseAqualityAmaintenancePre-trade DeFi intelligence for AI agents. 20 paid x402 endpoints, USDC on Base.Last updated23721MIT
Funding-mcpofficial
AlicenseAqualityBmaintenanceReal-time perp market-data for AI trading agents — funding rates, funding-arb signals, open interest, volume, orderbook depth/slippage and oracle families across 25 venues, plus HIP-3 RWA coverage (tokenized stocks, metals, oil) that mainstream aggregators lack. x402-native pay-per-call (USDC on Base): one free funding screener tool + 11 paid tools with auto-pay.Last updated12311MIT- FlicenseAqualityCmaintenancePay-per-call tools for AI agents including trust checks, due diligence, market data, and human-verified approvals, settled in USDC on Base via the x402 protocol.Last updated16
Related MCP Connectors
Crypto market data for AI agents via x402. 16 tools: prices, funding, DeFi yields, arbitrage, TA.
Crypto perps data for AI agents: funding rates, open interest, liquidations, order book, CVD.
Pay-per-call data tools for AI agents: crypto signal, web reader, SEO audit. x402 USDC on Base.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/namixai/usenami-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server