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.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • 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 BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs 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 BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’° Finance & Fintech
  3. Axionquant
A
Health: Not checked yetWe have not completed a health check for this listing yet.No health check has run yet.

Axionquant

User RatingsBe the first to rate and review this MCP server! 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 Repository

MCP server for AxionQuant financial data, including market, economic, SEC filing, and company data.

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 β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "axionquant": {
      "command": "npx",
      "args": [
        "-y",
        "axionquant"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

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

Documentation Overview

AxionQuant MCP Server

Give Claude, ChatGPT, and other LLMs real-time financial data. A Model Context Protocol (MCP) server for the AxionQuant financial data API - covering stocks, crypto, forex, futures, indices, ETFs, economic data, news, sentiment, SEC filings, financials, insider trading, ESG, and credit ratings.

npm version npm downloads License: MIT

Website Β· Documentation Β· Get an API Key

The AxionQuant MCP server plugs directly into Claude Desktop and any other MCP-compatible client, letting an LLM answer natural-language financial questions - stock quotes, crypto prices, SEC filings, earnings transcripts, economic indicators, and more - using live data instead of stale training data.

Why AxionQuant MCP?

  • 100+ tools in one server - market data, fundamentals, alternative data, and macro indicators across every major asset class
  • Works with any MCP client - Claude Desktop today, and any client that supports stdio transport
  • Natural-language financial queries - no need to learn an API schema; just ask
  • One API key, one config block - minimal setup to get an LLM talking to live market data

Table of Contents

  • Installation
  • Configuration
    • Claude Desktop
    • Other MCP Clients
  • Available Tools
  • Example Queries
  • Architecture
  • Troubleshooting
  • FAQ
  • Get Started
  • License

Installation

Terminal
npm i @axionquant/mcp

Configuration

Get your free AxionQuant API key

Claude Desktop

Add the following to your Claude Desktop MCP config file to connect AxionQuant's financial data tools:

MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%/Claude/claude_desktop_config.json

config.json
{
  "mcpServers": {
    "axion-financial-data": {
      "command": "node",
      "args": ["/absolute/path/to/node_modules/@axionquant/mcp/index.js"],
      "env": {
        "API_KEY": "your_api_key_here"
      }
    }
  }
}

Other MCP Clients

The server uses stdio transport and is compatible with any MCP client. Set the API_KEY environment variable and configure according to your client's documentation.

Available Tools

Stocks

Real-time quotes and historical price data for US and global equities.

ToolDescription
stocks_tickersList stock tickers, optionally filtered by country or exchange
stocks_quoteGet current quote/details for a stock ticker
stocks_pricesGet historical price data (supports from, to, frame)

Crypto

Cryptocurrency pricing and market data.

ToolDescription
crypto_tickersList cryptocurrency tickers, optionally filtered by type
crypto_quoteGet current details for a cryptocurrency
crypto_pricesGet historical price data

Forex

Foreign exchange rates and currency pair data.

ToolDescription
forex_tickersList forex pairs, optionally filtered by country or exchange
forex_quoteGet current details for a forex pair
forex_pricesGet historical price data

Futures

Futures contract pricing and market data.

ToolDescription
futures_tickersList futures tickers, optionally filtered by exchange
futures_quoteGet current details for a futures contract
futures_pricesGet historical price data

Indices

Market index pricing and composition data.

ToolDescription
indices_tickersList index tickers, optionally filtered by exchange
indices_quoteGet current details for an index
indices_pricesGet historical price data

ETFs

ETF holdings, exposure, and fund metrics.

ToolDescription
etf_fundGet ETF fund information including ratings and metrics
etf_holdingsGet top holdings with weights, shares, and market value
etf_holdings_allGet all ETF holdings with weights and last updated date
etf_exposureFind which ETFs hold a specific stock ticker

Economics (FRED)

Macroeconomic datasets and calendar events sourced from FRED.

ToolDescription
econ_searchSearch for economic datasets
econ_datasetGet a time series by dataset ID
econ_calendarGet economic calendar events (filterable by country, currency, category, importance)

News

Market news headlines by company, country, or category.

ToolDescription
news_generalGet general market news headlines
news_tickerGet news for a specific company
news_countryGet news for a specific country
news_categoryGet news by category (e.g. business, technology)

Sentiment

Social, news, and analyst sentiment scoring.

ToolDescription
sentiment_allGet combined sentiment (social + news + analyst) for a ticker
sentiment_socialGet social media sentiment
sentiment_newsGet news sentiment
sentiment_analystGet analyst/AI sentiment

Profiles

Company profiles, analyst recommendations, and key statistics.

ToolDescription
profiles_profileGet full asset profile
profiles_recommendationGet analyst recommendation trend
profiles_statisticsGet key statistics
profiles_summaryGet summary detail
profiles_calendarGet earnings and dividend calendar events
profiles_infoGet company info / summary profile

Earnings

Earnings history, trends, and quarterly reports.

ToolDescription
earnings_historyGet historical earnings
earnings_trendGet earnings trend
earnings_indexGet index trend
earnings_reportGet earnings report for a specific year and quarter

SEC Filings

Search and retrieve SEC filings by form type and date.

ToolDescription
filings_recentGet recent filings, optionally filtered by form type
filings_formsGet filings by form type (e.g. 10-K, 8-K)
filings_list_formsList all available SEC form types
filings_searchSearch filings by year/quarter

Financials

Financial statements, historical fundamentals, valuation ratios, and DCF analysis.

ToolDescription
financials_revenueHistorical revenue
financials_net_incomeHistorical net income
financials_total_assetsHistorical total assets
financials_total_liabilitiesHistorical total liabilities
financials_stockholders_equityHistorical stockholders equity
financials_current_assetsHistorical current assets
financials_current_liabilitiesHistorical current liabilities
financials_operating_cash_flowHistorical operating cash flow
financials_capital_expendituresHistorical capital expenditures
financials_free_cash_flowHistorical free cash flow
financials_shares_outstanding_basicHistorical basic shares outstanding
financials_shares_outstanding_dilutedHistorical diluted shares outstanding
financials_metricsCalculated financial metrics
financials_snapshotSnapshot of key financial data
financials_epsTTM earnings per share
financials_pePrice-to-earnings ratio
financials_market_capMarket capitalization
financials_roeReturn on equity
financials_enterprise_valueEnterprise value
financials_ebitdaTTM EBITDA
financials_debt_to_equityDebt-to-equity ratio
financials_dcf_valueDCF valuation (enterprise value, fair price, margin of safety, recommendation)
financials_dcf_rateDiscount rate / WACC calculation (cost of equity, cost of debt, capital structure)

Insiders & Ownership

Insider trading activity and institutional ownership data.

ToolDescription
insiders_fundsFund ownership data
insiders_individualsInsider holders (individuals)
insiders_institutionsInstitutional ownership
insiders_ownershipMajor holders breakdown
insiders_activityNet share purchase activity
insiders_transactionsInsider transactions

ESG

Environmental, social, and governance scoring.

ToolDescription
esg_dataGet ESG (Environmental, Social, Governance) scores for a ticker

Supply Chain

Company customer, supplier, and peer relationships.

ToolDescription
supply_chain_customersGet a company's customers
supply_chain_peersGet peer companies / competitors
supply_chain_suppliersGet a company's suppliers

Credit

Credit ratings from the S&P database.

ToolDescription
credit_searchSearch the S&P credit rating database by organization name
credit_ratingsGet credit ratings for a specific organization by ID

Web Traffic

Website traffic estimates by company.

ToolDescription
webtraffic_trafficGet website traffic data for a company

Example Queries

Once connected to an LLM like Claude, you can ask natural language questions such as:

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Finance & Fintech View all alternatives
  • Alpha Vantage MCP logoAlpha Vantage MCP

    Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators

    πŸ’° Finance & Fintech2 views
    Compare vs Alpha Vantage MCP β†’
  • U
    Unquant

    Financial data MCP for market, company, news, macro, and US Congress research.

    πŸ’° Finance & Fintech1 views
    Compare vs Unquant β†’
  • Stripe AI logoStripe AI

    MCP server integrating with Stripe - tools for customers, products, payments, and more.

    πŸ’° Finance & Fintech0 views
    Compare vs Stripe AI β†’
  • S
    SEC EDGAR

    MCP server for SEC EDGAR data β€” company filings, financial concepts, and company info

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

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Axionquant

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

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 PreviewAxionquant AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/axionquant?style=directory)](https://allmcps.com/mcp/axionquant)
HTML Embed
<a href="https://allmcps.com/mcp/axionquant"><img src="https://allmcps.com/api/badge/axionquant?style=directory" alt="Axionquant on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’°Finance & Fintech
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
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.
28Quality signal: Emerging Β· 28/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 & tools12/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 unlock edit access and the Official badge and attach your website β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge 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 Axionquant β†’Install in Claude DesktopInstall in CursorInstall in VS Code