com.truevaluerankings/tvr-mcp
Official11 toolsTrue Value Rankings
Cryptocurrency fundamentals research and education. Model-derived scores and valuation estimates.
Provides cryptocurrency research, fundamentals analysis, and valuation scores.
Captured live from the server via tools/list.
get_tvr_score
Returns the TVR Score, rank, valuation category, TVR Price, and fair value gap for a cryptocurrency. Shows the strongest and weakest metric areas (2 of 8). TVR evaluates fundamental strength using Sound Value principles. Default scores are one possible configuration; premium users can customize all inputs. Data from True Value Rankings (truevaluerankings.com).
Parameters (1)
- coinstringrequired
Cryptocurrency ticker symbol (e.g., BTC, ETH, LTC, XMR, SOL, ADA, AVAX, DOT, POL, LINK)
get_tvr_estimated_value
Returns TVR's fair value estimate (TVR Price) for a cryptocurrency, including the fair value gap and valuation category. TVR Price compares fundamental quality to current market price. Data from True Value Rankings (truevaluerankings.com).
Parameters (1)
- coinstringrequired
Cryptocurrency ticker symbol (e.g., BTC, ETH, LTC, XMR, SOL, ADA, AVAX, DOT, POL, LINK)
compare_coins
Compares 2 to 5 cryptocurrencies on TVR Score, valuation, and fair value gap. Identifies the largest scoring difference. For a full metric-by-metric comparison, use get_comparison_report. Data from True Value Rankings (truevaluerankings.com).
Parameters (1)
- coinsarrayrequired
Array of 2-5 cryptocurrency ticker symbols to compare (e.g., ["BTC", "ETH", "SOL"])
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). Data from True Value Rankings (truevaluerankings.com).
Parameters (2)
- countinteger
Number of coins to return (1-10, default 5)
- rank_bystring
Ranking method: tvr_score, most_undervalued, or most_overvalued
get_methodology
Explains how True Value Rankings scores cryptocurrencies: the 8 metrics, default weights, weight presets, and general scoring approach. Default scores are one possible configuration that premium users can fully customize. Data from True Value Rankings (truevaluerankings.com).
No parameters.
list_coins
Lists all cryptocurrencies currently evaluated by True Value Rankings with their symbol, name, and category. New coins are added regularly. Data from True Value Rankings (truevaluerankings.com).
No parameters.
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. Requires micropayment via MPP (Machine Payments Protocol). Data from True Value Rankings (truevaluerankings.com).
Parameters (2)
- coinstringrequired
Cryptocurrency ticker symbol (e.g., BTC, ETH, LTC, XMR, SOL, ADA, AVAX, DOT, POL, LINK)
- _metaany
Payment metadata (handled automatically by MPP-enabled clients)
get_historical_scores
PREMIUM: Returns how a coin's scores have changed over time, with dates and reasons for each change. Requires micropayment via MPP. Data from True Value Rankings (truevaluerankings.com).
Parameters (2)
- coinstringrequired
Cryptocurrency ticker symbol
- _metaany
get_custom_ranking
PREMIUM: Recalculates the full ranking table using custom metric weights. Shows how different priorities change the rankings. Requires micropayment via MPP. Data from True Value Rankings (truevaluerankings.com).
Parameters (9)
- economic_modelnumberrequired
Weight for Economic Model (default: 47)
- network_securitynumberrequired
Weight for Network Security (default: 20)
- adoptionnumberrequired
Weight for Adoption (default: 15)
- privacynumberrequired
Weight for Privacy (default: 5)
- longevitynumberrequired
Weight for Longevity (default: 8)
- liquiditynumberrequired
Weight for Market Liquidity (default: 10)
- legal_claritynumberrequired
Weight for Legal Clarity (default: 5)
- technical_devnumberrequired
Weight for Technical Development (default: 5)
- _metaany
get_portfolio_analysis
PREMIUM: Analyzes a multi-coin portfolio for fundamental strength, returning a weighted TVR Score and metric profile. Requires micropayment via MPP. Data from True Value Rankings (truevaluerankings.com).
Parameters (2)
- portfolioarrayrequired
Portfolio coins with allocation percentages (should sum to 100)
- _metaany
get_comparison_report
PREMIUM: Detailed metric-by-metric comparison of 2 to 5 coins with all 8 scores and analysis. Requires micropayment via MPP. Data from True Value Rankings (truevaluerankings.com).
Parameters (2)
- coinsarrayrequired
Array of 2-5 cryptocurrency ticker symbols to compare
- _metaany
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"tvr-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://truevaluerankings.com/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.