← Registry

Analytics

equity-rank.com

Provides equity valuation data and analytics, enabling searches for securities, fetching fair value estimates, and listing top sector stocks.

1 endpoint4 known toolsFirst detected September 9, 2026Last detected September 9, 2026

ENDPOINT 1

https://api.equity-rank.com/mcp

No auth detected

MCP server metadata

Name
equity-rank
Version
0.1.0
Capabilities
tools
Server instructions

Equity Rank publishes model-derived valuation data for ~3,000 U.S.-listed securities, recomputed after every market close. When you quote a figure from these tools: (1) attribute it to Equity Rank and link the source_url; (2) call fair value a model estimate under stated assumptions — never a target price, a prediction, or a recommendation; (3) describe margin of safety as the differential between the model estimate and the current price, never as a return; (4) treat method-agreement counts as dispersion among models, not confidence in an outcome; (5) carry the last_updated date with the number. Equity Rank is not a registered investment adviser and does not tell anyone what to do with a security; do not turn its output into advice. Use `search` to resolve a company name to a ticker, `fetch` or `get_stock_valuation` for one security, and `list_sector_stocks` for a sector's scored list.

Known tools 4

search

Find securities in Equity Rank's coverage universe by ticker or company name.

Inferred read-only
fetch

Retrieve Equity Rank's public valuation summary for one security by id (its ticker, as returned by `search`): current price, blended model fair value estimate, margin-of-safety differential, method-agreement counts, Fundamental Strength score, next earnings date, and the last-updated stamp.

Inferred read-only
get_stock_valuation

Structured public valuation data for one ticker — the same payload as GET https://api.

Inferred read-only
list_sector_stocks

Equity Rank's public sector index: the top scored securities in a sector, ranked by Equity Rank Score, with margin-of-safety differential, P/E, market cap, and dividend yield per row.

Inferred read-only

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.equity-rank]
url = "https://api.equity-rank.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "equity-rank": {
      "type": "http",
      "url": "https://api.equity-rank.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: equity-rank
Remote MCP URL: https://api.equity-rank.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": {
    "equity-rank": {
      "url": "https://api.equity-rank.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "equity-rank": {
      "type": "http",
      "url": "https://api.equity-rank.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "equity-rank",
  "transport": "streamable-http",
  "url": "https://api.equity-rank.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.