Skip to main content
Glama

openrpc-mpc-server

by shanejonas

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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/shanejonas/openrpc-mpc-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server