← Back to Plugins
MCP Server MCP

io.github.evan-moon/firma

github By github 👁 1 views ▲ 0 votes

Local-first portfolio tracker for overseas investors. Claude reads and writes your finances via MCP.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "firma-app",
      "version": "0.4.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Finnhub API key for stock price sync and market data. Get a free key at finnhub.io. Alternatively set via: firma config set finnhub-key <key>",
          "format": "string",
          "isSecret": true,
          "name": "FINNHUB_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...