Funding-mcp
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| USENAMI_API_BASE | No | Base URL for Usenami API | https://api.usenami.io |
| X402_PRIVATE_KEY | No | Base wallet private key (0x...) with USDC for auto-pay of paid tools |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| funding_screenerA | FREE preview of current cross-venue perpetual funding rates across 20+ exchanges (Binance, Bybit, OKX, Hyperliquid, Aster, Lighter, HIP-3 sub-DEXes). No wallet required. |
| funding_arbA | Cross-exchange funding-rate ARBITRAGE candidates: ranked long/short venue pairs by funding spread (delta-neutral) across 20+ venues. Naive scan — excludes fees/latency/execution timing. PAID ~$0.003 via x402. |
| funding_signalA | DECISION-READY funding-arb SIGNAL — the 'sell-the-outcome' upgrade over funding_arb. Ranked opportunities NET of public round-trip taker fees, with funding-periods-to-breakeven, a depth-sized max notional ($1k/$5k/$10k from real order-book depth) and a liquidity flag (deep/moderate/thin/below_1k). Computed facts, NOT a profit forecast. PAID ~$0.025 via x402. |
| funding_spreadB | Current funding-rate spread for one symbol across all venues (min/max venue, basis). PAID ~$0.001 via x402. |
| funding_historyA | Historical funding rates for a symbol across venues (for backtesting/analysis). PAID ~$0.005 via x402. |
| orderbook_slippageA | Multi-venue execution cost / slippage for a trade size — where a ticker is cheapest to execute across venues. PAID ~$0.005 via x402. |
| open_interestB | Current open interest for a ticker on a venue. PAID ~$0.001 via x402. |
| oi_deltaB | Open-interest change over a lookback window for a ticker on a venue (positioning shifts). PAID ~$0.003 via x402. |
| volume_24hB | 24h perpetual volume for a ticker on a venue. PAID ~$0.001 via x402. |
| volume_anomaliesA | Tickers showing anomalous volume spikes across venues (flow detection). PAID ~$0.003 via x402. |
| oracle_familiesA | Oracle-family grouping across venues (which venues share an oracle → basis-risk map). PAID ~$0.001 via x402. |
| rwa_coverageB | Hyperliquid HIP-3 RWA perpetual coverage — stocks, metals, oil, forex, indices, pre-IPO synthetics that CoinGecko/CMC/Coinglass do not aggregate. PAID ~$0.001 via x402. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 12 tools
Each tool targets a distinct aspect of perpetual funding market data: arbitrage screening, history, signal, spread, open interest, volume, orderbook, etc. Even closely related tools like funding_arb and funding_signal have clear differences in scope and detail.
All tool names follow a consistent lowercase_snake_case pattern, primarily noun_noun (e.g., funding_arb, volume_24h) or adjective_noun (e.g., open_interest). The naming is predictable and descriptive, with no mixed conventions.
With 12 tools, the server offers a well-scoped set that covers the core domain without being overwhelming or too sparse. Each tool earns its place by addressing a specific data need.
The tool surface covers key areas of perpetual funding analysis: funding rates (history, spread, signal, screen), open interest, volume, orderbook slippage, oracle risk, and RWA coverage. There are no obvious gaps for the intended use case of market data retrieval and analysis.