free-investment-mcp
Click on "Install 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.
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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Real SEC, 13F, insider, congress & macro data your AI agent can cite. Hosted MCP, 24 tools.
Search SEC filings, read 10-K/8-K, query XBRL facts, track Form 4 insider trades.
Give your AI deep fundamentals on US public companies — metrics, segments, peers. Free.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sdonghee/free-investment-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server