streamable-httpupdated 6mo ago
Professional-grade crypto market intelligence for AI agents. 8 MCP tools backed by real-time data from Binance, DeFiLlama, Etherscan, and more.
What can you do with fia signals mcp?
FĂa Signals MCP Server
Professional-grade crypto market intelligence for AI agents. 8 MCP tools backed by real-time data from Binance, DeFiLlama, Etherscan, and more.
Tools
| Tool | Description | Free? |
|---|---|---|
get_market_regime |
Detect trending/ranging/volatile/breakout market regime | â Free |
get_fear_greed |
Crypto Fear & Greed Index with 7-day history | â Free |
get_funding_rates |
Top perpetual funding rates across exchanges | â Free |
get_defi_yields |
Best yields across Aave, Compound, Curve, Lido | â Free |
get_solana_tokens |
Trending Solana tokens with risk scores | â Free |
get_crypto_signals |
BUY/SELL/HOLD with RSI, MACD, ADX | â Free |
get_wallet_risk |
Wallet risk score + entity classification | x402 $0.02 |
audit_contract |
Smart contract quick audit (reentrancy, access control) | x402 $0.05 |
Quick Start
Claude Desktop
{
"mcpServers": {
"fia-signals": {
"url": "https://fiasignals.com/.well-known/mcp.json"
}
}
}
Cursor / Windsurf
Add to your MCP config:
https://fiasignals.com/.well-known/mcp.json
Python (LangChain / CrewAI / AutoGen)
pip install fia-signals-tools
from fia_signals_tools import get_market_regime, get_crypto_signals, LANGCHAIN_TOOLS
# Standalone
regime = get_market_regime() # {"regime": "TRENDING_UP", "confidence": 0.8, ...}
signals = get_crypto_signals("ETH") # {"signal": "BUY", "rsi": 52, ...}
# LangChain agent
from langchain.agents import initialize_agent
agent = initialize_agent(tools=LANGCHAIN_TOOLS, llm=llm)
x402 Micropayments
Premium 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.
- Discovery: https://x402.fiasignals.com/.well-known/x402.json
- Wallet:
GScv2iEvgUHcYyKpbVBHMZU3ELLvhAq4hS9aD75CiErW - Price: $0.001â$0.50/call
Virtuals Protocol ACP (Agent-to-Agent Hiring)
Hire CryptoIntel directly via the Virtuals ACP marketplace. Agent-to-agent escrow payments.
Agent ID: 17266
â View on ACP Marketplace
| Offering | Price | Description |
|---|---|---|
free_crypto_sample |
$0.01 | Regime + BTC price + gas snapshot |
crypto_signals |
$0.15 | BUY/SELL/HOLD with RSI, ADX, MACD |
price_prediction |
$0.10 | Support/resistance + directional bias |
blockchain_analysis |
$0.25 | Token metrics + on-chain data |
yield_scanner |
$0.25 | Best DeFi yields across protocols |
Links
| Resource | URL |
|---|---|
| đ Website | https://fiasignals.com |
| đĄ x402 Gateway | https://x402.fiasignals.com |
| đ¤ ACP Marketplace | https://app.virtuals.io/acp/agent-details/17266 |
| đ llms.txt | https://fiasignals.com/llms.txt |
| đ OpenAPI | https://fiasignals.com/openapi.json |
| đ MCP Discovery | https://fiasignals.com/.well-known/mcp.json |
Install
Add fia signals mcp to your client. Pick the one you use.
claude mcp add --transport http fia-signals-mcp https://x402.fiasignals.com/mcpcodex mcp add fia-signals-mcp --url https://x402.fiasignals.com/mcp{
"mcpServers": {
"fia-signals-mcp": {
"url": "https://x402.fiasignals.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"fia-signals-mcp": {
"type": "http",
"url": "https://x402.fiasignals.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"fia-signals-mcp": {
"url": "https://x402.fiasignals.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"fia-signals-mcp": {
"serverUrl": "https://x402.fiasignals.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
8 tools
fia signals mcp exposes 8 tools to a connected agent.
- get_market_regime
- Detect trending/ranging/volatile/breakout market regime
- get_fear_greed
- Crypto Fear & Greed Index with 7-day history
- get_funding_rates
- Top perpetual funding rates across exchanges
- get_defi_yields
- Best yields across Aave, Compound, Curve, Lido
- get_solana_tokens
- Trending Solana tokens with risk scores
- get_crypto_signals
- BUY/SELL/HOLD with RSI, MACD, ADX
- get_wallet_risk
- Wallet risk score + entity classification
- audit_contract
- Smart contract quick audit (reentrancy, access control)
Score
55 / 100
Adequate
- Documentation22/25
- Maintenance9/25
- Trust6/20
- Capability6/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 181 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 8 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint â no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Feb 27, 2026 |