openfolio-ro-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@openfolio-ro-mcpshow my current holdings across all brokers"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
openfolio-ro-mcp
Read-only MCP for OpenFolio. It talks to https://codytang.cn/api/external/ro — you do not clone the app.
Need Node 20+ and an API key. Put the key in OPENFOLIO_RO_KEY.
Tools: ro_catalog (what exists), ro_holdings (broker positions), ro_grid (%-grids), ro_logs (server logs). No orders.
Cursor / Claude / CodeBuddy
{
"mcpServers": {
"openfolio-ro": {
"command": "npx",
"args": ["-y", "github:cody1991/openfolio-ro-mcp"],
"env": {
"OPENFOLIO_RO_KEY": "<key>",
"OPENFOLIO_ORIGIN": "https://codytang.cn"
}
}
}
}If Cursor fails with ENOENT under Cursor.app/.../resources/lib, keep command as npx and add "NPM_CONFIG_PREFIX": " " to env (a single space; Cursor bug).
Related MCP server: EODHD MCP Server
Codex
[mcp_servers.openfolio_ro]
command = "npx"
args = ["-y", "github:cody1991/openfolio-ro-mcp"]
env = { OPENFOLIO_RO_KEY = "<key>", OPENFOLIO_ORIGIN = "https://codytang.cn" }OPENFOLIO_ORIGIN 默认就是 https://codytang.cn,可省略;只有打别的主机时才改。
Logs
ro_logs requires module or search. Default 50 rows, max 100.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- FlicenseBqualityDmaintenanceEnables read-only access to FileMaker databases through the Data API, allowing users to retrieve records, analyze metadata, search across layouts, and infer relationships while maintaining data security.16
- AlicenseNot gradedqualityCmaintenanceEnables access to financial market data including EOD, intraday, fundamentals, news, and more via 75 read-only MCP tools.5MIT
- AlicenseAqualityBmaintenanceProvides read-only investment research and audit tools for validating ETF snapshots, comparing ETF structures, and auditing backtest reports, while strictly excluding any order or trading capabilities.4MIT
- AlicenseNot gradedqualityAmaintenanceProvides read-only MCP tools for market snapshots, position risk, order reconciliation, and daily report previews with deterministic financial calculations, evidence chains, and audit trails.MIT
Related MCP Connectors
Read-only access to your VortexIQ store data: audits, KPIs, alerts, Brand DNA, reports, Ask VIQ.
Read-only discovery and bounded access to a finite market briefing with evidence boundaries.
Read-only optical catalog search plus DiffBeam server, schema, and catalog revision metadata.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cody1991/openfolio-ro-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server