ToolTrust
B15/100
Smithery

solenrich-se01

mcpsmithery

@Smithery

Solana onchain intelligence for AI agents and LLMs. 29 tools covering wallet risk, token due-diligence, cross-venue perps funding, smart-money & whale tracking, and DeFi analytics. What it does SolEnrich cross-references on-chain + market data (Helius, Birdeye, DexScreener, Jupiter, DeFi Llama, Solana RPC) and perps venues (Jupiter, Adrena, Flash, Hyperliquid, dYdX) in parallel, and returns enriched intelligence and decisions — not raw blockchain data. All scoring is deterministic, with no LLM inference in the pipeline. Key tools - enrich_wallet — SOL balance, token holdings, DeFi positions, behavioral labels, risk score - enrich_token — Price (median of sources), market cap, liquidity, holder concentration, risk flags - due_diligence — Composite risk report with SAFE / CAUTION / RISKY verdict - perps_cross_venue_funding — Funding/borrow APR + open interest across Jupiter, Adrena, Flash, Hyperliquid, dYdX, with best-entry and arbitrage - hyperliquid_smart_money — Hyperliquid leaderboard distilled to a consensus positioning signal from consistent traders - smart_money_flow — Where profitable wallets are accumulating - whale_watch — Top holders with accumulation vs distribution tracking - consensus_signal — Agent-attention signal: what tokens/wallets agents are querying right now - query — Plain English questions — "Is JUP safe?" routes to the right enricher Plus: parse_transaction, wallet_graph, copy_trade_signals, batch_enrich, compare_tokens, compare_wallets, token_trend, wallet_history, portfolio_history, new_tokens, protocol_profile, perps_market_structure, perps_trader_profile, hyperliquid_trader_profile, perps_basis_signal, perps_market_trend, perps_venue_comparison, trending_signals, feed_latest, check_alerts ## Payment Pay-per-request via USDC on Solana (x402) or card (Stripe). No API keys, no subscriptions. Costs range from $0.001 to $0.10 per call. Tools return pricing details if payment is required. Links - https://api.solenrich.com/docs - https://www.x402scan.com/server/d9814c54-6fa6-4fa7-8b01-43a0ffbc7641 - https://github.com/0xSardius/solenrich - https://solenrich.com

By Smithery | 39 findings | Scanned 7/4/2026 | tooltrust-scanner/v0.3.19

1 High2 Low36 Info

Risk Summary

Safe With Normal Controls

Dep Visibility is the main signal, but overall risk remains within an acceptable range.

Potential impact: This finding indicates the tool should be reviewed before it is trusted.

Recommended action: No high-risk findings were detected in this scan, but you should still apply least-privilege defaults and rescan after changes.

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

Security Findings (39)

  • HighAS-012

    🔄Tool Drift

    Tool set changed silently at vsmithery: 22 tool(s) added, 0 tool(s) removed without a version bump.

    + 22 added

    batch_enrichcheck_alertscompare_tokenscompare_walletsconsensus_signalfeed_latesthyperliquid_smart_moneyhyperliquid_trader_profilenew_tokensperps_basis_signalperps_cross_venue_fundingperps_market_structureperps_market_trendperps_trader_profileperps_venue_comparisonportfolio_historyprotocol_profilequerysmart_money_flowtoken_trendtrending_signalswallet_history

    Fix: The set of tools exposed by this server changed between scans of the same version — a sign the package was silently updated without a version bump. Audit the changelog and all tool definitions before trusting this server. Pin to a specific commit hash rather than a floating version tag.

  • LowAS-011

    ℹ️Missing Rate-Limit / Timeout ×2

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

    queryperps_market_trend

    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-002

    ⚠️Excessive Permissions ×5

    declared capabilities: filesystem access

    enrich_wallethyperliquid_trader_profile

    declared capabilities: network access, filesystem access

    query

    declared capabilities: HTTP requests

    perps_market_trend

    declared capabilities: database access

    consensus_signal

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

  • InfoAS-014

    ℹ️Dependency Inventory Unavailable ×29

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

    enrich_walletenrich_tokenparse_transactionwhale_watchdue_diligencewallet_graphcopy_trade_signalsbatch_enrichcompare_tokenscompare_walletstoken_trendwallet_historyportfolio_historynew_tokensprotocol_profilequeryperps_market_structureperps_trader_profilehyperliquid_trader_profilehyperliquid_smart_moneyperps_basis_signalperps_market_trendperps_venue_comparisonperps_cross_venue_fundingtrending_signalssmart_money_flowfeed_latestcheck_alertsconsensus_signal

    Fix: Review and remediate the identified issue.

  • InfoAS-010

    🔑Insecure Secret Handling ×2

    input parameter "top_n_tokens" accepts a credential (informational; not evidence of insecure handling)

    smart_money_flow

    input parameter "tokens" accepts a credential (informational; not evidence of insecure handling)

    check_alerts

    Fix: Avoid accepting raw credentials as input parameters. Use secret managers (e.g. 1Password CLI, AWS Secrets Manager) and ensure credentials are never logged or stored in agent traces.

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 solenrich-se01"

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 B](https://raw.githubusercontent.com/AgentSafe-AI/tooltrust-directory/main/docs/badges/grade-b.svg)](https://github.com/AgentSafe-AI/tooltrust-directory)