Ghostfolio MCP Server is a Python-based Model Context Protocol (MCP) server that provides programmable access to Ghostfolio portfolio management and financial data through a modern API.
From the registry: MCP server for Ghostfolio portfolio management and financial data access
Please install the `ghostfolio-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Running Ghostfolio instance** — Requires a Ghostfolio server and an API token (https://ghostfol.io/)
Canonical MCP server config (stdio transport):
- command: `uvx`
- args: ["ghostfolio-mcp"]
- required environment variables:
- `GHOSTFOLIO_URL`: Base URL of your Ghostfolio instance (example: `<your-ghostfolio-url>`)
- `GHOSTFOLIO_TOKEN`: Ghostfolio API token (example: `<your-api-token>`)
- optional environment variables:
- `GHOSTFOLIO_VERIFY_SSL`: Enable SSL certificate verification (example: `true`)
- `GHOSTFOLIO_TIMEOUT`: HTTP timeout in seconds (example: `30`)
- `READ_ONLY_MODE`: Disable all write operations (example: `false`)
- `GHOSTFOLIO_DISABLED_TAGS`: Comma-separated list of tool tags to disable (example: `portfolio,symbol`)
- `LOG_LEVEL`: Log level (example: `INFO`)
- `MCP_TRANSPORT`: Transport type: stdio, sse, or http (example: `stdio`)
Note: Also supports SSE and HTTP streamable transports by setting MCP_TRANSPORT=sse|http along with MCP_HTTP_HOST/PORT/BEARER_TOKEN.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.GHOSTFOLIO_URLrequiredURL of the Ghostfolio instanceGHOSTFOLIO_TOKENrequiredValid Ghostfolio API tokenSEC filing intelligence — insider sentiment, material events, financial ratios, disclosure search.
Open-source SEC EDGAR toolkit — 11 tools, 7 prompts, every filing type. No API key required.
MCP server integrating with Stripe - tools for customers, products, payments, and more.