openrpc-mpc-server

rpc_discover

Discover and list all available JSON-RPC methods supported by a server using the OpenRPC Specification. Simply provide the server URL to retrieve detailed method information.

Instructions

This uses JSON-RPC to call rpc.discover which is part of the OpenRPC Specification for discovery for JSON-RPC servers. A user would prompt: What JSON-RPC methods does this server have? <server url>

Input Schema

NameRequiredDescriptionDefault
serverYesServer URL

Input Schema (JSON Schema)

{ "properties": { "server": { "description": "Server URL", "type": "string" } }, "required": [ "server" ], "type": "object" }

You must be authenticated.

Other Tools from openrpc-mpc-server

Related Tools

ID: 8w5h7useml