← Back to Plugins
MCP Server MCP

Raven — Solana Token Verification

github By github 👁 1 views ▲ 0 votes

Solana token-launch verification for AI agents — deterministic, replayable, returns 'unknowable'.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "raven-verify-mcp",
      "version": "0.1.2",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Solana mainnet RPC endpoint. Supplied by you, never taken from a caller. Without it, every call returns 'unknowable' rather than failing.",
          "isRequired": true,
          "isSecret": true,
          "name": "RAVEN_SOLANA_RPC_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...