Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From investor
Investor-agent MCP server running locally as a stdio subprocess. Provides investor-related agent capabilities to Claude; purpose partially inferable from name.
npx claudepluginhub ferdousbhai/investor-plugins --plugin investorCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"investor-agent": {
"command": "npx",
"args": [
"-y",
"investor-agent"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.