scry-mcp
Provides tools for Solana wallet intelligence via Scry, including checking wallet coverage, listing paid endpoints, and retrieving paid endpoint details for wallet forensics and source of funds tracing.
Click on "Install 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., "@scry-mcpCheck if wallet 4xMpGjJcN8BfQy3ZvLqR1tW7sH is covered by Scry"
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.
scry-mcp
A keyless, custody-free MCP server that bridges AI agents to Scry — Solana wallet intelligence paid per request via x402.
It holds no private keys and never moves funds. Free discovery tools are proxied directly; for paid evidence it hands the agent the exact x402 endpoint URL and price, and the agent settles the USDC payment with its own wallet against the Scry HTTPS API.
Tools
Tool | Cost | What it does |
| free | Is a Solana wallet inside Scry's indexed cohort before you pay? Returns coverage status, confidence band, indexed flag. |
| free | List the paid Scry x402 endpoints with prices and request objects. |
| free | Given a product id + wallet/mint, return the exact x402 URL, price, and how-to-pay. The agent then pays the Scry API directly. |
Related MCP server: AgentPay
What agents can ask
Scry is most useful when an agent already knows the research object and needs a bounded evidence route rather than a generic score:
Solana wallet forensics: resolve the full one-wallet evidence dossier with coverage, provenance, freshness, and caveats.
Solana wallet source of funds: find the funding-lineage route and inspect upstream funders, hop depth, and freshness before payment.
Pump.fun wallet cohort risk: select the cohort-screening route before spending on individual wallet dossiers.
Example prompts:
Check whether this Solana wallet is covered by Scry before I approve a paid dossier.Find the Scry route for tracing who funded a Solana wallet. Show the exact price,
input object, and caveats, but do not pay.Resolve the Scry Pump.fun wallet-cohort evidence route and explain what it is not for.Install (Claude Desktop / Cursor / any MCP client)
{
"mcpServers": {
"scry": { "command": "npx", "args": ["-y", "scry-mcp"] }
}
}Requires Node.js >= 20. No API keys, no account, no wallet configuration for the free tools. To actually pay for evidence, your agent needs its own x402 payment layer (for example an x402 client wallet); this bridge only tells it where and how much.
Security posture
No custody, no secrets: the server never holds keys or funds; paid calls are settled by the agent's own wallet directly against the Scry HTTPS API.
Strict input validation: wallet and mint arguments must be base58 (32-44 chars) and are URL-encoded; ambiguous product ids are rejected with a candidate list instead of silently resolving to the wrong (priced) endpoint.
Read-only: all three tools are GET-only against one fixed host (scry.solanahub.de); there is no way to point this server at another host.
Small and auditable: a single ~250-line file, one direct dependency (the official
@modelcontextprotocol/sdk), no install scripts.
Why keyless
Scry's paid API is already hardened and settles x402 payments directly to its own receiver. This bridge deliberately does not re-implement that or custody funds — it exposes the free surfaces and brokers the paid ones, which keeps it zero-secret and safe to run anywhere.
Links
Service manifest: https://scry.solanahub.de/x402/service.json
Product catalog: https://scry.solanahub.de/x402/products.json
Human docs: https://solanahub.de/en/scry/agent-discovery/
Runnable payment examples: https://github.com/pfeilisolana/scry-x402-examples
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pfeilisolana/scry-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server