Finance MCP Server

Stock prices, cryptocurrency data, exchange rates, and portfolio tracking

πŸ’Ή Finance MCP β€” AI Stock & Market Data avatar

πŸ’Ή Finance MCP β€” AI Stock & Market Data

Pricing

from $10.00 / 1,000 results

Try for free

Go to Apify Store

πŸ’Ή Finance MCP β€” AI Stock & Market Data

πŸ’Ή Finance MCP β€” AI Stock & Market Data

nexgendata/finance-mcp-server

Try for free

Ask questions about this Actor

MCP server for AI agents to access stocks, crypto, forex & portfolio tracking. Connect Claude, GPT or any AI to financial markets. 5 tools for investment intelligence via AI.

Pricing

Rating

0.0

(0)

Developer

Stephan Corbeil

Stephan Corbeil

Maintained by Community

Actor stats

0

Bookmarked

14

Total users

7

Monthly active users

3 days ago

Last modified

Categories

AI

Automation

MCP servers

README

Pricing

Endpoints

Issues

πŸ€– Finance MCP Server β€” AI-Native Stock, Fundamentals & Market Data for LLM Agents

Connect Claude, ChatGPT, and custom LLM agents directly to live market data through the Model Context Protocol. A drop-in replacement for the Bloomberg Terminal API, Refinitiv Eikon, and FactSet Web Services β€” without enterprise contracts or $24K/year seat fees.

Why This MCP Server Beats Bloomberg Terminal, Refinitiv Eikon & FactSet

FeatureNexGenData Finance MCPBloomberg TerminalRefinitiv EikonFactSet Web Services
Cost$0.01 per result, pay-per-event$24,000 / seat / year$22,000 / seat / year$$$$ enterprise contract
AI-agent integrationNative MCP β€” Claude, ChatGPT, Cursor, n8nNoneNoneNone
Time-to-first-call<60 secondsSales cycle + hardwareSales cycleSales cycle
AuthApify API tokenBloomberg auth + licenseRefinitiv auth + licenseLicense key
CoverageQuotes, fundamentals, news, financials, screenerEquities, FX, fixed income, OTCSameSame
Output for LLMsStructured JSON streamed as MCP tool responsesCustom BBG terminal protocolEDP APIFactSet API
Headcount requiredNoneDedicated terminal operatorTrained analystQuant team

This is the only practical way to give an AI agent direct access to live equity / fundamentals data without paying Bloomberg or Refinitiv.

What You Get (tools the agent can call)

  • get_quote(symbol) β€” live price, bid/ask, volume, day range
  • get_fundamentals(symbol) β€” P/E, EPS, market cap, dividend yield, sector, industry
  • get_financials(symbol, statement) β€” income statement, balance sheet, cash flow
  • get_news(symbol) β€” latest news headlines + summaries
  • screen_stocks(filters) β€” multi-criteria screener (market cap, sector, P/E, etc.)
  • get_historical(symbol, range) β€” OHLCV history at daily / weekly resolution
  • get_options_chain(symbol) β€” calls + puts across expiries
  • get_earnings(symbol) β€” upcoming + historical earnings + estimates

Use Cases

  • AI equity-research analysts β€” Claude pulls fundamentals β†’ financials β†’ news β†’ drafts a thesis
  • Trading co-pilots β€” agents that answer "what's the P/E of every semis name under $50B?"
  • Robo-advisor backends β€” LLM tools for portfolio commentary and rebalancing
  • Quant data ops β€” drop in as a Bloomberg replacement for prototyping
  • Newsletter automation β€” agent reads earnings, writes the recap
  • Personal finance chatbots β€” give consumer LLM apps real fundamentals data
  • Hedge-fund internal tooling β€” junior analyst LLM assistants with live data

Quick Start


from apify_client import ApifyClient

client = ApifyClient("YOUR_APIFY_TOKEN")

run = client.actor("nexgendata/finance-mcp-server").call(run_input={

    "tool": "get_quote",

    "params": {"symbol": "NVDA"}

})

for item in client.dataset(run["defaultDatasetId"]).iterate_items():

    print(item)


Or wire it into Claude Desktop's mcp_servers config β€” every tool auto-registers.

Pricing

Pay-per-event β€” only pay for results the agent actually retrieves.

  • Actor Start: $0.00005 per GB
  • Result: $0.01 per dataset item

A typical research-agent chain costs $0.05–$0.50. Compare to $24,000/year for one Bloomberg seat.

Related NexGenData Actors

Use caseActor
Yahoo Finance quotes + fundamentals via scraperYahoo Finance Scraper
Finviz screener with 100+ filtersFinviz Stock Screener
Upcoming IPOsIPO Tracker
Earnings calendar with estimatesEarnings Calendar
Treasury yield curve + bond dataTreasury Yields & Bonds
ETF holdingsETF Holdings Tracker
FX rates real-timeFX Rates Tracker
AI-callable real-estate dataReal Estate MCP Server
AI-callable news dataNews MCP Server

FAQ

**Q: Which MCP clients work?**Any MCP-compliant client β€” Claude Desktop, Cursor, custom LangChain agents, Anthropic SDK code, n8n's MCP node.

**Q: Where does the data come from?**Live aggregation from public market data sources (Yahoo, Finviz, SEC, exchange-direct where available). No stale 15-min caches.

**Q: Is this for production or just prototyping?**Both. Apify runs at scale. Plenty of teams use it as a Bloomberg replacement for non-microsecond use cases.

**Q: Real-time or delayed quotes?**Delayed ~15 minutes for U.S. equities (industry standard for non-licensed feeds). Real-time available on request via custom plan.

**Q: Can I use this for trading?**You can read data with it. We don't execute trades β€” that's your broker.

