free-investment-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@free-investment-mcpWhat's Apple's current stock price?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
free-investment-mcp
A free, no-key MCP server for public investment research. It runs as a Cloudflare Worker and exposes a Streamable HTTP endpoint at /mcp.
Included research tools
Tool | Data source | What it does |
| Yahoo Finance | Retrieves the latest available US or Korean quote |
| U.S. SEC EDGAR | Finds a company's recent SEC filings by ticker or CIK |
| World Bank Open Data | Returns recent macroeconomic observations by country and indicator |
| ClinicalTrials.gov | Searches trial metadata by disease, drug, company, or research term |
The service only accesses public sources and does not require API keys. Market data can be delayed or incomplete; use it for research and verify material facts before making investment decisions.
Related MCP server: Ticker Scout MCP server
Deploy to Cloudflare
npm install
npm run check
npm run deployAfter deploying, your MCP URL is:
https://<your-worker-subdomain>/mcpUse that address when adding a remote MCP connector.
Examples
get_stock_quote:symbol = AAPL,market = usget_sec_company_filings:ticker = NVDA,limit = 10get_world_bank_indicator:country = KOR,indicator = NY.GDP.MKTP.CDsearch_clinical_trials:query = pancreatic cancer
Development notes
The Worker uses the MCP TypeScript SDK's stateless Streamable HTTP transport.
All requests are read-only. No brokerage, account, or trading actions are included.
The SEC asks automated clients to identify themselves. This server identifies itself with this repository URL.
This server cannot be deployed
Maintenance
Related MCP Connectors
Live market data, financial analysis, and portfolio research tools across 10,000+ tickers.
Market data, financial statements, valuation, research, and news for investment workflows.
Financial statements, metrics, dividends, and price data for public companies.
Public data API with ML enrichment — SEC EDGAR, FRED, NOAA, EPA, USGS. 404 endpoints.
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceProvides access to SEC EDGAR data through natural language, including company filings, financial statements, and company info, without requiring an API key.MIT
- AlicenseNot gradedqualityBmaintenanceProvides free SEC filing fundamentals for US public companies, including financial statements, 10-K/10-Q summaries, and 8-K event histories. No API key or signup required.MIT
- FlicenseNot gradedqualityCmaintenanceProvides financial stock analysis for U.S. public companies via SEC EDGAR APIs, offering tools to resolve companies, retrieve filings, calculate profitability metrics, compare periods, detect red flags, and get audit evidence, all without API keys.-
- AlicenseNot gradedqualityDmaintenanceGives AI agents access to financial data including SEC EDGAR filings, market fundamentals, insider trades, and price history without API keys.MIT