You're viewing a demo portfolio

Join the waitlist
PRSM

describe_program

Active

Tool of aeX402 RPC (Solana + Robinhood Chain)

declared in 0.1.0

Introspect ANY specific program/contract address on a chain. Solana/Slonana: returns executable, owner, data size, and whether it is a known program. EVM (Robinhood/HyperEVM): RPC-verified facts (is-contract, code size, ERC-20 name/symbol/decimals, EIP-1967 proxy → implementation) PLUS Blockscout explorer enrichment (verified-source flag, contract name, token holders/market cap, resolved proxy) when available.

Parameters schema

{
  "type": "object",
  "required": [
    "chain",
    "address"
  ],
  "properties": {
    "chain": {
      "type": "string",
      "description": "solana | slonana | robinhood | hyperevm"
    },
    "address": {
      "type": "string",
      "description": "Program id (base58, Solana/Slonana) or contract address (0x…, EVM)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

aeX402 RPC (Solana + Robinhood Chain)

1/7 registries
View full server →
describe_program — aeX402 RPC (Solana + Robinhood Chain) — PRSM MCP