Back to Browse

Finance MCP Server

FinanceLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

Live stock, crypto, SEC filings, FX and macro data for LLM agents. No API keys.

About

Live stock, crypto, SEC filings, FX and macro data for LLM agents. No API keys.

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (2 strong, 2 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

5 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

What You'll Need

Set these up before or after installing:

Contact string sent to SEC EDGAR on every request, in the form "Your Name your@email.com". EDGAR returns HTTP 403 without it, so the three SEC tools need this set; all other tools work without it.Optional

Environment variable: SEC_USER_AGENT

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-adityasbisht-finance-mcp": {
      "env": {
        "SEC_USER_AGENT": "your-sec-user-agent-here"
      },
      "args": [
        "-y",
        "finance-data-mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!