info-rpjo-tvr-mcp
mcpsmitheryCryptocurrency 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
Risk Summary
Needs ApprovalExcessive 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)
tool declares exec permission
get_tvr_scoreget_tvr_estimated_valuecompare_coinsget_top_rankedget_methodologylist_coinsget_full_breakdownget_historical_scoresget_custom_rankingget_portfolio_analysisget_comparison_reporttool declares network permission
get_custom_rankingFix: Tool requests broad permissions (exec/fs/network). Validate input parameters using Enums where possible, and restrict file system operations to explicit allowed directories.
tool name "get_tvr_score" implies read-only operation but declares exec permission
get_tvr_scoretool name "get_tvr_estimated_value" implies read-only operation but declares exec permission
get_tvr_estimated_valuetool name "get_top_ranked" implies read-only operation but declares exec permission
get_top_rankedtool name "get_methodology" implies read-only operation but declares exec permission
get_methodologytool name "list_coins" implies read-only operation but declares exec permission
list_coinstool name "get_full_breakdown" implies read-only operation but declares exec permission
get_full_breakdowntool name "get_historical_scores" implies read-only operation but declares exec permission
get_historical_scorestool name "get_custom_ranking" implies read-only operation but declares exec permission
get_custom_rankingtool name "get_portfolio_analysis" implies read-only operation but declares exec permission
get_portfolio_analysistool name "get_comparison_report" implies read-only operation but declares exec permission
get_comparison_reportFix: Ensure tool names, descriptions, and permission declarations are internally consistent. Use explicit naming conventions that fully reflect actual capabilities.
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.
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_reportFix: 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.
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_reportFix: 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.
[](https://github.com/AgentSafe-AI/tooltrust-directory)