Skip to main content
Glama

A2A MCP Server

a2a_server_registry

Manage A2A server URLs by adding or removing entries using the MCP server tool. Specify action, server name, and URL to update the registry and enable extended protocol interactions.

Instructions

Add or remove an A2A server URL. Args: action: Either "add" or "remove" name: Name of the server url: URL of the server (required for "add" action) Returns: Dict with status and message

Input Schema

NameRequiredDescriptionDefault
actionYes
nameYes
urlNo

Input Schema (JSON Schema)

{ "properties": { "action": { "enum": [ "add", "remove" ], "title": "Action", "type": "string" }, "name": { "title": "Name", "type": "string" }, "url": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Url" } }, "required": [ "action", "name" ], "title": "a2a_server_registryArguments", "type": "object" }
Install Server

Other Tools from A2A MCP 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/regismesquita/MCP_A2A'

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