Finance MCP Server
Stock prices, cryptocurrency data, exchange rates, and portfolio tracking
πΉ 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
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
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
| Feature | NexGenData Finance MCP | Bloomberg Terminal | Refinitiv Eikon | FactSet Web Services |
|---|---|---|---|---|
| Cost | $0.01 per result, pay-per-event | $24,000 / seat / year | $22,000 / seat / year | $$$$ enterprise contract |
| AI-agent integration | Native MCP β Claude, ChatGPT, Cursor, n8n | None | None | None |
| Time-to-first-call | <60 seconds | Sales cycle + hardware | Sales cycle | Sales cycle |
| Auth | Apify API token | Bloomberg auth + license | Refinitiv auth + license | License key |
| Coverage | Quotes, fundamentals, news, financials, screener | Equities, FX, fixed income, OTC | Same | Same |
| Output for LLMs | Structured JSON streamed as MCP tool responses | Custom BBG terminal protocol | EDP API | FactSet API |
| Headcount required | None | Dedicated terminal operator | Trained analyst | Quant 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 rangeget_fundamentals(symbol)β P/E, EPS, market cap, dividend yield, sector, industryget_financials(symbol, statement)β income statement, balance sheet, cash flowget_news(symbol)β latest news headlines + summariesscreen_stocks(filters)β multi-criteria screener (market cap, sector, P/E, etc.)get_historical(symbol, range)β OHLCV history at daily / weekly resolutionget_options_chain(symbol)β calls + puts across expiriesget_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 case | Actor |
|---|---|
| Yahoo Finance quotes + fundamentals via scraper | Yahoo Finance Scraper |
| Finviz screener with 100+ filters | Finviz Stock Screener |
| Upcoming IPOs | IPO Tracker |
| Earnings calendar with estimates | Earnings Calendar |
| Treasury yield curve + bond data | Treasury Yields & Bonds |
| ETF holdings | ETF Holdings Tracker |
| FX rates real-time | FX Rates Tracker |
| AI-callable real-estate data | Real Estate MCP Server |
| AI-callable news data | News 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
canadesk/zapier
Get a list of all Integrations and App Templates available on Zapier. It's fast and costs little.
Canadesk Support
10
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
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
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
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
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
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
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
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
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
Best MCP servers for developers
Read more
Related Servers
Bright Data
sponsorDiscover, extract, and interact with the web - one interface powering automated access across the public internet.
Web Browser MCP Server
Provides advanced web browsing capabilities for AI applications.
ScreenshotOne
Render website screenshots with ScreenshotOne
TheirStack
Search job postings, companies, and technology stacks across 10M+ companies.
Crawl MCP
An MCP server for crawling WeChat articles. It supports single and batch crawling with multiple output formats, designed for AI tools like Cursor.
Stepstone
Fetches job listings from Stepstone.de based on keywords and location parameters.
Yahoo Finance
Interact with Yahoo Finance to get stock data, market news, and financial information using the yfinance Python library.
Scrapfly
Scrapfly MCP Server gives AI agents a simple, unified way to scrape live web data with built-in anti-bot handling.
Xpoz MCP
Social Media Intelligence for AI Agents
youtube-summarize
MCP server that fetches YouTube video transcripts and summarizes them using your LLM client
Instagram Downloader
A server to download videos and media from Instagram.