FinanceKit MCP
Rank #22,399io.github.vdalhambra/financekit-mcp
Stock quotes, technical analysis, crypto prices, and portfolio insights for AI agents
FinanceKit MCP is a Model Context Protocol (MCP) server published by vdalhambra. It ranks #22,399 of 115,460 servers tracked on MCP Toplist, and its repository has 6 GitHub stars. FinanceKit MCP is listed across 3 registries — Official MCP, Glama and PulseMCP, with 2 tracked versions. It was first listed on Apr 13, 2026 and most recently updated on Apr 14, 2026.
Ranks ahead of 93,061 of 115,460 servers on MCP Toplist.
Use FinanceKit MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add financekit-mcp -- uvx financekit-mcp[mcp_servers.financekit-mcp]
command = "uvx"
args = ["financekit-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"financekit-mcp": {
"command": "uvx",
"args": [
"financekit-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"financekit-mcp": {
"command": "uvx",
"args": [
"financekit-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"financekit-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"financekit-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"financekit-mcp": {
"command": "uvx",
"args": [
"financekit-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"financekit-mcp": {
"command": "uvx",
"args": [
"financekit-mcp"
]
}
}
}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.vdalhambra%2Ffinancekit-mcp)<a href="https://mcptoplist.com/server/io.github.vdalhambra%2Ffinancekit-mcp"><img src="https://mcptoplist.com/badge/io.github.vdalhambra%2Ffinancekit-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
vdalhambra
Other servers by vdalhambra
View all vdalhambra servers →Available versions (2)
| Version | Published |
|---|---|
| 1.2.0 | Apr 14, 2026 |
| 1.1.0 | Apr 13, 2026 |
Frequently asked questions
- Who maintains FinanceKit MCP?
- FinanceKit MCP is maintained by vdalhambra, which publishes 3 MCP servers (4 total versions) tracked on MCP Toplist.
- Is FinanceKit MCP listed on the Official MCP Registry?
- Yes — FinanceKit MCP is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does FinanceKit MCP have?
- MCP Toplist tracks 2 versions of FinanceKit MCP, most recently published on Apr 14, 2026.
- Where can I find the source code for FinanceKit MCP?
- The source code for FinanceKit MCP is hosted at github.com/vdalhambra/financekit-mcp.