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 $2.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

5

Total users

3

Monthly active users

4 days ago

Last modified

Categories

AI

Automation

MCP servers

README

Pricing

Endpoints

Issues

Finance & Market Data MCP Server by nexgendata

Connect AI agents to structured financial market data through the Model Context Protocol. This MCP server gives LLM-powered applications direct access to financial market tools, returning clean JSON that agents can reason about and act on.

What This MCP Server Does

This MCP (Model Context Protocol) server exposes financial market data tools that AI assistants like Claude, ChatGPT, and custom LLM agents can call directly. Instead of building API integrations or writing scraping code, any MCP-compatible AI system can access structured financial market data through natural language requests. The server handles authentication, rate limiting, data extraction, and response formatting automatically.

Who Uses This

AI developers building agents that need access to financial market data. Companies integrating real-time data into their LLM-powered products. Research teams using AI assistants for automated data gathering. Automation platforms connecting AI agents to structured data sources. Anyone building on top of the Model Context Protocol ecosystem.

How It Works

Deploy this MCP server on Apify and connect it to any MCP-compatible client. The server exposes a set of tools that accept structured parameters and return clean JSON responses. AI agents can discover available tools, understand their parameters, and call them as part of multi-step reasoning chains. The server runs on Apify infrastructure with built-in proxy support, caching, and error handling.

Available Tools

The server provides tools for fetching stock prices, retrieving company financials, accessing cryptocurrency data, and monitoring market indices. Each tool accepts specific parameters, handles the underlying data extraction, and returns structured JSON that AI agents can parse and reason about. Tools are designed to be composable so agents can chain multiple calls together for complex data gathering workflows.

Pricing

This MCP server uses pay-per-event pricing. Each tool call that returns data counts as one event. Pricing is consistent with the underlying data actors at $3 per 1,000 events, making it cost-effective to integrate into production AI agent workflows.

Getting Started

Deploy the MCP server from the Apify Store. Configure your MCP client (Claude Desktop, custom agent, etc.) with the server endpoint URL. The server auto-discovers available tools and exposes them to your AI system. No additional configuration needed.

FAQ

**Is this compatible with Claude Desktop?**Yes. Any MCP-compatible client can connect to this server, including Claude Desktop, custom LLM agents, and automation platforms that support the Model Context Protocol.

**Do I need separate API keys?**No. The server handles all data access internally through Apify infrastructure. You only need your Apify API token to deploy and connect.

**Can I use this in production?**Yes. The server runs on Apify's scalable infrastructure with built-in monitoring, logging, and error handling suitable for production workloads.


💻 Code Example — Python


from apify_client import ApifyClient


client = ApifyClient("YOUR_APIFY_TOKEN")

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

    # Fill in the input shape from the actor's input_schema

})


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

    print(item)


🌐 Code Example — cURL


curl -X POST "https://api.apify.com/v2/acts/nexgendata~finance-mcp-server/run-sync-get-dataset-items?token=YOUR_TOKEN" \

  -H "Content-Type: application/json" \

  -d '{ /* input schema */ }'


❓ FAQ

**Q: How do I get started?**Sign up at apify.com, grab your API token from Settings → Integrations, and run the actor via the Apify console, API, Python SDK, or any integration (Zapier, Make.com, n8n).

**Q: What's the typical cost per run?**See the pricing section below. Most runs finish under $0.10 for typical batches.

**Q: Is this actor maintained?**Yes. NexGenData maintains 165+ Apify actors and ships updates regularly. Bug reports via the Apify console issues tab get responses within 24 hours.

**Q: Can I use the output commercially?**Yes — you own the output data. Check the target site's Terms of Service for any usage restrictions on the scraped content itself.

**Q: How do I handle rate limits?**Apify manages concurrency and retries automatically. For very large batches (10K+ items), run multiple smaller jobs in parallel instead of one mega-job for better reliability.

💰 Pricing

Pay-per-event pricing — you only pay for what you actually extract.

  • Actor Start: $0.0001
  • result: $0.0020

🔗 Related NexGenData Actors

  • RAG Web Browser
  • AI Web Scraper
  • Hacker News Scraper

🚀 Apify Affiliate Program

New to Apify? Sign up with our referral link — you get free platform credits on signup, and you help fund the maintenance of this actor fleet.

📚 More From NexGenData

Explore the full catalog, tutorials, Gumroad data packs, and newsletter at thenextgennexus.com — the brand home for everything we ship.

  • 📖 Tutorials & how-to guides
  • 🗂️ Full actor catalog with usage examples
  • 📦 Gumroad data packs (one-time purchases)
  • 📬 Newsletter — monthly drops of new actors and revenue experiments

_Built and maintained by NexGenData — 165+ actors covering scraping, enrichment, MCP servers, and automation._🏠 Home: thenextgennexus.com

You might also like

Gamma Unlimited Ai Images avatar

Gamma Unlimited Ai Images

goat255/gamma-unlimited-ai-images

Unlimited AI image generation with 30+ models: Flux, Nano Banana 🍌, Ideogram, Imagen. Multiple art styles, aspect ratios, and auto-select. Use your own credentials for unlimited generations.

User avatar

Goutam Soni

24

Stock Market Data Scraper avatar

Stock Market Data Scraper

datastorm/market-data-api

Retrieve historical stock market prices. Specify the assets, time period and price frequency.

Datastorm

88

Investing.com Financial News Scraper

cloud9_ai/investing-news-scraper

Scrape financial news from Investing.com RSS feeds. Cover stocks, forex, commodities, crypto, economy news. Get article titles, links, dates. No authentication required.

cloud9

18

Zapier avatar

Zapier

canadesk/zapier

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

Canadesk Support

10

Google Jobs Scraper avatar

Google Jobs Scraper

automation-lab/google-jobs-scraper

Search Google Jobs and extract job listings — titles, companies, locations, full descriptions, salaries, apply URLs, qualifications, and more. Export to JSON, CSV, Excel.

Stas Persiianenko

38

Stocktwits Stock Ticker & News Scraper avatar

Stocktwits Stock Ticker & News Scraper

saswave/stocktwits-stock-ticker-news-scraper

Stocktwits scraper collect stock ticker and news information. Scale your monitoring and analytics activities in stock markets

SASWAVE

27

📈 Yahoo Finance MCP — AI Stock Analysis avatar

📈 Yahoo Finance MCP — AI Stock Analysis

nexgendata/yahoo-finance-mcp-server

MCP server for AI agents to access Yahoo Finance stocks, quotes & comparisons. Connect Claude, GPT or any AI to financial analysis. 3 tools for investment intelligence.

Stephan Corbeil

4

Stocktwits Sentiment Scraper avatar

Stocktwits Sentiment Scraper

shahidirfan/stocktwits-sentiment-scraper

Scrape real-time bullish/bearish sentiment from Stocktwits. Extract investor opinions, stock insights & market trends instantly. Perfect for traders & financial analysts seeking actionable trading data & sentiment-driven market analysis.

Shahid Irfan

23

🏠 Real Estate MCP — AI Property Search avatar

🏠 Real Estate MCP — AI Property Search

nexgendata/real-estate-mcp-server

MCP server for AI agents to search Redfin listings & get market data. Connect Claude, GPT or any AI to analyze real estate markets. 2 tools for property intelligence via AI.

Stephan Corbeil

12

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

相關伺服器

NotebookLM 網頁匯入器

一鍵將網頁和 YouTube 影片匯入 NotebookLM。超過 200,000 位使用者信賴。

安裝 Chrome 擴充功能