Circlfi-MCP
Rank #61,509io.github.negm17111995/circlfi-mcp
13-model stock valuation engine for AI agents - fair values for 5,900+ US stocks, updated daily.
Circlfi-MCP is a Model Context Protocol (MCP) server published by negm17111995. It ranks #61,509 of 115,591 servers tracked on MCP Toplist. Circlfi-MCP is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Jul 7, 2026 and most recently updated on Jul 17, 2026.
Ranks ahead of 54,082 of 115,591 servers on MCP Toplist.
Use Circlfi-MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http circlfi-mcp https://circlfi.com/mcpclaude mcp add circlfi-mcp -e "CIRCLFI_EMAIL=<your CIRCLFI_EMAIL>" -- npx -y circlfi-mcpReplace each placeholder with your own value before saving.
[mcp_servers.circlfi-mcp]
url = "https://circlfi.com/mcp"Add to ~/.codex/config.toml.
[mcp_servers.circlfi-mcp]
command = "npx"
args = ["-y", "circlfi-mcp"]
[mcp_servers.circlfi-mcp.env]
CIRCLFI_EMAIL = "<your CIRCLFI_EMAIL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://circlfi.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"circlfi-mcp": {
"command": "npx",
"args": [
"-y",
"circlfi-mcp"
],
"env": {
"CIRCLFI_EMAIL": "<your CIRCLFI_EMAIL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"circlfi-mcp": {
"url": "https://circlfi.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"circlfi-mcp": {
"command": "npx",
"args": [
"-y",
"circlfi-mcp"
],
"env": {
"CIRCLFI_EMAIL": "<your CIRCLFI_EMAIL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"circlfi-mcp": {
"type": "http",
"url": "https://circlfi.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"circlfi-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"circlfi-mcp"
],
"env": {
"CIRCLFI_EMAIL": "<your CIRCLFI_EMAIL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"circlfi-mcp": {
"serverUrl": "https://circlfi.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"circlfi-mcp": {
"command": "npx",
"args": [
"-y",
"circlfi-mcp"
],
"env": {
"CIRCLFI_EMAIL": "<your CIRCLFI_EMAIL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"circlfi-mcp": {
"url": "https://circlfi.com/mcp"
}
}
}{
"mcpServers": {
"circlfi-mcp": {
"command": "npx",
"args": [
"-y",
"circlfi-mcp"
],
"env": {
"CIRCLFI_EMAIL": "<your CIRCLFI_EMAIL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.negm17111995%2Fcirclfi-mcp)<a href="https://mcptoplist.com/server/io.github.negm17111995%2Fcirclfi-mcp"><img src="https://mcptoplist.com/badge/io.github.negm17111995%2Fcirclfi-mcp.svg" alt="MCP Toplist: #61,509 of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
negm17111995
Other servers by negm17111995
View all negm17111995 servers →Available versions (1)
| Version | Published |
|---|---|
| 1.1.0 | Jul 17, 2026 |
Frequently asked questions
- Who maintains Circlfi-MCP?
- Circlfi-MCP is maintained by negm17111995, which publishes 2 MCP servers (1 total version) tracked on MCP Toplist.
- Is Circlfi-MCP listed on the Official MCP Registry?
- Yes — Circlfi-MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does Circlfi-MCP have?
- MCP Toplist tracks 1 version of Circlfi-MCP, most recently published on Jul 17, 2026.
- Where can I find the source code for Circlfi-MCP?
- The source code for Circlfi-MCP is hosted at github.com/negm17111995/Circlfi-MCP.