Investbuddy
Rank #642io.github.danielrz/investbuddy
MCP server providing investbuddy capabilities
Investbuddy is a Model Context Protocol (MCP) server published by danielrz. It ranks #642 of 115,591 servers tracked on MCP Toplist, and its repository has 805 GitHub stars. Investbuddy is listed on Official MCP, with 5 tracked versions. It was first listed on Dec 17, 2025 and most recently updated on Mar 6, 2026.
Ranks ahead of 114,949 of 115,591 servers on MCP Toplist.
Use Investbuddy
claude mcp add investbuddy -e "INVESTBUDDY_API_KEY=<your INVESTBUDDY_API_KEY>" -- npx -y investbuddy-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.investbuddy]
command = "npx"
args = ["-y", "investbuddy-mcp-server"]
[mcp_servers.investbuddy.env]
INVESTBUDDY_API_KEY = "<your INVESTBUDDY_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"investbuddy": {
"command": "npx",
"args": [
"-y",
"investbuddy-mcp-server"
],
"env": {
"INVESTBUDDY_API_KEY": "<your INVESTBUDDY_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"investbuddy": {
"command": "npx",
"args": [
"-y",
"investbuddy-mcp-server"
],
"env": {
"INVESTBUDDY_API_KEY": "<your INVESTBUDDY_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"investbuddy": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"investbuddy-mcp-server"
],
"env": {
"INVESTBUDDY_API_KEY": "<your INVESTBUDDY_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"investbuddy": {
"command": "npx",
"args": [
"-y",
"investbuddy-mcp-server"
],
"env": {
"INVESTBUDDY_API_KEY": "<your INVESTBUDDY_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"investbuddy": {
"command": "npx",
"args": [
"-y",
"investbuddy-mcp-server"
],
"env": {
"INVESTBUDDY_API_KEY": "<your INVESTBUDDY_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.danielrz%2Finvestbuddy)<a href="https://mcptoplist.com/server/io.github.danielrz%2Finvestbuddy"><img src="https://mcptoplist.com/badge/io.github.danielrz%2Finvestbuddy.svg" alt="MCP Toplist: Top 1% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
danielrz
Other servers by danielrz
View all danielrz servers →Available versions (5)
| Version | Published |
|---|---|
| 1.2.1 | Mar 6, 2026 |
| 1.0.8 | Dec 17, 2025 |
| 1.0.7 | Dec 17, 2025 |
| 1.0.6 | Dec 17, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Investbuddy?
- Investbuddy is maintained by danielrz, which publishes 2 MCP servers (5 total versions) tracked on MCP Toplist.
- Is Investbuddy listed on the Official MCP Registry?
- Yes — Investbuddy is listed on the Official MCP Registry.
- How many versions does Investbuddy have?
- MCP Toplist tracks 5 versions of Investbuddy, most recently published on Mar 6, 2026.
- Where can I find the source code for Investbuddy?
- The source code for Investbuddy is hosted at github.com/danielrz/InvestBuddy.