io.github.evan-moon/firma✓
io.github.evan-moon/firma · v0.4.2
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.evan-moon/firma",
"description": "Local-first portfolio tracker for overseas investors. Claude reads and writes your finances via MCP.",
"repository": {
"url": "https://github.com/evan-moon/firma",
"source": "github"
},
"version": "0.4.2",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}