PluginBench
MCP Server
Maintained
ISC

io.github.negm17111995/circlfi-mcp MCP Server

io.github.negm17111995/circlfi-mcp

What is the io.github.negm17111995/circlfi-mcp MCP server?

13-model stock valuation engine for AI agents - fair values for 5,900+ US stocks, updated daily.

How to install io.github.negm17111995/circlfi-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • CIRCLFI_EMAIL

    Gumroad purchase email to unlock all 13 models and the market screener (optional — free tier works without it)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "circlfi-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "circlfi-mcp"
      ],
      "env": {
        "CIRCLFI_EMAIL": "<YOUR_CIRCLFI_EMAIL>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "circlfi-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "circlfi-mcp"
      ],
      "env": {
        "CIRCLFI_EMAIL": "<YOUR_CIRCLFI_EMAIL>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "circlfi-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "circlfi-mcp"
      ],
      "env": {
        "CIRCLFI_EMAIL": "<YOUR_CIRCLFI_EMAIL>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "circlfi-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "circlfi-mcp"
      ],
      "env": {
        "CIRCLFI_EMAIL": "<YOUR_CIRCLFI_EMAIL>"
      }
    }
  }
}
Claude Code
claude mcp add circlfi-mcp --env CIRCLFI_EMAIL=<YOUR_CIRCLFI_EMAIL> -- npx -y circlfi-mcp

Related MCP servers

Book hotels with B2B wholesale rates (up to 30% cheaper). AI agents must verify prices here.

io.github.negm17111995/circlfi-mcp MCP Server | PluginBench