
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
circlfi-mcp
Advanced tools
MCP server for CirclFi — institutional-grade stock valuations from a 13-model engine (Bayesian DCF, EPV, ML-RIV and more) across 5,900+ US stocks, updated daily from SEC EDGAR. Turns Claude, Cursor, ChatGPT and any MCP client into a stock analyst.
The official Model Context Protocol (MCP) server for CirclFi — the institutional-grade equity valuation platform.
Give any AI assistant direct access to 13 valuation models across 5,900+ US stocks, recalculated daily from SEC EDGAR, FRED, and GDELT data. Intrinsic values, Quality of Company scores (32 fundamental signals), and Value Trap risk scores — as native AI tools.
Point any MCP-compatible client at the hosted endpoint:
https://circlfi.com/mcp
Authorization: Bearer you@example.comnpx -y circlfi-mcp
(Installing from GitHub also works: npx -y github:negm17111995/Circlfi-MCP)
Add to claude_desktop_config.json (macOS: ~/Library/Application Support/Claude/claude_desktop_config.json, Windows: %APPDATA%\Claude\claude_desktop_config.json):
{
"mcpServers": {
"circlfi": {
"command": "npx",
"args": ["-y", "circlfi-mcp"],
"env": { "CIRCLFI_EMAIL": "" }
}
}
}
Restart Claude Desktop and look for the tools icon. Premium subscribers: put your Gumroad purchase email in CIRCLFI_EMAIL.
claude mcp add circlfi -- npx -y circlfi-mcp
Or with premium access:
claude mcp add circlfi -e CIRCLFI_EMAIL=you@example.com -- npx -y circlfi-mcp
Or add to ~/.cursor/mcp.json:
{
"mcpServers": {
"circlfi": { "command": "npx", "args": ["-y", "circlfi-mcp"] }
}
}
code --add-mcp '{"name":"circlfi","command":"npx","args":["-y","circlfi-mcp"]}'
Add to ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"circlfi": { "command": "npx", "args": ["-y", "circlfi-mcp"] }
}
}
ChatGPT connects to remote MCP servers. In Settings → Connectors → Advanced → Developer mode, add a custom connector with the URL:
https://circlfi.com/mcp
npx, args ["-y", "circlfi-mcp"], optional env CIRCLFI_EMAILhttps://circlfi.com/mcp, optional header Authorization: Bearer <gumroad-email>get_stock_valuationComplete intrinsic valuation profile for any US ticker: fair value, implied upside, and statistical confidence per model, plus the Quality of Company (QOC) score and Value Trap risk score.
Free tier — 3 models, no signup: Bayesian DCF (10,000-run Monte Carlo with jump-diffusion), Earnings Power Value (Greenwald), CUCE Ensemble (meta-model).
Premium — all 13 models: the above plus EROIC Spread, First Chicago, Markov DDM, ML-RIV, Dynamic NAV, PWERM, Regime Cross-Sectional, Sentiment SOTP, FTNN Topology, and RCMH-DCF. Full methodology: circlfi.com/methodology
get_market_screener (Premium)Screen all 5,900+ US stocks in one call. Filter by minimum QOC, maximum Value Trap score, or industry; return JSON for analysis or CSV for download.
This repository is a thin client — no proprietary algorithms, no API keys. Tool calls are forwarded to the CirclFi API (https://circlfi.com/api/mcp), which verifies premium subscriptions with Gumroad in real time and returns model output. Free-tier requests need no account at all. The hosted remote endpoint (https://circlfi.com/mcp) exposes the identical tools directly over Streamable HTTP.
All output is quantitative model data for educational purposes — not financial advice (disclaimer).
CIRCLFI_EMAIL (local) or bearer token (remote)Open a GitHub Issue for server problems. For valuation methodology or subscription questions, see circlfi.com.
FAQs
MCP server for CirclFi — institutional-grade stock valuations from a 13-model engine (Bayesian DCF, EPV, ML-RIV and more) across 5,900+ US stocks, updated daily from SEC EDGAR. Turns Claude, Cursor, ChatGPT and any MCP client into a stock analyst.
The npm package circlfi-mcp receives a total of 28 weekly downloads. As such, circlfi-mcp popularity was classified as not popular.
We found that circlfi-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.