Crypto API Fixer
加密 API 修复器
用于加密货币交易机器人的自动修复中间件。
在 <2ms 内静默修复 API 错误——在您的机器人亏损之前。
一个中间件。十种错误类型。零烦恼。
为什么存在
加密货币交易机器人常在凌晨 3 点因为以下原因崩溃:
速率限制 (429/503)
过时/陈旧的数据
损坏的 JSON 模式
身份验证失败
价格不匹配
端点宕机
以及更多...
您在睡觉。您的机器人卡住了。您在亏钱。
加密 API 修复器会自动修复它。
快速入门(面向人类)
git clone https://github.com/yourusername/crypto-api-fixer.git
cd crypto-api-fixer
pip install -r requirements.txt
# Train the system (one time)
python main.py --mode train
# Run the MCP server
python main.py --mode server
# Test
python main.py --mode test服务器运行在 http://localhost:8080
面向 AI 代理(Claude / Cursor / Windsurf)
将其添加到您的 MCP 配置中:
{
"mcpServers": {
"crypto-api-fixer": {
"url": "https://your-server-url/mcp"
}
}
}该代理将自动发现 10 个专用工具。
它修复的内容
错误类型 | 修复方法 | 成本 | 延迟 |
速率限制 (429/503) | 智能退避 + 代理轮换 | $0.003 | <2ms |
陈旧数据 | 从备份获取最新数据 | $0.003 | <2ms |
损坏的 JSON | 模式重映射 + 修复 | $0.007 | <5ms |
身份验证 401/403 | 密钥轮换 + 签名修复 | $0.007 | <5ms |
端点宕机 | 自动故障转移至镜像 | $0.003 | <3ms |
价格不匹配 | 跨交易所中位数 | $0.007 | <4ms |
金融风险 | 断路器 | $0.007 | <2ms |
WebSocket 死锁 | 静默重连 | $0.003 | <2ms |
密钥权限问题 | 降级安全模式 | $0.003 | <2ms |
意外的 500 | 清理 + 智能重试 | $0.003 | <3ms |
94.9% 的修复不需要任何 Claude API 调用。
工作原理
API Error
↓
Detector — identifies error type
↓
Solution DB — seen before? instant fix ($0.003)
↓
Rule-based Handlers — fast deterministic fix ($0.003)
↓
Agents Loop — fixer_a vs fixer_b + critic + judge ($0.007)
↓
Claude API — last resort only (<5% of cases)
↓
Archive DB — learns from every fix每一次修复都会让系统对每个人变得更智能。
定价 (x402 — 机器对机器)
层级 | 价格 | 时机 |
免费 | $0 | 前 100 次请求/机器人 |
简单修复 | $0.003 USDC | 缓存解决方案 |
复杂修复 | $0.007 USDC | 代理循环 |
通过 Base 链上的 x402 协议 (USDC) 支付。
没有 Stripe。没有发票。机器支付给机器。
每周报告
您的机器人每周都会收到一封电子邮件:
Your Bot Fixed 47 API Errors This Week
Success rate: 98.2%
Avg fix time: 1.2ms
Estimated losses prevented: $2,350支持的交易所
Binance • Coinbase • Kraken • Bybit • OKX
具有到镜像站点的自动备份路由。
MCP 工具 (10 个工具)
fix_stale_data fix_rate_limit fix_endpoint_down
fix_unexpected_error fix_price_mismatch fix_json_broken
fix_auth_error fix_financial_risk fix_websocket_dead
fix_key_permission许可证
MIT
专为永不休眠的交易机器人打造。
如果它为您省了钱,请给仓库点个星。
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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/Rak4n-sa/crypto-api-fixer'
If you have feedback or need assistance with the MCP directory API, please join our Discord server