**Q: How do I handle rate limits?**Apify handles back-off and retry. You don't tune anything.

**Q: Why MCP vs a normal API?**With MCP the LLM picks tools dynamically β€” you write zero glue code. With REST you write the tool-calling glue every time.

About NexGenData

NexGenData publishes 260+ buyer-intent actors covering SEC filings, YC alumni, real-estate, lead generation, competitive intelligence, stock fundamentals across 30+ exchanges, and a growing fleet of MCP servers for AI agents. All pay-per-result. Browse the full catalog at https://apify.com/nexgendata?fpr=2ayu9b


How NexGenData Pricing Works

Every NexGenData actor uses pay-per-event pricing β€” you only pay for results that actually land in your dataset. No monthly minimum, no seat fees, no surprise overage bills.

  • Actor Start: a single-event charge each time you spin the actor up (scaled to memory size)
  • Result: charged per item written to the default dataset
  • No charge for retries, internal proxy rotation, or failed sub-requests β€” those are absorbed by the platform

If you only need the data once a quarter, you only pay once a quarter. If you scale to millions of records, the unit cost stays the same.

Apify Platform Bonus

New to Apify? Sign up with the NexGenData referral link β€” you get free platform credits on signup (enough for several thousand free results) and you help fund the maintenance of this actor fleet.

Integration Surface

Every actor in the NexGenData catalog can be triggered from:

  • Apify console β€” point-and-click run
  • Apify API β€” REST + webhooks
  • Apify Python / JS SDKs β€” programmatic batch
  • Zapier, Make.com, n8n β€” official integrations
  • MCP β€” many actors are exposed as MCP tools for Claude / ChatGPT / Cursor agents
  • Schedules β€” built-in cron for daily / weekly / monthly runs
  • Webhooks β€” POST results to any HTTPS endpoint on dataset write

Support

NexGenData maintains 260+ Apify actors and ships updates regularly. Bug reports via the Apify console issues tab get a response within 24 hours. Roadmap requests are welcome β€” high-demand features ship in the next version.

🏠 Home: thenextgennexus.com πŸ“¦ Full catalog: apify.com/nexgendata

You might also like

Zapier avatar

Zapier

canadesk/zapier

Get a list of all Integrations and App Templates available on Zapier. It's fast and costs little.

User avatar

Canadesk Support

10

n8n Workflow Template Scraper avatar

n8n Workflow Template Scraper

muhammetakkurtt/n8n-scraper

Automate n8n.io workflow template collection with this Apify actor. Scrape by category (AI, Marketing, DevOps), sort (relevancy, popularity), & get detailed structured data. Fetch importable JSONs for direct n8n use. Ideal for developers, automation experts & businesses.

Muhammet Akkurt

344

5.0

Make.com Integrations Scraper avatar

Make.com Integrations Scraper

broto.tech/make-integrations-scraper-v2

Instantly scrape all Make.com integrations. Get a structured list with App Name, Description, Category, Modules (Triggers, Actions, etc.), and direct links. Download as JSON/CSV for easy analysis of Make's ecosystem.

Broto Tech

112

5.0

n8n Template Scraper avatar

n8n Template Scraper

louisdeconinck/n8n-template-scraper

Unlock the power of N8N automation with this comprehensive template scraper. Get detailed insights into workflow patterns, usage statistics, and automation configurations. Perfect for developers, automation specialists, and businesses looking to optimize their workflow processes.

Louis Deconinck

717

1.1

Finance MCP Server avatar

Finance MCP Server

constant_quadruped/finance-mcp-server

MCP Server for AI agents to access real-time financial data. Get stock quotes, crypto prices, forex rates, and historical OHLCV data. Includes AI-powered market analysis with GPT-4. Free APIs: Alpha Vantage (stocks), CoinGecko (crypto). Perfect for Claude Desktop and AI trading assistants.

CQ

10

n8n Workflow Automation Templates Scraper avatar

n8n Workflow Automation Templates Scraper

scraped/n8n-workflow-automation-templates-scraper

A tool that automatically scrapes and collects n8n workflow automation templates from the n8n for easy access and use.

scraped

322

πŸ›’ E-Commerce MCP β€” AI Shopify Analysis avatar

πŸ›’ E-Commerce MCP β€” AI Shopify Analysis

nexgendata/ecommerce-intelligence-mcp-server

MCP server for AI agents to analyze Shopify stores & extract products. Connect Claude, GPT or any AI to ecommerce intelligence. 2 tools for competitive analysis.

Stephan Corbeil

4

πŸ” SEO MCP β€” AI Website Auditing & Analysis avatar

πŸ” SEO MCP β€” AI Website Auditing & Analysis

nexgendata/seo-web-analysis-mcp-server

MCP server for AI agents to crawl sites, detect tech stacks, check DNS/SSL & WHOIS. Connect Claude, GPT or any AI to web intelligence. 5 tools for SEO analysis.

Stephan Corbeil

5

Lead Generation MCP Server β€” AI Agent Tools avatar

Lead Generation MCP Server β€” AI Agent Tools

samstorm/lead-gen-mcp-server

MCP server for AI agents. Connect Claude, GPT, or any MCP client to find business leads, hiring companies, building permits, and Amazon product research. One endpoint, 13 lead gen tools.

Sam Kleespies

1

πŸ”§ Dev Tools MCP β€” AI Code & Package Search avatar

πŸ”§ Dev Tools MCP β€” AI Code & Package Search

nexgendata/developer-tools-mcp-server

MCP server for AI agents to search GitHub, npm, PyPI, StackOverflow & ArXiv. Connect Claude, GPT or any AI to dev ecosystems. 7 tools for developer intelligence.

Stephan Corbeil

3

Related articles

Blog article image

Best MCP servers for developers

Read more

Related Servers