Skip to main content
Glama

MCP2ANP Bridge Server

anp.invokeOpenRPC

Execute JSON-RPC 2.0 method calls on OpenRPC endpoints to interact with ANP agents, handling structured communication with required endpoint URLs and method names.

Instructions

使用 JSON-RPC 2.0 协议调用 OpenRPC 端点上的方法。此工具处理与暴露 OpenRPC 接口的 ANP 智能体的结构化交互。

Input Schema

NameRequiredDescriptionDefault
endpointYesOpenRPC 端点 URL
idNo用于跟踪的可选请求 ID
methodYes要调用的 RPC 方法名称
paramsNo传递给方法的参数

Input Schema (JSON Schema)

{ "properties": { "endpoint": { "description": "OpenRPC 端点 URL", "format": "uri", "type": "string" }, "id": { "description": "用于跟踪的可选请求 ID", "type": "string" }, "method": { "description": "要调用的 RPC 方法名称", "type": "string" }, "params": { "default": {}, "description": "传递给方法的参数", "type": "object" } }, "required": [ "endpoint", "method" ], "type": "object" }

Other Tools from MCP2ANP Bridge 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/agent-network-protocol/mcp2anp'

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