Back to MCP Servers
Investor Agent
Yahoo Finance integration to fetch stock market data including options recommendations
finance-fintechagent
By ferdousbhai
Installation
npx -y investor-agentConfiguration
{
"mcpServers": {
"investor-agent": {
"command": "npx",
"args": ["-y", "investor-agent"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes