Ghostfolio MCP
MCP server for Ghostfolio portfolio management and financial data access
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (pypi 1.7.0)
uvx ghostfolio-mcp
Or add to your MCP client config:
{
"mcpServers": {
"ghostfolio-mcp": {
"command": "uvx",
"args": [
"ghostfolio-mcp"
],
"env": {
"GHOSTFOLIO_URL": "<YOUR_VALUE>",
"GHOSTFOLIO_TOKEN": "<YOUR_VALUE>",
"GHOSTFOLIO_VERIFY_SSL": "<YOUR_VALUE>",
"GHOSTFOLIO_TIMEOUT": "<YOUR_VALUE>",
"READ_ONLY_MODE": "<YOUR_VALUE>",
"GHOSTFOLIO_DISABLED_TAGS": "<YOUR_VALUE>",
"LOG_LEVEL": "<YOUR_VALUE>",
"RATE_LIMIT_ENABLED": "<YOUR_VALUE>",
"RATE_LIMIT_MAX_REQUESTS": "<YOUR_VALUE>",
"RATE_LIMIT_WINDOW_MINUTES": "<YOUR_VALUE>",
"TOOL_SEARCH_ENABLED": "<YOUR_VALUE>",
"TOOL_SEARCH_STRATEGY": "<YOUR_VALUE>",
"TOOL_SEARCH_MAX_RESULTS": "<YOUR_VALUE>"
}
}
}
}
GHOSTFOLIO_URLrequired — Ghostfolio base URL (e.g., https://domain.tld:3333)GHOSTFOLIO_TOKENrequired secret — Ghostfolio API token for authenticationGHOSTFOLIO_VERIFY_SSL— Verify SSL certificates (true/false)GHOSTFOLIO_TIMEOUT— Request timeout in secondsREAD_ONLY_MODE— Enable read-only mode to restrict write operationsGHOSTFOLIO_DISABLED_TAGS— Comma-separated list of tags to disable tools forLOG_LEVEL— Logging level (DEBUG, INFO, WARNING, ERROR, CRITICAL)RATE_LIMIT_ENABLED— Enable rate limitingRATE_LIMIT_MAX_REQUESTS— Maximum requests per rate limit windowRATE_LIMIT_WINDOW_MINUTES— Rate limit window in minutesTOOL_SEARCH_ENABLED— Enable FastMCP tool search transformTOOL_SEARCH_STRATEGY— Tool search strategy (bm25 or regex)TOOL_SEARCH_MAX_RESULTS— Maximum tool search results returned by search_tools
Package (pypi 1.7.0)
Package: pypi ghostfolio-mcp
GHOSTFOLIO_URLrequired — Ghostfolio base URL (e.g., https://domain.tld:3333)GHOSTFOLIO_TOKENrequired secret — Ghostfolio API token for authenticationGHOSTFOLIO_VERIFY_SSL— Verify SSL certificates (true/false)GHOSTFOLIO_TIMEOUT— Request timeout in secondsREAD_ONLY_MODE— Enable read-only mode to restrict write operationsGHOSTFOLIO_DISABLED_TAGS— Comma-separated list of tags to disable tools forLOG_LEVEL— Logging level (DEBUG, INFO, WARNING, ERROR, CRITICAL)RATE_LIMIT_ENABLED— Enable rate limitingRATE_LIMIT_MAX_REQUESTS— Maximum requests per rate limit windowRATE_LIMIT_WINDOW_MINUTES— Rate limit window in minutesTOOL_SEARCH_ENABLED— Enable FastMCP tool search transformTOOL_SEARCH_STRATEGY— Tool search strategy (bm25 or regex)TOOL_SEARCH_MAX_RESULTS— Maximum tool search results returned by search_toolsMCP_HTTP_PORT— Port for HTTP server (default: 8000)MCP_TRANSPORT— MCP transport type (http for HTTP, stdio for stdio)
Package (oci)
Package: oci ghcr.io/mhajder/ghostfolio-mcp:1.7.0
GHOSTFOLIO_URLrequired — Ghostfolio base URL (e.g., https://domain.tld:3333)GHOSTFOLIO_TOKENrequired secret — Ghostfolio API token for authenticationGHOSTFOLIO_VERIFY_SSL— Verify SSL certificates (true/false)GHOSTFOLIO_TIMEOUT— Request timeout in secondsREAD_ONLY_MODE— Enable read-only mode to restrict write operationsGHOSTFOLIO_DISABLED_TAGS— Comma-separated list of tags to disable tools forLOG_LEVEL— Logging level (DEBUG, INFO, WARNING, ERROR, CRITICAL)RATE_LIMIT_ENABLED— Enable rate limitingRATE_LIMIT_MAX_REQUESTS— Maximum requests per rate limit windowRATE_LIMIT_WINDOW_MINUTES— Rate limit window in minutesTOOL_SEARCH_ENABLED— Enable FastMCP tool search transformTOOL_SEARCH_STRATEGY— Tool search strategy (bm25 or regex)TOOL_SEARCH_MAX_RESULTS— Maximum tool search results returned by search_toolsMCP_HTTP_PORT— Port for HTTP server (default: 8000)
This server takes extra arguments — see its repository.
Related servers
browser-use
Control a real Chrome browser to complete any task: fill forms, extract data, book flights.
servers
MCP server that exercises all the features of the MCP protocol
World Monitor
Live markets, conflicts, country risk, chokepoints, energy, and China decision signals. 75 tools.
paperclip
Trending hip-hop artist momentum scores across four cultural dimensions.
ruflo
AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.
Chrome DevTools MCP
MCP server for Chrome DevTools
Data from the Official MCP Registry