RFP.ai
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
io.github.mhajder/ghostfolio-mcp · v1.4.1
MCP server for Ghostfolio portfolio management and financial data access
Ghostfolio MCP 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio、streamable-http 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"ghostfolio-mcp": {
"command": "uvx",
"args": [
"ghostfolio-mcp"
],
"env": {
"GHOSTFOLIO_URL": "<GHOSTFOLIO_URL>",
"GHOSTFOLIO_TOKEN": "<GHOSTFOLIO_TOKEN>"
}
}
}
}GHOSTFOLIO_URL必填Ghostfolio base URL (e.g., https://domain.tld:3333)
GHOSTFOLIO_TOKEN必填secretGhostfolio API token for authentication
GHOSTFOLIO_VERIFY_SSL可选Verify SSL certificates (true/false)
GHOSTFOLIO_TIMEOUT可选Request timeout in seconds
READ_ONLY_MODE可选Enable read-only mode to restrict write operations
GHOSTFOLIO_DISABLED_TAGS可选Comma-separated list of tags to disable tools for
LOG_LEVEL可选Logging level (DEBUG, INFO, WARNING, ERROR, CRITICAL)
RATE_LIMIT_ENABLED可选Enable rate limiting
RATE_LIMIT_MAX_REQUESTS可选Maximum requests per rate limit window
RATE_LIMIT_WINDOW_MINUTES可选Rate limit window in minutes
TOOL_SEARCH_ENABLED可选Enable FastMCP tool search transform
TOOL_SEARCH_STRATEGY可选Tool search strategy (bm25 or regex)
TOOL_SEARCH_MAX_RESULTS可选Maximum tool search results returned by search_tools
GHOSTFOLIO_URL必填Ghostfolio base URL (e.g., https://domain.tld:3333)
GHOSTFOLIO_TOKEN必填secretGhostfolio API token for authentication
GHOSTFOLIO_VERIFY_SSL可选Verify SSL certificates (true/false)
GHOSTFOLIO_TIMEOUT可选Request timeout in seconds
READ_ONLY_MODE可选Enable read-only mode to restrict write operations
GHOSTFOLIO_DISABLED_TAGS可选Comma-separated list of tags to disable tools for
LOG_LEVEL可选Logging level (DEBUG, INFO, WARNING, ERROR, CRITICAL)
RATE_LIMIT_ENABLED可选Enable rate limiting
RATE_LIMIT_MAX_REQUESTS可选Maximum requests per rate limit window
RATE_LIMIT_WINDOW_MINUTES可选Rate limit window in minutes
TOOL_SEARCH_ENABLED可选Enable FastMCP tool search transform
TOOL_SEARCH_STRATEGY可选Tool search strategy (bm25 or regex)
TOOL_SEARCH_MAX_RESULTS可选Maximum tool search results returned by search_tools
MCP_HTTP_PORT可选Port for HTTP server (default: 8000)
MCP_TRANSPORT可选MCP transport type (http for HTTP, stdio for stdio)
GHOSTFOLIO_URL必填Ghostfolio base URL (e.g., https://domain.tld:3333)
GHOSTFOLIO_TOKEN必填secretGhostfolio API token for authentication
GHOSTFOLIO_VERIFY_SSL可选Verify SSL certificates (true/false)
GHOSTFOLIO_TIMEOUT可选Request timeout in seconds
READ_ONLY_MODE可选Enable read-only mode to restrict write operations
GHOSTFOLIO_DISABLED_TAGS可选Comma-separated list of tags to disable tools for
LOG_LEVEL可选Logging level (DEBUG, INFO, WARNING, ERROR, CRITICAL)
RATE_LIMIT_ENABLED可选Enable rate limiting
RATE_LIMIT_MAX_REQUESTS可选Maximum requests per rate limit window
RATE_LIMIT_WINDOW_MINUTES可选Rate limit window in minutes
TOOL_SEARCH_ENABLED可选Enable FastMCP tool search transform
TOOL_SEARCH_STRATEGY可选Tool search strategy (bm25 or regex)
TOOL_SEARCH_MAX_RESULTS可选Maximum tool search results returned by search_tools
MCP_HTTP_PORT可选Port for HTTP server (default: 8000)
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
v1.1.0
io.github.xenarch-ai/xenarch-mcp
Xenarch — x402 MCP server for AI agent payments. Non-custodial, USDC on Base L2.
v1.0.0
com.docimprint/api
AI document intelligence: extract, summarize, claim-check, and notarize with on-chain proofs.
v0.14.0
io.github.blackwell-systems/agent-lsp
Stateful LSP runtime for AI agents — 50+ tools across 30+ languages via MCP.
v0.2.13
io.github.hostinger/hostinger-api-mcp
MCP server for Hostinger API
v0.41.0
io.github.zhitongblog/unterm
The terminal AI agents can drive: spawn panes, run commands, read screens, scrolling screenshots.
{
"id": "io.github.mhajder/ghostfolio-mcp",
"type": "mcp-server",
"version": "1.4.1",
"displayName": "Ghostfolio MCP",
"description": "MCP server for Ghostfolio portfolio management and financial data access",
"repository": {
"url": "https://github.com/mhajder/ghostfolio-mcp",
"source": "github"
},
"homepage": "https://github.com/mhajder/ghostfolio-mcp",
"distribution": {
"packages": [
{
"registryType": "pypi",
"identifier": "ghostfolio-mcp",
"version": "1.4.1",
"runtimeHint": "uvx",
"transport": "stdio",
"environmentVariables": [
{
"name": "GHOSTFOLIO_URL",
"description": "Ghostfolio base URL (e.g., https://domain.tld:3333)",
"isRequired": true
},
{
"name": "GHOSTFOLIO_TOKEN",
"description": "Ghostfolio API token for authentication",
"isRequired": true,
"isSecret": true
},
{
"name": "GHOSTFOLIO_VERIFY_SSL",
"description": "Verify SSL certificates (true/false)"
},
{
"name": "GHOSTFOLIO_TIMEOUT",
"description": "Request timeout in seconds"
},
{
"name": "READ_ONLY_MODE",
"description": "Enable read-only mode to restrict write operations"
},
{
"name": "GHOSTFOLIO_DISABLED_TAGS",
"description": "Comma-separated list of tags to disable tools for"
},
{
"name": "LOG_LEVEL",
"description": "Logging level (DEBUG, INFO, WARNING, ERROR, CRITICAL)"
},
{
"name": "RATE_LIMIT_ENABLED",
"description": "Enable rate limiting"
},
{
"name": "RATE_LIMIT_MAX_REQUESTS",
"description": "Maximum requests per rate limit window"
},
{
"name": "RATE_LIMIT_WINDOW_MINUTES",
"description": "Rate limit window in minutes"
},
{
"name": "TOOL_SEARCH_ENABLED",
"description": "Enable FastMCP tool search transform"
},
{
"name": "TOOL_SEARCH_STRATEGY",
"description": "Tool search strategy (bm25 or regex)"
},
{
"name": "TOOL_SEARCH_MAX_RESULTS",
"description": "Maximum tool search results returned by search_tools"
}
]
},
{
"registryType": "pypi",
"identifier": "ghostfolio-mcp",
"version": "1.4.1",
"runtimeHint": "uvx",
"transport": "streamable-http",
"environmentVariables": [
{
"name": "GHOSTFOLIO_URL",
"description": "Ghostfolio base URL (e.g., https://domain.tld:3333)",
"isRequired": true
},
{
"name": "GHOSTFOLIO_TOKEN",
"description": "Ghostfolio API token for authentication",
"isRequired": true,
"isSecret": true
},
{
"name": "GHOSTFOLIO_VERIFY_SSL",
"description": "Verify SSL certificates (true/false)"
},
{
"name": "GHOSTFOLIO_TIMEOUT",
"description": "Request timeout in seconds"
},
{
"name": "READ_ONLY_MODE",
"description": "Enable read-only mode to restrict write operations"
},
{
"name": "GHOSTFOLIO_DISABLED_TAGS",
"description": "Comma-separated list of tags to disable tools for"
},
{
"name": "LOG_LEVEL",
"description": "Logging level (DEBUG, INFO, WARNING, ERROR, CRITICAL)"
},
{
"name": "RATE_LIMIT_ENABLED",
"description": "Enable rate limiting"
},
{
"name": "RATE_LIMIT_MAX_REQUESTS",
"description": "Maximum requests per rate limit window"
},
{
"name": "RATE_LIMIT_WINDOW_MINUTES",
"description": "Rate limit window in minutes"
},
{
"name": "TOOL_SEARCH_ENABLED",
"description": "Enable FastMCP tool search transform"
},
{
"name": "TOOL_SEARCH_STRATEGY",
"description": "Tool search strategy (bm25 or regex)"
},
{
"name": "TOOL_SEARCH_MAX_RESULTS",
"description": "Maximum tool search results returned by search_tools"
},
{
"name": "MCP_HTTP_PORT",
"description": "Port for HTTP server (default: 8000)"
},
{
"name": "MCP_TRANSPORT",
"description": "MCP transport type (http for HTTP, stdio for stdio)"
}
]
},
{
"registryType": "oci",
"identifier": "ghcr.io/mhajder/ghostfolio-mcp:1.4.1",
"transport": "streamable-http",
"environmentVariables": [
{
"name": "GHOSTFOLIO_URL",
"description": "Ghostfolio base URL (e.g., https://domain.tld:3333)",
"isRequired": true
},
{
"name": "GHOSTFOLIO_TOKEN",
"description": "Ghostfolio API token for authentication",
"isRequired": true,
"isSecret": true
},
{
"name": "GHOSTFOLIO_VERIFY_SSL",
"description": "Verify SSL certificates (true/false)"
},
{
"name": "GHOSTFOLIO_TIMEOUT",
"description": "Request timeout in seconds"
},
{
"name": "READ_ONLY_MODE",
"description": "Enable read-only mode to restrict write operations"
},
{
"name": "GHOSTFOLIO_DISABLED_TAGS",
"description": "Comma-separated list of tags to disable tools for"
},
{
"name": "LOG_LEVEL",
"description": "Logging level (DEBUG, INFO, WARNING, ERROR, CRITICAL)"
},
{
"name": "RATE_LIMIT_ENABLED",
"description": "Enable rate limiting"
},
{
"name": "RATE_LIMIT_MAX_REQUESTS",
"description": "Maximum requests per rate limit window"
},
{
"name": "RATE_LIMIT_WINDOW_MINUTES",
"description": "Rate limit window in minutes"
},
{
"name": "TOOL_SEARCH_ENABLED",
"description": "Enable FastMCP tool search transform"
},
{
"name": "TOOL_SEARCH_STRATEGY",
"description": "Tool search strategy (bm25 or regex)"
},
{
"name": "TOOL_SEARCH_MAX_RESULTS",
"description": "Maximum tool search results returned by search_tools"
},
{
"name": "MCP_HTTP_PORT",
"description": "Port for HTTP server (default: 8000)"
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.mhajder/ghostfolio-mcp",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.mhajder%2Fghostfolio-mcp/versions/latest",
"isOfficial": true,
"status": "active"
}
}