{"name":"com.truevaluerankings/tvr-mcp","slug":"truevaluerankings-tvr-mcp","title":"True Value Rankings","description":"Cryptocurrency fundamentals for agents: TVR Scores, rankings and model-derived valuation estimates.","url":"https://mcp.market/server/truevaluerankings-tvr-mcp","rating":null,"grade":"A","score":92,"certified":false,"status":"active","category":"ai","tags":["ai"],"presence":{"score":26,"stars":1,"forks":0,"downloads_week":null,"last_push_at":"2026-09-19T03:00:26.000Z","license":"MIT"},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/TrueValueRankings/tvr-mcp-server","website":"https://truevaluerankings.com","version":"2.6.0","remotes":[{"type":"streamable-http","url":"https://truevaluerankings.com/mcp"}],"packages":[],"tools":[{"name":"compare_coins","description":"Free. Compares 2 to 5 cryptocurrencies on TVR Score, rank, valuation, TVR Estimated Value, fair value gap, and all 8 metric scores side by side. Identifies the largest scoring difference. Accepts tickers or names. Data from True Value Rankings (truevaluerankings.com).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"coins":{"type":"array","items":{"type":"string"},"minItems":2,"maxItems":5,"description":"Array of 2-5 cryptocurrency tickers or names to compare (e.g., [\"BTC\", \"Ethereum\", \"SOL\"])"}},"required":["coins"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_custom_ranking","description":"Paid. Reranks every coin TVR covers with your own weights for the 8 fundamental metrics, applying TVR's non-public score transformation. Returns rank, TVR Score, valuation category, fair value gap and TVR Estimated Value per coin. $0.05 per call, paid in-band with x402 (USDC on Base) or MPP (USDC.e on Tempo), or included with a Premium agent key (HTTP header Authorization: Bearer tvr_k_... on this connection); an unpaid call returns the offer (isError with the x402 PaymentRequired in structuredContent) and charges nothing. Invalid input is refused before any payment. Free alternative: get_top_ranked and the four presets. Data from True Value Rankings (truevaluerankings.com).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"weights":{"anyOf":[{"type":"array","items":{"type":"number","minimum":0,"maximum":100},"maxItems":8},{"type":"object","additionalProperties":{"type":"number","minimum":0,"maximum":100}}],"description":"Up to 8 weights (0-100) in this order: economic_model, network_security, adoption, privacy, longevity, liquidity, legal_clarity, technical_dev, or an object keyed by those names. Missing entries take TVR defaults."},"coins":{"type":"array","items":{"type":"string"},"minItems":1,"maxItems":50,"description":"Optional tickers or names (1-50). Omit for all covered coins."}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_full_breakdown","description":"Free. Returns the complete fundamental analysis for a cryptocurrency: all 8 metric scores with weights, the scoring factors that shaped them, the valuation note, and ranking context. Accepts a ticker or a name. Data from True Value Rankings (truevaluerankings.com).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"coin":{"type":"string","description":"Cryptocurrency ticker or name (e.g., BTC, Bitcoin, ETH, LTC, XMR, SOL, ADA, AVAX, DOT, POL, LINK)"}},"required":["coin"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_historical_scores","description":"Free slice, paid full record. Score history of one coin: every recorded change to its 8 metric scores as a dated record with the TVR Score, the method version, a source label (baseline for the opening record, auto_captured for rows written from the change itself), the public reason where recorded and a SHA-256 hash per record; forward-only from the day the record began. Without scope (or scope \"free\"): the last 90 days or the last 3 records, free, no payment, no key. scope \"full\": the whole record, included with a Premium agent key (Authorization: Bearer on this connection), or $0.05 per pull paid in-band with x402 (USDC on Base) or MPP (USDC.e on Tempo) once the record extends beyond the free slice; until then the free record is returned and nothing is charged. Data from True Value Rankings (truevaluerankings.com).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"coin":{"type":"string","description":"Ticker or name of a coin covered by TVR (BTC, Bitcoin, ETH, LTC, XMR, SOL, ADA, AVAX, DOT, POL, LINK)"},"scope":{"type":"string","enum":["free","full"],"description":"free (default): the last 90 days or the last 3 records, no payment. full: the whole record; included with a Premium agent key, or paid per pull once the record extends beyond the free slice."}},"required":["coin"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_methodology","description":"Free. Explains how True Value Rankings scores cryptocurrencies: the 8 metrics, their current default weights, the 4 built-in weight presets, and the general scoring approach. Data from True Value Rankings (truevaluerankings.com).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_portfolio_analysis","description":"Paid. Fundamentals profile of a portfolio: allocation-weighted scores for the 8 metrics, each holding's TVR Score and valuation category, and the portfolio TVR Score from TVR's scoring engine (scores only, no prices). $0.08 per call, paid in-band with x402 (USDC on Base) or MPP (USDC.e on Tempo), or included with a Premium agent key (HTTP header Authorization: Bearer tvr_k_... on this connection); an unpaid call returns the offer (isError with the x402 PaymentRequired in structuredContent) and charges nothing. Invalid input is refused before any payment. Free alternative: compare_coins. Data from True Value Rankings (truevaluerankings.com).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"portfolio":{"type":"array","items":{"type":"object","properties":{"coin":{"type":"string","description":"Ticker or name of a coin covered by TVR"},"allocation":{"type":"number","description":"Allocation above 0 (percent or any weight; normalised to 100%)"}},"required":["coin","allocation"],"additionalProperties":false},"minItems":1,"maxItems":50,"description":"The holdings to analyse"}},"required":["portfolio"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_top_ranked","description":"Free. 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).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"count":{"type":"integer","minimum":1,"maximum":50,"default":5,"description":"Number of coins to return (default 5)"},"rank_by":{"type":"string","enum":["tvr_score","most_undervalued","most_overvalued"],"default":"tvr_score","description":"Ranking method: tvr_score, most_undervalued, or most_overvalued"}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_tvr_estimated_value","description":"Free. Returns TVR's fair value estimate (TVR Estimated Value) for a cryptocurrency, including the fair value gap and valuation category. The TVR Estimated Value compares fundamental quality to current market price. Accepts a ticker or a name. Data from True Value Rankings (truevaluerankings.com).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"coin":{"type":"string","description":"Cryptocurrency ticker or name (e.g., BTC, Bitcoin, ETH, LTC, XMR, SOL, ADA, AVAX, DOT, POL, LINK)"}},"required":["coin"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_tvr_score","description":"Free. Returns the TVR Score, rank, valuation category, TVR Estimated Value, fair value gap, and all 8 metric scores for a cryptocurrency. Accepts a ticker (BTC) or a name (Bitcoin). TVR evaluates fundamental strength using Sound Value principles. Data from True Value Rankings (truevaluerankings.com). Rate limit: 100 requests per 15 minutes per IP.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"coin":{"type":"string","description":"Cryptocurrency ticker or name (e.g., BTC, Bitcoin, ETH, LTC, XMR, SOL, ADA, AVAX, DOT, POL, LINK)"}},"required":["coin"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"list_coins","description":"Free. 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).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"http://json-schema.org/draft-07/schema#"}}],"scan":{"score":92,"grade":"A","scanned_at":"2026-09-19T04:43:44.075Z","report":{"scannerVersion":"0.1.3","scannedAt":"2026-09-19T04:43:44.048Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 1057ms"]},"poisoning":{"score":15,"max":15,"notes":["10 tool descriptions checked"]},"auth":{"score":10,"max":15,"notes":["open endpoint, read-only tools"]},"maintenance":{"score":15,"max":15,"notes":["last push 0 days ago"]},"identity":{"score":9,"max":10,"notes":["registry namespace matches repository owner","website matches verified namespace"]}},"findings":[],"inputs":{"probes":[{"url":"https://truevaluerankings.com/mcp","reachable":true,"authRequired":false,"latencyMs":1057,"serverInfo":{"name":"True Value Rankings","version":"2.6.0"}}],"packages":[],"repo":{"found":true,"owner":"TrueValueRankings","repo":"tvr-mcp-server","archived":false,"pushedAt":"2026-09-19T03:00:26Z","stars":1,"forks":0,"openIssues":0,"ownerType":"Organization","ownerAvatarUrl":"https://avatars.githubusercontent.com/u/271682348?v=4","ownerCreatedAt":"2026-03-28T04:01:21Z","license":"MIT"},"icon":{"url":"https://truevaluerankings.com/images/tvr-logo-512.png","source":"registry","width":512,"height":512},"presence":{"stars":1,"forks":0,"downloadsWeek":null,"license":"MIT","lastPushAt":"2026-09-19T03:00:26.000Z","score":26}}}},"grade_history":[],"reviews":[]}