{
    "schema_version": "2025-03-26",
    "name": "True Value Rankings MCP Server",
    "description": "Cryptocurrency fundamental analysis via MCP. TVR evaluates cryptocurrencies using 8 fundamental metrics rooted in Sound Value principles. Provides TVR Scores (0-100), TVR Estimated Values (fair value estimates), and Valuation Categories (Undervalued/Fair Value/Overvalued).",
    "url": "https://truevaluerankings.com",
    "transport": [
        {
            "type": "http",
            "url": "https://truevaluerankings.com/mcp"
        }
    ],
    "capabilities": {
        "tools": true,
        "resources": true,
        "streaming": false
    },
    "tools": [
        {
            "name": "get_tvr_score",
            "description": "Get TVR Score, rank, valuation category, and metric breakdown for a cryptocurrency"
        },
        {
            "name": "get_tvr_estimated_value",
            "description": "Get TVR Estimated Value (fair value estimate), fair value gap, and valuation category"
        },
        {
            "name": "compare_coins",
            "description": "Compare 2-5 cryptocurrencies side-by-side on scores and valuations"
        },
        {
            "name": "get_top_ranked",
            "description": "Get top ranked cryptocurrencies by TVR Score, most undervalued, or most overvalued"
        },
        {
            "name": "get_methodology",
            "description": "Get scoring methodology: 8 metrics, weights, descriptions, and weight presets"
        },
        {
            "name": "list_coins",
            "description": "List all cryptocurrencies currently evaluated by TVR"
        }
    ],
    "authentication": {
        "free_tools": {
            "type": "none",
            "description": "All tools listed above are freely accessible with no authentication."
        },
        "premium_tools": {
            "type": "x402",
            "description": "Premium data endpoints support x402 micropayments in pathUSD on Tempo mainnet.",
            "currency": "pathUSD",
            "network": "tempo"
        }
    },
    "rate_limits": {
        "requests_per_window": 100,
        "window_seconds": 900,
        "scope": "ip"
    },
    "related": {
        "agent_card": "https://truevaluerankings.com/.well-known/agent-card.json",
        "openapi": "https://truevaluerankings.com/.well-known/openapi.json",
        "llms_txt": "https://truevaluerankings.com/llms.txt",
        "sitemap": "https://truevaluerankings.com/sitemap.xml"
    },
    "contact": {
        "email": "info@truevaluerankings.com"
    },
    "provider": {
        "organization": "True Value Rankings LLC",
        "url": "https://truevaluerankings.com"
    }
}
