Skip to main content
Glama

MCP2ANP Bridge Server

anp.fetchDoc

Fetch and parse ANP documents to extract content, type information, and followable links. This is the authorized method for accessing URLs within the ANP ecosystem.

Instructions

抓取并解析 ANP 文档,提取可跟进的链接。这是访问 ANP 生态系统中 URL 的唯一允许方法。返回文档内容、类型信息和发现的链接。

Input Schema

NameRequiredDescriptionDefault
urlYes要抓取的 ANP 文档的 URL

Input Schema (JSON Schema)

{ "properties": { "url": { "description": "要抓取的 ANP 文档的 URL", "format": "uri", "type": "string" } }, "required": [ "url" ], "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