Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’° Finance & Fintech
  3. Fia Signals Mcp
F
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/11/2026, 12:09:22 AM

Fia Signals Mcp

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

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

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "fia-signals-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "fia-signals-mcp"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’° More in Finance & Fintech

Documentation Overview

FΓ­a Signals MCP Server

MCP x402 License: MIT

Professional-grade crypto market intelligence for AI agents. 8 MCP tools backed by real-time data from Binance, DeFiLlama, Etherscan, and more.

Tools

ToolDescriptionFree?
get_market_regimeDetect trending/ranging/volatile/breakout market regimeβœ… Free
get_fear_greedCrypto Fear & Greed Index with 7-day historyβœ… Free
get_funding_ratesTop perpetual funding rates across exchangesβœ… Free
get_defi_yieldsBest yields across Aave, Compound, Curve, Lidoβœ… Free
get_solana_tokensTrending Solana tokens with risk scoresβœ… Free
get_crypto_signalsBUY/SELL/HOLD with RSI, MACD, ADXβœ… Free
get_wallet_riskWallet risk score + entity classificationx402 $0.02
audit_contractSmart contract quick audit (reentrancy, access control)x402 $0.05

Quick Start

Claude Desktop

config.json
{
  "mcpServers": {
    "fia-signals": {
      "url": "https://fiasignals.com/.well-known/mcp.json"
    }
  }
}

Cursor / Windsurf

Add to your MCP config:

Code
https://fiasignals.com/.well-known/mcp.json

Python (LangChain / CrewAI / AutoGen)

Terminal
pip install fia-signals-tools
server.ts
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

OfferingPriceDescription
free_crypto_sample$0.01Regime + BTC price + gas snapshot
crypto_signals$0.15BUY/SELL/HOLD with RSI, ADX, MACD
price_prediction$0.10Support/resistance + directional bias
blockchain_analysis$0.25Token metrics + on-chain data
yield_scanner$0.25Best DeFi yields across protocols

Links

ResourceURL
🌐 Websitehttps://fiasignals.com
πŸ“‘ x402 Gatewayhttps://x402.fiasignals.com
πŸ€– ACP Marketplacehttps://app.virtuals.io/acp/agent-details/17266
πŸ“– llms.txthttps://fiasignals.com/llms.txt
πŸ“Š OpenAPIhttps://fiasignals.com/openapi.json
πŸ”Œ MCP Discoveryhttps://fiasignals.com/.well-known/mcp.json

Related MCP Servers

View all in Finance & Fintech View all alternatives
  • M
    MarketTrace agent Feed

    Crypto perps data for AI agents: funding rates, open interest, liquidations, order book, CVD.

    πŸ’° Finance & Fintech0 views
    Compare vs MarketTrace agent Feed β†’
  • M
    Mcp Market Data

    MCP server for cryptocurrency asset prices, exchange rates, and market metadata via Crypto APIs

    πŸ’° Finance & Fintech0 views
    Compare vs Mcp Market Data β†’
  • C
    Crypto Quant Signal Mcp

    Crypto perp signals, funding arb scanning, and market regime detection via MCP.

    πŸ’° Finance & Fintech0 views
    Compare vs Crypto Quant Signal Mcp β†’
  • A
    AIXBT

    Crypto market intelligence for Projects, Topics, Intel, Reports, and Clusters.

    πŸ’° Finance & Fintech0 views
    Compare vs AIXBT β†’

Frequently Asked Questions about Fia Signals Mcp

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "fia-signals-mcp": { "command": "npx", "args": ["-y", "fia-signals-mcp"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewFia Signals Mcp AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/fia-signals-mcp?style=directory)](https://allmcps.com/mcp/fia-signals-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/fia-signals-mcp"><img src="https://allmcps.com/api/badge/fia-signals-mcp?style=directory" alt="Fia Signals Mcp on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’°Finance & Fintech
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’° Finance & Fintech β†’Best MCP servers for Finance & Fintech β†’Alternatives to Fia Signals Mcp β†’Install in Claude DesktopInstall in CursorInstall in VS Code