Analytics
truevaluerankings.com
Provides fundamental analysis and valuation scores for cryptocurrencies.
ENDPOINT 1
https://truevaluerankings.com/mcp
MCP server metadata
- Name
- True Value Rankings
- Version
- 2.0.0
Known tools 11
get_tvr_scoreReturns the TVR Score, rank, valuation category, TVR Price, and fair value gap for a cryptocurrency.
Inferred read-onlyget_tvr_estimated_valueReturns TVR's fair value estimate (TVR Price) for a cryptocurrency, including the fair value gap and valuation category.
Inferred read-onlycompare_coinsCompares 2 to 5 cryptocurrencies on TVR Score, valuation, and fair value gap.
Inferred read-onlyget_top_rankedReturns 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-onlyget_methodologyExplains how True Value Rankings scores cryptocurrencies: the 8 metrics, default weights, weight presets, and general scoring approach.
Inferred read-onlylist_coinsLists all cryptocurrencies currently evaluated by True Value Rankings with their symbol, name, and category.
Inferred read-onlyget_full_breakdownPREMIUM: 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-onlyget_historical_scoresPREMIUM: Returns how a coin's scores have changed over time, with dates and reasons for each change.
Inferred read-onlyget_custom_rankingPREMIUM: Recalculates the full ranking table using custom metric weights.
Inferred read-onlyget_portfolio_analysisPREMIUM: Analyzes a multi-coin portfolio for fundamental strength, returning a weighted TVR Score and metric profile.
Inferred read-onlyget_comparison_reportPREMIUM: Detailed metric-by-metric comparison of 2 to 5 coins with all 8 scores and analysis.
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.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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.