Financial Datasets MCP Server avatar
Financial Datasets MCP Server

Pricing

Pay per event

Go to Apify Store
Financial Datasets MCP Server

Financial Datasets MCP Server

Developed by

agentify

agentify

Maintained by Community

This MCP server provides access to stock market data from Financial Datasets. It allows Claude and other AI assistants to retrieve income statements, balance sheets, cash flow statements, stock prices, and market news directly through the MCP interface.

0.0 (0)

Pricing

Pay per event

0

2

2

Last modified

12 days ago

MCP Servers Monorepo

A curated collection of production-ready Model Context Protocol (MCP) servers published on Apify. These are wrappers around open-source MCP servers β€” credits go to the original developers.

  • Monetize your MCP servers via pay-per-use pricing
  • Reach a global developer and business audience
  • Reliable hosting, scaling, and monitoring
  • Built-in analytics
  • Community exposure via Apify MCP server and the Apify Store
  • Standby mode for instant responses
  • Multi-transport (http-streamable and SSE) support
  • OAuth for easy authentication

πŸ“¦ Available servers

ActorDescriptionActor badgeOriginal author
./brave-search-mcp-server/Web search capabilities powered by Brave SearchBrave Search MCP ServerMCP Community
./browserbase-mcp-server/Cloud web automation capabilitiesBrowserBase MCP ServerBrowserBase
./docfork-mcp-server/FreshFresh docs for your AI code editorDocfork MCP ServerDocfork.AI
./perplexity-mcp-server/AI-powered search and information retrievalPerplexity Soner MCP ServerPerplexity AI
./firecrawl-mcp-server/Web crawling and content extractionFirecrawl MCP ServerMendable AI
./slide-speak-mcp-server/Presentation and speech synthesisSlide Speak MCP ServerSlideSpeak
./lara-translate-mcp-server/Multi-language translation servicesLara Translate MCP ServerTranslated
./calculator-MCP-server/Mathematical computations and calculationsCalculator MCP ServerGithejie
./kiwi-mcp-server/Flight search and booking using Kiwi.comKiwi MCP ServerKiwi.com
./national-parks/Geographic and park informationNational Parks MCP ServerKyrieTangSheng
./context7-mcp-server/Up-to-date code docs for any programming libraryContext7 MCP ServerUpstash
./deepl-mcp-server/Translation capabilities using the DeepL APIDeepL MCP ServerDeepLcom
./pure-md-mcp-server/Web content extraction and search capabilities powered by Pure.mdPure.md MCP ServerPure.md
./financial-datasets-mcp-server/Stock market data, financial statements, and cryptocurrency informationFinancial Datasets MCP ServerFinancial Datasets
./microsoft-docs-mcp-server/Access Microsoft's official documentation with semantic searchMicrosoft Docs MCP ServerMicrosoft
./tomtom-mcp-server/Geospatial services including search, routing, traffic and static mapsTomTom MCP ServerTomTom International

πŸ™ Credits

These are wrappersβ€”original code by: Brave Software, Perplexity AI, Mendable AI, SlideSpeak, Translated, Githejie, Kiwi.com, KyrieTangSheng, Upstash, Financial Datasets, Microsoft, and others.

🚩 Claim this MCP server – If you are the original developer and would like to claim ownership or have any concerns, please write to ai@apify.com.

πŸ› οΈ Quick start

Prerequisites

  • For TypeScript servers: Node.js 18+ and npm
  • For Python servers: Python 3.8+ and pip
  • For all servers: Docker (optional, for containerized deployment)

Installation

Each server can be installed and run independently:

# TypeScript servers
cd <server-name>
npm install
npm start
# Python servers
cd <server-name>
pip install -r requirements.txt
python -m src.main

Using with MCP clients

Configure your MCP client (like Claude Desktop) to use these servers:

{
"mcpServers": {
"brave-search": {
"command": "npx",
"args": ["-y", "@apify/brave-search-mcp-server"]
},
"calculator": {
"command": "python",
"args": ["-m", "src.main"],
"cwd": "./calculator-MCP-server"
}
}
}

πŸ”§ Development

Templates

When creating new MCP servers, you can use our pre-built templates:

Project structure

mcp-servers/
β”œβ”€β”€ <server-name>/
β”‚ β”œβ”€β”€ src/ # Source code
β”‚ β”œβ”€β”€ Dockerfile # Container configuration
β”‚ β”œβ”€β”€ package.json # Node.js dependencies (TypeScript servers)
β”‚ β”œβ”€β”€ requirements.txt # Python dependencies (Python servers)
β”‚ └── README.md # Server-specific documentation
β”œβ”€β”€ LICENSE # MIT License
β”œβ”€β”€ CONTRIBUTING.md # Contribution guidelines
β”œβ”€β”€ README.md # This file

🀝 Contributing

This monorepo is maintained by Apify. We encourage you to build your own MCP servers using our templatesβ€”see the official MCP documentation and Apify MCP docs.

To report issues or request features, open an issue with details.

🌐 What is Apify MCP?

The Apify Model Context Protocol (MCP) Server at mcp.apify.com instantly connects AI applications and agents to thousands of ready-built tools. It allows your AI assistant to use any Apify Actor for web scraping, data extraction, and automation tasks in real time.

Key benefits:

  • Instant access to 5,000+ Apify Actors and tools
  • No setup required - connect with just a URL
  • OAuth support for easy authentication
  • Production-ready with enterprise-grade reliability

🎯 Try it now

For the easiest setup and most powerful features, connect your AI assistant to our hosted server:

https://mcp.apify.com

It supports OAuth, so you can connect from clients like Claude.ai or Visual Studio Code with just the URL.

πŸ“ˆ References

Learn how to build and monetize MCP servers on Apify:


Made with ❀️ and 🍺 by the Apify team