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.

Related MCP server: Ticker Scout MCP server

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.

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    B
    maintenance
    Provides access to SEC EDGAR data through natural language, including company filings, financial statements, and company info, without requiring an API key.
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Provides 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
  • F
    license
    Not graded
    quality
    C
    maintenance
    Provides 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.
    -
  • A
    license
    Not graded
    quality
    D
    maintenance
    Gives AI agents access to financial data including SEC EDGAR filings, market fundamentals, insider trades, and price history without API keys.
    MIT