← solenrich.com

INDIVIDUAL MCP TOOL

perps_venue_comparison

Where to trade this market at this size.

solenrich.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent endpoint

solenrich.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.solenrich-com]
url = "https://api.solenrich.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "solenrich-com": {
      "type": "http",
      "url": "https://api.solenrich.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: solenrich-com
Remote MCP URL: https://api.solenrich.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "solenrich-com": {
      "url": "https://api.solenrich.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "solenrich-com": {
      "type": "http",
      "url": "https://api.solenrich.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "solenrich-com",
  "transport": "streamable-http",
  "url": "https://api.solenrich.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • enrich_wallet — Get a Solana wallet profile: SOL balance, token holdings, DeFi positions, labels (whale, active_trader, defi_user), risk score, and risk level.
  • enrich_token — Analyze a Solana SPL token: price, market cap, liquidity, holder concentration (top 1/5/10%), slippage estimates at 4 position sizes ($100/$1K/$10K/$100K), risk flags, and Jupiter verification.
  • parse_transaction — Parse a Solana transaction: type, protocol, SOL/token transfers, accounts involved, and fee details.
  • whale_watch — Track top token holders: balances, % supply, buy/sell volumes, accumulation vs distribution signals.
  • due_diligence — Comprehensive token research: security audit, holder concentration, whale activity, risk score with level (LOW-CRITICAL), and SAFE/CAUTION/RISKY verdict.
  • wallet_graph — Map wallet connections: find counterparties, detect clusters of coordinated wallets, and identify suspicious patterns.
  • copy_trade_signals — Analyze a wallet's trading performance: win rate, PnL, consistency, hold time, and smart_money classification.
  • batch_enrich — Enrich multiple wallets or tokens in a single call (1-25).