Analytics
circlfi.com
Provides daily fair value estimates for US stocks using 13 institutional models.
ENDPOINT 1
https://circlfi.com/mcp
Known tools 0
No tool metadata was available in the registry cache.
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.circlfi-com]
url = "https://circlfi.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"circlfi-com": {
"type": "http",
"url": "https://circlfi.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: circlfi-com
Remote MCP URL: https://circlfi.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"circlfi-com": {
"url": "https://circlfi.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"circlfi-com": {
"type": "http",
"url": "https://circlfi.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "circlfi-com",
"transport": "streamable-http",
"url": "https://circlfi.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://circlfi.com/api/mcp
MCP server metadata
- Name
- circlfi-mcp
- Version
- 1.2.0
CirclFi provides institutional-grade stock valuations from a 13-model engine, updated daily from SEC EDGAR. Use get_stock_valuation for a single US ticker. get_market_screener requires a premium subscription. The canonical Streamable HTTP endpoint is https://circlfi.com/api/mcp.
Known tools 2
get_stock_valuationGet the latest intrinsic valuation of a single stock from CirclFi's 13-model engine.
Inferred read-onlyget_market_screenerScreen the entire stock market (5,900+ stocks) using CirclFi data.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.circlfi-mcp]
url = "https://circlfi.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"circlfi-mcp": {
"type": "http",
"url": "https://circlfi.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: circlfi-mcp
Remote MCP URL: https://circlfi.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"circlfi-mcp": {
"url": "https://circlfi.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"circlfi-mcp": {
"type": "http",
"url": "https://circlfi.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "circlfi-mcp",
"transport": "streamable-http",
"url": "https://circlfi.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for circlfi.com was fetched 2026-08-04T02:11:23.349Z and is being refreshed.
circlfi.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.