Shark Scout MCP
Provides read-only Solana wallet intelligence, including tools for checking balances, recent activity, swaps, transactions, token holdings, token snapshots, wallet comparisons, watchlist scans, and wallet stats.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Shark Scout MCPScan my watchlist for recent Solana activity"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Shark Scout MCP
Read-only Solana wallet intelligence for ChatGPT / MCP.
Shark Scout is built for evidence-first copy-trading research: exact wallet activity, parsed swaps, transaction evidence, current positions, token snapshots, source-vs-copy comparison, watchlist scans, and partial Odin-rule classification.
Safety model
Read-only. No signing, transfers, swaps, key custody, or transaction submission.
Never store a seed phrase, private key, Odin login, or signing key.
Keep
HELIUS_API_KEYin Railway Variables, never in GitHub.Missing market/history evidence is returned as
unknown, not guessed.Exact signatures, timestamps, source labels, and parser confidence are preserved wherever possible.
Related MCP server: Solana DeFi Analytics MCP Server
MCP tools
wallet_balance(address)— current SOL balance.wallet_activity(address, limit, before?)— recent exact-address activity.wallet_swaps(address, limit)— Helius SWAP classification when configured; heuristic RPC fallback otherwise.transaction(signature)— raw parsed transaction plus Helius semantic parse when available.wallet_positions(address)— current fungible holdings.token_snapshot(mint)— supply, largest accounts, and DAS metadata when available.compare_wallets(sourceAddress, copyAddress, mint, limitPerWallet)— evidence for source→copy timing research.scan_watchlist(addresses, limitPerWallet)— batch recent activity scan.classify_trade_for_odin(address, signature, rules)— evaluates only rules supported by available evidence; unsupported dimensions remain unknown.wallet_stats(address, limit)— bounded activity/cadence summary; explicitly not lifetime P&L.
Environment
Copy .env.example locally if needed. For Railway, create Variables instead.
HELIUS_API_KEY=<your secret Helius key>
SOLANA_RPC_URL=
PORT=3000
REQUEST_TIMEOUT_MS=15000
MAX_WATCHLIST=12If HELIUS_API_KEY is set and SOLANA_RPC_URL is blank, Shark Scout automatically uses Helius mainnet RPC and Helius Enhanced Transactions.
Without Helius it falls back to the public Solana mainnet RPC for core read operations. Some semantic classification becomes heuristic or unavailable.
Local run
npm install
npm run build
npm startHealth endpoint:
GET /healthMCP endpoint:
POST /mcpThe MCP server uses stateless Streamable HTTP with JSON responses.
Railway deployment
Create a Railway project from this GitHub repository.
Add
HELIUS_API_KEYunder Railway Variables.Deploy.
railway.jsonsupplies the build, start, and health-check settings.Generate a public Railway domain.
Verify
https://<your-domain>/healthreturnsok: trueandheliusConfigured: true.In ChatGPT Developer Mode, create a custom MCP app using
https://<your-domain>/mcp.Scan tools and connect.
Design goal
The project intentionally separates evidence from inference. A nearby timestamp alone is not enough to claim a copy. Market cap at entry is not inferred from present supply. If indexing cannot verify activity, the answer should be unknown rather than “no activity.”
Future layers can add historical market-cap/liquidity reconstruction, token age at entry, realized/unrealized P&L, hold-time reconstruction, entry cadence, Odin counterfactual filtering, fee-adjusted capture ratio, and source→copy execution analysis.
This server cannot be deployed
Maintenance
Related MCP Connectors
Solana on-chain intelligence — token scans, wallet profiling, bundle detection, 19 MCP tools.
Solana onchain intelligence for AI agents: wallet risk, due-diligence, perps funding, smart money.
Multi-chain wallet intelligence: balances, transactions, ENS, OFAC screening across 7 chains.
Full Solana DeFi coverage: launchpads, tokens, trades, and wallets, decoded at scale.
Related MCP Servers
- FlicenseCqualityDmaintenanceProvides comprehensive analytics for Solana wallets, enabling real-time portfolio insights, cross-protocol DeFi position monitoring, behavioral analytics, and AI-powered investment strategy recommendations across the Solana ecosystem.3-
- AlicenseNot gradedqualityDmaintenanceProvides comprehensive analytics and insights for Solana wallets and their DeFi activities, including transaction tracking, DeFi position monitoring, risk profiling, and strategy recommendations.15 npm7MIT
- FlicenseAqualityDmaintenanceOn-chain investigation and analysis tools for Solana blockchain, enabling detection of wash trading, funding source tracing, holder concentration analysis, and MEV/bundle activity identification.43-
- AlicenseNot gradedqualityDmaintenanceEnables Solana wallet forensics via MCP, including tracing funds, identifying entities, scoring risk, and comparing wallets using Helius APIs.MIT