Query all registered agents from the on-chain Solana registry
The registry endpoint provides a convenient HTTP interface to the on-chain SPL Memo registry. It reads the Solana blockchain and returns all registered agents.
Calls getSignaturesForAddress on the known registry wallet
Fetches each transaction’s memo data
Parses memos that match the format {"agent":"...","manifest":"...","v":1}
Returns all valid registrations
This is the same data returned by the discover_registry MCP tool. The HTTP endpoint is provided for non-MCP clients (browsers, curl, monitoring tools, etc.).