An OpenRPC server that provides JSON-RPC functionality, including capabilities for tools and prompts to interact with JSON-RPC servers.
- Version
- 0.1.0
- Type
- Community Servers
- Categories
- Development
Tools
2rpc_call
Call any JSON-RPC method on a server with parameters. A user would prompt: Call method <method> on <server url> with params <params>
Parameter Type Description server*string Server URL method*string JSON-RPC method name to call paramsstring Stringified Parameters to pass to the method rpc_discover
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>
Parameter Type Description server*string Server URL
Resources
0No resources available for this server
Prompts
0No prompts available for this server
