An MCP server giving AI read-only access to your brokerage account while keeping trade execution exclusively in your hands.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"finance-mcp": {
"command": "npx",
"args": [
"-y",
"Eschatological-cpi959/Finance-mcp"
]
}
}
}
Run in terminal:
claude mcp add finance-mcp npx -y Eschatological-cpi959/Finance-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"finance-mcp": {
"command": "npx",
"args": [
"-y",
"Eschatological-cpi959/Finance-mcp"
]
}
}
}