← Registry

Analytics

truevaluerankings.com

Provides fundamental analysis and valuation scores for cryptocurrencies.

1 endpoint11 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://truevaluerankings.com/mcp

No auth detected

MCP server metadata

Name
True Value Rankings
Version
2.0.0
Capabilities
tools.listChanged

Known tools 11

get_tvr_score

Returns the TVR Score, rank, valuation category, TVR Price, and fair value gap for a cryptocurrency.

Inferred read-only
get_tvr_estimated_value

Returns TVR's fair value estimate (TVR Price) for a cryptocurrency, including the fair value gap and valuation category.

Inferred read-only
compare_coins

Compares 2 to 5 cryptocurrencies on TVR Score, valuation, and fair value gap.

Inferred read-only
get_top_ranked

Returns the top N cryptocurrencies by a chosen ranking method: tvr_score (fundamental strength), most_undervalued (largest positive fair value gap), or most_overvalued (largest negative fair value gap).

Inferred read-only
get_methodology

Explains how True Value Rankings scores cryptocurrencies: the 8 metrics, default weights, weight presets, and general scoring approach.

Inferred read-only
list_coins

Lists all cryptocurrencies currently evaluated by True Value Rankings with their symbol, name, and category.

Inferred read-only
get_full_breakdown

PREMIUM: Returns a complete fundamental analysis for a cryptocurrency, including all 8 metric scores with explanations, special scoring rules applied, valuation reasoning, and ranking context.

Inferred read-only
get_historical_scores

PREMIUM: Returns how a coin's scores have changed over time, with dates and reasons for each change.

Inferred read-only
get_custom_ranking

PREMIUM: Recalculates the full ranking table using custom metric weights.

Inferred read-only
get_portfolio_analysis

PREMIUM: Analyzes a multi-coin portfolio for fundamental strength, returning a weighted TVR Score and metric profile.

Inferred read-only
get_comparison_report

PREMIUM: Detailed metric-by-metric comparison of 2 to 5 coins with all 8 scores and analysis.

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.true-value-rankings]
url = "https://truevaluerankings.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "true-value-rankings": {
      "type": "http",
      "url": "https://truevaluerankings.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: true-value-rankings
Remote MCP URL: https://truevaluerankings.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": {
    "true-value-rankings": {
      "url": "https://truevaluerankings.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "true-value-rankings": {
      "type": "http",
      "url": "https://truevaluerankings.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "true-value-rankings",
  "transport": "streamable-http",
  "url": "https://truevaluerankings.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.