Crypto market intelligence: regime detection, funding rates, liquidations, prices, signals.
Crypto market intelligence: regime detection, funding rates, liquidations, prices, signals.
fia-signals-mcp ยท v1.0.0
Odds7
57
๐ฎ Fia Signals MCP Server
Real-time crypto market intelligence for AI agents. Connect your Claude, Cursor, or any MCP-compatible AI to live market data in 60 seconds.
Quick Start
Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"fia-signals": {
"command": "npx",
"args": ["-y", "fia-signals-mcp"],
"env": {}
}
}
}
Direct API (no auth needed)
# Gas prices across 14 chains
curl https://api.fiasignals.com/v1/gas/prices/ethereum
# Solana trending tokens
curl https://api.fiasignals.com/v1/solana/trending
# Quick smart contract audit
curl https://api.fiasignals.com/v1/audit/quick/0xdAC17F958D2ee523a2206206994597C13D831ec7
# Full Swagger docs
open https://api.fiasignals.com/docs
8 MCP Tools
| Tool | Description |
|---|---|
get_market_regime |
BTC volatility regime classification (trending/ranging/volatile/breakout) with RSI, ADX, confidence level |
get_fear_greed |
Crypto Fear & Greed Index with classification and historical trend |
get_funding_rates |
Top perpetual funding rates across Bybit with annualised yield |
get_technical_signals |
Multi-indicator technical analysis: EMA, RSI, MACD, Bollinger, ADX |
get_prices |
Real-time crypto prices from Binance with 24h change and volume |
get_liquidations |
Recent liquidation events and cluster analysis |
get_market_dominance |
BTC/ETH dominance percentages and market cap data |
get_full_market_brief |
Complete market intelligence brief โ all tools in one call |
REST API โ 56 Endpoints
16 AI agent services covering:
- ๐ฅ Gas Oracle โ 14 chains including Solana
- ๐ Smart Contract Auditor โ automated security analysis
- ๐ฆ MEV Scanner โ sandwich attack & bot detection
- ๐ Wallet Intelligence โ risk scoring & behavior analysis
- โ๏ธ Solana Analytics โ token scanner, DeFi toolkit, rug pull detection
- ๐ Research Synthesis โ academic paper discovery
- ๐ฐ DeFi Yield Optimizer โ cross-protocol yield comparison
- ๐ช Token Due Diligence โ fundamental analysis
Free endpoints (no auth): gas prices, trending tokens, MEV bots, quick audits, quick DD, yield rates, research topics
Paid endpoints (x402 USDC micropayments): $0.001 - $1.00 per call
x402 Pay-Per-Call
AI agents can pay per API call using USDC on Base:
GET /regime โ HTTP 402 Payment Required
Agent pays $0.001 USDC via x402 facilitator
GET /regime (with payment proof) โ 200 OK + data
Discovery: api.fiasignals.com/.well-known/x402.json
Links
- ๐ API Documentation
- ๐ Website
- ๐ฆ MCP Registry
- ๐ ACP Manifest
License
MIT