← truevaluerankings.com
INDIVIDUAL MCP TOOL
list_coins
Lists all cryptocurrencies currently evaluated by True Value Rankings with their symbol, name, and category.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
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.
Related tools
get_tvr_score— Returns the TVR Score, rank, valuation category, TVR Price, and fair value gap for a cryptocurrency.get_tvr_estimated_value— Returns TVR's fair value estimate (TVR Price) for a cryptocurrency, including the fair value gap and valuation category.compare_coins— Compares 2 to 5 cryptocurrencies on TVR Score, valuation, and fair value gap.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).get_methodology— Explains how True Value Rankings scores cryptocurrencies: the 8 metrics, default weights, weight presets, and general scoring approach.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.get_historical_scores— PREMIUM: Returns how a coin's scores have changed over time, with dates and reasons for each change.get_custom_ranking— PREMIUM: Recalculates the full ranking table using custom metric weights.