AgentMarketMCP / SKILL 资产档案馆

目录 / 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_dataDetects 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_limitHandles 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_downAuto-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_errorFixes unexpected 500 errors, null values, and wrong data types in API responses. Cost: $0.003/request.
fix_price_mismatchCross-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_brokenRepairs malformed JSON, schema changes, and missing required fields. Auto-remaps Binance, Coinbase, Kraken schemas. Cost: $0.007/request.
fix_auth_errorFixes 401/403 authentication errors. Rotates API keys, recalculates HMAC signatures, syncs timestamps. Cost: $0.007/request.
fix_financial_riskReal-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_deadDetects silent WebSocket disconnections and reconnects automatically. Use when no data received for over 30 seconds. Cost: $0.003/request.
fix_key_permissionValidates API key permissions. Alerts on dangerous withdrawal permissions and switches to safe trading mode. Cost: $0.003/request.
auto_fixAuto-detects and fixes any crypto exchange API error. Use this when you are unsure of the error type. Handles all 10 error categories automatically.
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错

侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。