MCP Hub
Back to servers

fia-signals-mcp

Crypto market intelligence: regime detection, funding rates, liquidations, prices, signals.

Registry
Updated
Feb 27, 2026

Fía Signals MCP Server

AI-native crypto market intelligence for AI agents. Real-time regime detection, funding rates, liquidation zones, and more.

MCP x402 License: MIT

What is this?

An MCP server that gives any AI agent (Claude, ChatGPT, Cursor, etc.) access to professional-grade crypto market intelligence:

  • Market Regime Detection — HMM-based classification: trending, ranging, volatile, breakout
  • Fear & Greed Index — Real-time sentiment with classification
  • Funding Rates — Top perpetual funding rates with annualised yields
  • Technical Signals — EMA, RSI, MACD, Bollinger, ADX across any symbol
  • Live Prices — Real-time from Binance with 24h change and volume
  • Liquidation Data — Recent liquidation events and cluster analysis
  • Market Dominance — BTC/ETH dominance and total market cap
  • Full Market Brief — Everything above in one call

Quick Start

Claude Desktop (stdio)

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "fia-signals": {
      "command": "python3",
      "args": ["/path/to/server.py"]
    }
  }
}

HTTP/SSE (remote agents)

python3 server.py --transport http --port 8403 --host 0.0.0.0

Available Tools

ToolDescriptionData Source
get_market_regimeBTC volatility regime with RSI, ADX, confidenceBinance + Bybit
get_fear_greedCrypto Fear & Greed Indexalternative.me
get_funding_ratesTop N perpetual funding ratesBybit
get_technical_signalsMulti-indicator technical analysisBinance
get_pricesReal-time prices with 24h statsBinance
get_liquidationsRecent liquidation eventsBybit
get_market_dominanceBTC/ETH dominance %CoinGecko
get_full_market_briefComplete market brief (all above)All sources

x402 Micropayments

This server is also available as a pay-per-call API via x402 at:

https://x402.fiasignals.com

34 endpoints available, priced $0.001-$0.005 USDC per call on Base L2. Free preview at /preview.

Also Available On

  • ClaWHub: clawhub install fia-signals-skillView on ClaWHub
  • ACP: https://fiasignals.com/.well-known/acp — ChatGPT agent discovery
  • x402 Bazaar: https://x402.fiasignals.com/.well-known/x402.json

Requirements

  • Python 3.11+
  • mcp package
  • httpx package
pip install mcp httpx

License

MIT

Contact

Reviews

No reviews yet

Sign in to write a review