loading…
Search for a command to run...
loading…
Cryptocurrency fundamental analysis tools via MCP. Enables users and AI agents to evaluate cryptocurrencies across 8 metrics using Sound Value principles. Provi
Cryptocurrency fundamental analysis tools via MCP. Enables users and AI agents to evaluate cryptocurrencies across 8 metrics using Sound Value principles. Provides educational material, fair value estimates, and valuation categories.
Cryptocurrency fundamental analysis tools via the Model Context Protocol. Provides educational scoring and valuation data to help users conduct their own research using Sound Value principles.
TVR's scoring model evaluates cryptocurrencies across 8 fundamental metrics, producing:
All outputs are model-derived assessments for informational and educational purposes only. They are not investment recommendations.
MCP Endpoint: https://truevaluerankings.com/mcp
Transport: Streamable HTTP (POST)
Discovery Files:
MCP Registry: com.truevaluerankings/tvr-mcp v2.0.0
| Tool | Description |
|---|---|
get_tvr_score |
TVR Score, rank, valuation category, and strongest/weakest metrics for a cryptocurrency |
get_tvr_estimated_value |
Fair value estimate, fair value gap, and valuation category |
compare_coins |
Side-by-side comparison of 2-5 cryptocurrencies on scores and valuations |
get_top_ranked |
Top N coins by TVR Score, most undervalued, or most overvalued |
get_methodology |
Scoring methodology: 8 metrics, weights, descriptions, and weight presets |
list_coins |
All cryptocurrencies currently evaluated by TVR |
Premium tools require micropayment via x402 (pathUSD on Tempo mainnet). x402-compatible clients handle payment automatically.
| Tool | Price | Description |
|---|---|---|
get_full_breakdown |
$0.03 | Complete fundamental analysis with all 8 metric scores and explanations |
get_historical_scores |
$0.03 | Score change history with dates and reasons |
get_custom_ranking |
$0.05 | Recalculate rankings with custom metric weights |
get_portfolio_analysis |
$0.08 | Fundamental strength analysis of a multi-coin portfolio |
get_comparison_report |
$0.05 | Detailed metric-by-metric comparison with analysis |
100 requests per 15 minutes per IP address. Health checks are exempt.
Send a JSON-RPC 2.0 POST request to the MCP endpoint:
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "get_tvr_score",
"arguments": {
"coin": "BTC"
}
}
}
When presenting TVR data, please:
True Value Rankings LLC is not a registered investment adviser. TVR Scores, TVR Estimated Values, and Valuation Categories are model-derived outputs for informational and educational purposes only. They are not price predictions, investment recommendations, or statements of guaranteed value.
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"tvr-mcp-server": {
"command": "npx",
"args": []
}
}
}