ToolTrust
C47/100
Smithery

info-rpjo-tvr-mcp

mcpsmithery

@Smithery

Cryptocurrency fundamental analysis tools via MCP. Provides educational scoring and valuation data to help users conduct their own research. TVR's scoring model evaluates cryptocurrencies across 8 fundamental metrics rooted in Sound Value principles, producing TVR Scores (0-100), TVR Estimated Values, and Valuation Categories. 6 free tools and 5 premium tools are available. Coverage is expanding regularly. All outputs are model-derived assessments for informational purposes only.

By Smithery | 45 findings | Scanned 6/4/2026 | tooltrust-scanner/v0.3.13

22 High1 Medium11 Low11 Info

Risk Summary

Needs Approval

Excessive Permissions plus Missing Rate Limits raises enough risk that this tool should not be auto-trusted.

Potential impact: The agent may gain overly broad access to files, network, databases, or execution capabilities.

Recommended action: Keep this tool behind manual approval and avoid unattended runs until the risky capabilities are narrowed or removed.

Suggested policy: keep this tool behind manual approval, do not allow unattended runs, and re-scan after narrowing risky permissions.

Security Findings (45)

  • HighAS-002

    ⚠️Excessive Permissions ×12

    tool declares exec permission

    get_tvr_scoreget_tvr_estimated_valuecompare_coinsget_top_rankedget_methodologylist_coinsget_full_breakdownget_historical_scoresget_custom_rankingget_portfolio_analysisget_comparison_report

    tool declares network permission

    get_custom_ranking

    Fix: Tool requests broad permissions (exec/fs/network). Validate input parameters using Enums where possible, and restrict file system operations to explicit allowed directories.

  • HighAS-003

    🔀Scope Mismatch ×10

    tool name "get_tvr_score" implies read-only operation but declares exec permission

    get_tvr_score

    tool name "get_tvr_estimated_value" implies read-only operation but declares exec permission

    get_tvr_estimated_value

    tool name "get_top_ranked" implies read-only operation but declares exec permission

    get_top_ranked

    tool name "get_methodology" implies read-only operation but declares exec permission

    get_methodology

    tool name "list_coins" implies read-only operation but declares exec permission

    list_coins

    tool name "get_full_breakdown" implies read-only operation but declares exec permission

    get_full_breakdown

    tool name "get_historical_scores" implies read-only operation but declares exec permission

    get_historical_scores

    tool name "get_custom_ranking" implies read-only operation but declares exec permission

    get_custom_ranking

    tool name "get_portfolio_analysis" implies read-only operation but declares exec permission

    get_portfolio_analysis

    tool name "get_comparison_report" implies read-only operation but declares exec permission

    get_comparison_report

    Fix: Ensure tool names, descriptions, and permission declarations are internally consistent. Use explicit naming conventions that fully reflect actual capabilities.

  • MediumAS-002

    ⚠️Excessive Permissions

    get_portfolio_analysis:tool declares fs permission

    Fix: Tool requests broad permissions (exec/fs/network). Validate input parameters using Enums where possible, and restrict file system operations to explicit allowed directories.

  • LowAS-011

    ℹ️Missing Rate-Limit / Timeout ×11

    tool performs network or execution operations but declares no rate-limit, timeout, or retry configuration

    get_tvr_scoreget_tvr_estimated_valuecompare_coinsget_top_rankedget_methodologylist_coinsget_full_breakdownget_historical_scoresget_custom_rankingget_portfolio_analysisget_comparison_report

    Fix: Declare explicit rate-limit, timeout, and retry configuration for all network and execution tools. Implement exponential back-off and surface resource state to the calling agent.

  • InfoAS-014

    ℹ️Dependency Inventory Unavailable ×11

    Tool did not expose metadata.dependencies or repo_url, so supply-chain coverage is limited.

    get_tvr_scoreget_tvr_estimated_valuecompare_coinsget_top_rankedget_methodologylist_coinsget_full_breakdownget_historical_scoresget_custom_rankingget_portfolio_analysisget_comparison_report

    Fix: Review and remediate the identified issue.

Scan this tool yourself

Reproduce this audit locally, integrate into CI, or let your agent audit its own tools.

Install once, then scan any MCP server:

$ curl -sfL https://raw.githubusercontent.com/AgentSafe-AI/tooltrust-scanner/main/install.sh | bash
$ tooltrust-scanner scan --server "npx -y info-rpjo-tvr-mcp"

Adjust the package name if your npm registry name differs from the tool ID. View source

Add badge to your README

Copy this Markdown to show your ToolTrust grade on GitHub.

[![ToolTrust Grade C](https://raw.githubusercontent.com/AgentSafe-AI/tooltrust-directory/main/docs/badges/grade-c.svg)](https://github.com/AgentSafe-AI/tooltrust-directory)