← Back to Plugins
MCP Server MCP

io.github.adididitagain/finance-mcp

github By github 👁 1 views ▲ 0 votes

Live stock, crypto, SEC filings, insider trades, FX and macro data for LLM agents.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "finance-data-mcp",
      "version": "0.2.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Contact string sent to SEC EDGAR on every request, in the form \"Your Name [email protected]\". EDGAR returns HTTP 403 without it, so the three SEC tools need this set; all other tools work without it.",
          "format": "string",
          "name": "SEC_USER_AGENT"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...