🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

scry-mcp

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scry-mcp

Keyless MCP server for Scry Solana wallet intelligence: free coverage pre-check and catalog tools, plus paid x402 endpoint brokering. No custody, no API keys.

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

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

ToolCostWhat it does
scry_coverage_checkfreeIs a Solana wallet inside Scry's indexed cohort before you pay? Returns coverage status, confidence band, indexed flag.
scry_catalogfreeList the paid Scry x402 endpoints with prices and request objects.
scry_paid_endpointfreeGiven a product id + wallet/mint, return the exact x402 URL, price, and how-to-pay. The agent then pays the Scry API directly.

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.

License

MIT

Keywords

mcp

FAQs

Package last updated on 06 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts