{
  "markdown": "# Fía Signals MCP Server\n\n[![MCP](https://img.shields.io/badge/MCP-Compatible-blue)](https://modelcontextprotocol.io)\n[![x402](https://img.shields.io/badge/x402-Pay--per--call-green)](https://x402.fiasignals.com)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)\n\nProfessional-grade crypto market intelligence for AI agents. 8 MCP tools backed by real-time data from Binance, DeFiLlama, Etherscan, and more.\n\n## Tools\n\n| Tool | Description | Free? |\n|------|-------------|-------|\n| `get_market_regime` | Detect trending/ranging/volatile/breakout market regime | ✅ Free |\n| `get_fear_greed` | Crypto Fear & Greed Index with 7-day history | ✅ Free |\n| `get_funding_rates` | Top perpetual funding rates across exchanges | ✅ Free |\n| `get_defi_yields` | Best yields across Aave, Compound, Curve, Lido | ✅ Free |\n| `get_solana_tokens` | Trending Solana tokens with risk scores | ✅ Free |\n| `get_crypto_signals` | BUY/SELL/HOLD with RSI, MACD, ADX | ✅ Free |\n| `get_wallet_risk` | Wallet risk score + entity classification | x402 $0.02 |\n| `audit_contract` | Smart contract quick audit (reentrancy, access control) | x402 $0.05 |\n\n## Quick Start\n\n### Claude Desktop\n\n```json\n{\n  \"mcpServers\": {\n    \"fia-signals\": {\n      \"url\": \"https://fiasignals.com/.well-known/mcp.json\"\n    }\n  }\n}\n```\n\n### Cursor / Windsurf\n\nAdd to your MCP config:\n```\nhttps://fiasignals.com/.well-known/mcp.json\n```\n\n### Python (LangChain / CrewAI / AutoGen)\n\n```bash\npip install fia-signals-tools\n```\n\n```python\nfrom fia_signals_tools import get_market_regime, get_crypto_signals, LANGCHAIN_TOOLS\n\n# Standalone\nregime = get_market_regime()  # {\"regime\": \"TRENDING_UP\", \"confidence\": 0.8, ...}\nsignals = get_crypto_signals(\"ETH\")  # {\"signal\": \"BUY\", \"rsi\": 52, ...}\n\n# LangChain agent\nfrom langchain.agents import initialize_agent\nagent = initialize_agent(tools=LANGCHAIN_TOOLS, llm=llm)\n```\n\n## x402 Micropayments\n\nPremium tools (wallet risk, smart contract audit) use x402 pay-per-call. Any agent with a Solana USDC wallet can call instantly — no API keys, no setup.\n\n- **Discovery:** https://x402.fiasignals.com/.well-known/x402.json\n- **Wallet:** `GScv2iEvgUHcYyKpbVBHMZU3ELLvhAq4hS9aD75CiErW`\n- **Price:** $0.001–$0.50/call\n\n## Virtuals Protocol ACP (Agent-to-Agent Hiring)\n\nHire CryptoIntel directly via the Virtuals ACP marketplace. Agent-to-agent escrow payments.\n\n**Agent ID:** 17266  \n[→ View on ACP Marketplace](https://app.virtuals.io/acp/agent-details/17266)\n\n| Offering | Price | Description |\n|----------|-------|-------------|\n| `free_crypto_sample` | $0.01 | Regime + BTC price + gas snapshot |\n| `crypto_signals` | $0.15 | BUY/SELL/HOLD with RSI, ADX, MACD |\n| `price_prediction` | $0.10 | Support/resistance + directional bias |\n| `blockchain_analysis` | $0.25 | Token metrics + on-chain data |\n| `yield_scanner` | $0.25 | Best DeFi yields across protocols |\n\n## Links\n\n| Resource | URL |\n|----------|-----|\n| 🌐 Website | https://fiasignals.com |\n| 📡 x402 Gateway | https://x402.fiasignals.com |\n| 🤖 ACP Marketplace | https://app.virtuals.io/acp/agent-details/17266 |\n| 📖 llms.txt | https://fiasignals.com/llms.txt |\n| 📊 OpenAPI | https://fiasignals.com/openapi.json |\n| 🔌 MCP Discovery | https://fiasignals.com/.well-known/mcp.json |\n",
  "bytes": 3261,
  "sha": "4046163890ef8e8c6bcc31e5fa0f63aaa316c090e29ef84be015258a3e834778",
  "repo_slug": "odds7/fia-signals-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_odds7_fia_signals_mcp_6c24b3cb/readme"
}