firma
Rank #2,515io.github.evan-moon/firma
Local-first portfolio tracker for overseas investors. Claude reads and writes your finances via MCP.
firma is a Model Context Protocol (MCP) server published by evan-moon. It ranks #2,515 of 115,591 servers tracked on MCP Toplist, and its repository has 38 GitHub stars. firma is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Apr 24, 2026 and most recently updated on Apr 25, 2026.
Ranks ahead of 113,076 of 115,591 servers on MCP Toplist.
Use firma
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add firma -e "FINNHUB_API_KEY=<your FINNHUB_API_KEY>" -- npx -y firma-appReplace each placeholder with your own value before saving.
[mcp_servers.firma]
command = "npx"
args = ["-y", "firma-app"]
[mcp_servers.firma.env]
FINNHUB_API_KEY = "<your FINNHUB_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"firma": {
"command": "npx",
"args": [
"-y",
"firma-app"
],
"env": {
"FINNHUB_API_KEY": "<your FINNHUB_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"firma": {
"command": "npx",
"args": [
"-y",
"firma-app"
],
"env": {
"FINNHUB_API_KEY": "<your FINNHUB_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"firma": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"firma-app"
],
"env": {
"FINNHUB_API_KEY": "<your FINNHUB_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"firma": {
"command": "npx",
"args": [
"-y",
"firma-app"
],
"env": {
"FINNHUB_API_KEY": "<your FINNHUB_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"firma": {
"command": "npx",
"args": [
"-y",
"firma-app"
],
"env": {
"FINNHUB_API_KEY": "<your FINNHUB_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.evan-moon%2Ffirma)<a href="https://mcptoplist.com/server/io.github.evan-moon%2Ffirma"><img src="https://mcptoplist.com/badge/io.github.evan-moon%2Ffirma.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
evan-moon
Other servers by evan-moon
View all evan-moon servers →Available versions (1)
| Version | Published |
|---|---|
| 0.4.2 | Apr 25, 2026 |
Frequently asked questions
- Who maintains firma?
- firma is maintained by evan-moon, which publishes 3 MCP servers (5 total versions) tracked on MCP Toplist.
- Is firma listed on the Official MCP Registry?
- Yes — firma is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does firma have?
- MCP Toplist tracks 1 version of firma, most recently published on Apr 25, 2026.
- Where can I find the source code for firma?
- The source code for firma is hosted at github.com/evan-moon/firma.