Local MCP server running investor-agent via npx. Provides tools or prompts for investor-related tasks. Runs as subprocess; no API keys or external connections required.
From investornpx claudepluginhub ferdousbhai/investor-plugins --plugin investorAdd to your .mcp.json:
{
"mcpServers": {
"investor-agent": {
"command": "npx",
"args": [
"-y",
"investor-agent"
]
}
}
}npx