目录 / crypto-api-fixer
MCP
鉴权未知
未评级
已上架
crypto-api-fixer
Auto-repair middleware for crypto trading bots. Automatically detects and fixes 10 types of exchange API errors (rate limits, stale data, broken JSON, auth failures, price mismatches, endpoint downtime, financial risks, WebSocket failures, and more) in under 2ms — before your bot loses money. Free tier: 100 requests/bot. Paid via x402 USDC on Base.
该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链
接入信息
- 传输形态
- http
- 鉴权方式
- 鉴权未知
- 端点
https://crypto-api-fixer--aloryanirakan-cqmg.run.tools
鉴权方式未标注,请核对官方文档后再接入——不要直接使用以下片段
{
"mcpServers": {
"crypto-api-fixer": {
"url": "https://crypto-api-fixer--aloryanirakan-cqmg.run.tools"
}
}
}
能力清单
| 工具 | 说明 |
|---|---|
| fix_stale_data | Detects and fixes stale/outdated API responses from crypto exchanges. Fetches fresh data from backup sources. Use when price data is older than 5 seconds. Cost: $0.003/request. |
| fix_rate_limit | Handles 429 and 503 rate limit errors. Applies smart backoff and proxy rotation. Use when exchange returns Too Many Requests. Cost: $0.003/request. |
| fix_endpoint_down | Auto-failover when exchange API is down (502/503/504). Routes to backup mirrors for Binance, Coinbase, Kraken, Bybit, OKX. Cost: $0.003/request. |
| fix_unexpected_error | Fixes unexpected 500 errors, null values, and wrong data types in API responses. Cost: $0.003/request. |
| fix_price_mismatch | Cross-exchange price validation. Detects outliers over 3% deviation and computes median price. Use when prices differ significantly between exchanges. Cost: $0.007/request. |
| fix_json_broken | Repairs malformed JSON, schema changes, and missing required fields. Auto-remaps Binance, Coinbase, Kraken schemas. Cost: $0.007/request. |
| fix_auth_error | Fixes 401/403 authentication errors. Rotates API keys, recalculates HMAC signatures, syncs timestamps. Cost: $0.007/request. |
| fix_financial_risk | Real-time circuit breaker for price spikes over 3%, low liquidity, or API latency over 500ms. Pauses trading to prevent losses. Cost: $0.007/request. |
| fix_websocket_dead | Detects silent WebSocket disconnections and reconnects automatically. Use when no data received for over 30 seconds. Cost: $0.003/request. |
| fix_key_permission | Validates API key permissions. Alerts on dangerous withdrawal permissions and switches to safe trading mode. Cost: $0.003/request. |
| auto_fix | Auto-detects and fixes any crypto exchange API error. Use this when you are unsure of the error type. Handles all 10 error categories automatically. |
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错
侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。