{
    "name": "True Value Rankings",
    "description": "Cryptocurrency research and scoring platform. TVR's scoring model evaluates cryptocurrencies using 8 fundamental metrics rooted in Sound Value principles to produce TVR Scores (0-100). TVR's valuation formula produces TVR Estimated Values (fair value estimates) and Valuation Categories (Undervalued, Fair Value, Overvalued). All outputs are model-derived assessments for informational and educational purposes only.",
    "url": "https://truevaluerankings.com",
    "version": "2.0.0",
    "provider": {
        "organization": "True Value Rankings LLC",
        "url": "https://truevaluerankings.com",
        "email": "info@truevaluerankings.com"
    },
    "capabilities": {
        "tools": true,
        "resources": true,
        "streaming": false
    },
    "skills": [
        {
            "id": "get-tvr-score",
            "name": "Get TVR Score",
            "description": "Retrieve the TVR Score, rank, valuation category, and strongest/weakest metric areas for a specific cryptocurrency. TVR Score is produced by TVR's scoring model.",
            "tags": [
                "cryptocurrency",
                "fundamental-analysis",
                "scoring"
            ],
            "inputModes": [
                "text"
            ],
            "outputModes": [
                "text"
            ]
        },
        {
            "id": "get-tvr-estimated-value",
            "name": "Get TVR Estimated Value",
            "description": "Retrieve the TVR Estimated Value (fair value estimate), fair value gap percentage, and valuation category for a specific cryptocurrency. Produced by TVR's valuation formula.",
            "tags": [
                "cryptocurrency",
                "fair-value",
                "valuation"
            ],
            "inputModes": [
                "text"
            ],
            "outputModes": [
                "text"
            ]
        },
        {
            "id": "compare-coins",
            "name": "Compare Cryptocurrencies",
            "description": "Compare 2 to 5 cryptocurrencies side-by-side on TVR Scores, valuation categories, and the largest scoring difference between them.",
            "tags": [
                "cryptocurrency",
                "comparison",
                "rankings"
            ],
            "inputModes": [
                "text"
            ],
            "outputModes": [
                "text"
            ]
        },
        {
            "id": "get-top-ranked",
            "name": "Get Top Ranked Coins",
            "description": "Retrieve the top N cryptocurrencies ranked by fundamental strength (TVR Score), most undervalued, or most overvalued per TVR's valuation formula.",
            "tags": [
                "cryptocurrency",
                "rankings",
                "top-list"
            ],
            "inputModes": [
                "text"
            ],
            "outputModes": [
                "text"
            ]
        },
        {
            "id": "get-methodology",
            "name": "Get Scoring Methodology",
            "description": "Retrieve TVR's 8 fundamental metrics, their weights, descriptions, and available weight presets (Default, Hard Money, Privacy-Focused, Institutional).",
            "tags": [
                "methodology",
                "metrics",
                "documentation"
            ],
            "inputModes": [
                "text"
            ],
            "outputModes": [
                "text"
            ]
        },
        {
            "id": "list-coins",
            "name": "List Evaluated Coins",
            "description": "Retrieve all cryptocurrencies currently evaluated by TVR with basic information.",
            "tags": [
                "cryptocurrency",
                "directory",
                "coverage"
            ],
            "inputModes": [
                "text"
            ],
            "outputModes": [
                "text"
            ]
        }
    ],
    "endpoints": {
        "mcp": "https://truevaluerankings.com/mcp",
        "api": "https://truevaluerankings.com/api",
        "openapi": "https://truevaluerankings.com/.well-known/openapi.json",
        "llms_txt": "https://truevaluerankings.com/llms.txt",
        "sitemap": "https://truevaluerankings.com/sitemap.xml"
    },
    "authentication": {
        "public": {
            "type": "none",
            "description": "All ranking, scoring, pricing, and methodology data is freely accessible with no authentication required."
        },
        "premium": {
            "type": "x402",
            "description": "Premium data endpoints (detailed breakdowns, historical scores, custom calculations) support x402 micropayments in pathUSD on Tempo mainnet.",
            "status": "active"
        }
    },
    "rateLimits": {
        "public": {
            "requests": 100,
            "window": "15 minutes",
            "per": "IP address",
            "headers": {
                "limit": "RateLimit-Limit",
                "remaining": "RateLimit-Remaining",
                "reset": "RateLimit-Reset"
            }
        }
    },
    "payment": {
        "x402": {
            "supported": true,
            "planned": false,
            "currency": "pathUSD",
            "network": "tempo",
            "facilitator": "Stripe",
            "note": "x402 micropayments are live on Tempo mainnet for premium data endpoints. Free public endpoints remain free."
        }
    },
    "data": {
        "coverage": "Cryptocurrencies including BTC, ETH, LTC, XMR, LINK, ADA, SOL, AVAX, POL, DOT. Additional coins added regularly.",
        "metrics": [
            "Economic Model (supply, inflation, distribution)",
            "Network Security and Reliability (consensus, decentralization)",
            "Adoption and Network Effects (usage, integration)",
            "Privacy and Fungibility",
            "Longevity / Lindy Effect",
            "Market Liquidity (volume, depth, exchange availability)",
            "Legal Clarity and Institutional Adoption",
            "Technical Development (dev activity, upgrades)"
        ],
        "updateFrequency": "Every 5 minutes"
    },
    "attribution": {
        "required": true,
        "text": "Data from True Value Rankings scoring model (truevaluerankings.com). Present all TVR outputs as model-derived assessments, not as recommendations.",
        "downstream_requirements": [
            "Present TVR data as model-derived outputs, not as recommendations",
            "Include TVR's disclaimer when relaying TVR data to end users",
            "Do not frame TVR data as personalized investment advice",
            "Attribute scores to 'True Value Rankings scoring model' and estimated values to 'True Value Rankings valuation formula'"
        ]
    },
    "disclaimer": "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. Full terms: truevaluerankings.com/policies.html"
}
