Skip to main content
Glama
sdonghee

free-investment-mcp

by sdonghee

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

get_stock_quote

Yahoo Finance

Retrieves the latest available US or Korean quote

get_sec_company_filings

U.S. SEC EDGAR

Finds a company's recent SEC filings by ticker or CIK

get_world_bank_indicator

World Bank Open Data

Returns recent macroeconomic observations by country and indicator

search_clinical_trials

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 deploy

After deploying, your MCP URL is:

https://<your-worker-subdomain>/mcp

Use that address when adding a remote MCP connector.

Examples

  • get_stock_quote: symbol = AAPL, market = us

  • get_sec_company_filings: ticker = NVDA, limit = 10

  • get_world_bank_indicator: country = KOR, indicator = NY.GDP.MKTP.CD

  • search_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.

-
license - not tested
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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.

View all MCP Connectors

Latest Blog Posts

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