MCP server intelligence profile

A2A MCP Server

A bridge server that enables MCP-compatible AI assistants like Claude to seamlessly discover, communicate with, and manage A2A protocol agents

Local OnlyGongRzhe
Awaiting current scanPypi · 0.1.5

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

1Distribution channel
7Independently observed tools
0Linked remote endpoints
AvailableVersion intelligence

Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.

Install and connect

Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.

Install a2a-mcp-server from PyPI

Install exact version 0.1.5. The executable name has not been verified, so it is intentionally not guessed.

python -m pip install 'a2a-mcp-server==0.1.5'

Identity

Canonical sluga2a-mcp-server-07639a4dDeploymentLocal Only
Canonical packagepypi:a2a-mcp-serverRepositoryGongRzhe/A2A-MCP-Server
First publishedJun 18, 2025Latest releaseJun 18, 2025
Last security verificationClassification confidence90%
PublicationDraftOfficial distributionNot verified

Distributions

ChannelIdentifierCurrent versionVersionsSource
pypia2a-mcp-server0.1.51Repository

Current release

PackageVersionPublished / observedInventorySecurity scan
pypia2a-mcp-server0.1.5CurrentJun 18, 20257 toolsSucceeded · 0 resources · 0 promptsEvidence restricted
Enterprise protection

Continuously monitor this MCP for security risk

Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.

  • Independent exact-version security scans
  • Continuous release and vulnerability monitoring
  • Risk-change alerts with capability context
  • Historical evidence and API exports
Custom pricingContact salesTailored to your organization, integrations, data needs, and support requirements.

Current version evidence

No public current-version evidence is available yet.

Current protocol inventory

2025-06-18Negotiated protocol
A2A Bridge ServerServer-reported name
6Capability groups
Aug 17, 2026Observed

Tools 7

ToolCategoryAnnotationsRisk
cancel_taskCancel a running task on an A2A agent.
Input schema
{
  "additionalProperties": false,
  "properties": {
    "task_id": {
      "type": "string",
      "description": "ID of the task to cancel"
    }
  },
  "required": [
    "task_id"
  ],
  "type": "object"
}
Output schema
{
  "additionalProperties": true,
  "type": "object"
}
get_task_resultRetrieve the result of a task from an A2A agent.
Input schema
{
  "additionalProperties": false,
  "properties": {
    "task_id": {
      "type": "string",
      "description": "ID of the task to retrieve"
    },
    "history_length": {
      "anyOf": [
        {
          "type": "integer"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "Optional number of history items to include (null for all)"
    }
  },
  "required": [
    "task_id"
  ],
  "type": "object"
}
Output schema
{
  "additionalProperties": true,
  "type": "object"
}
list_agentsList all registered A2A agents. Returns: List of registered agents
Input schema
{
  "additionalProperties": false,
  "properties": {},
  "type": "object"
}
Output schema
{
  "properties": {
    "result": {
      "items": {
        "additionalProperties": true,
        "type": "object"
      },
      "type": "array"
    }
  },
  "required": [
    "result"
  ],
  "type": "object",
  "x-fastmcp-wrap-result": true
}
register_agentRegister an A2A agent with the bridge server.
Input schema
{
  "additionalProperties": false,
  "properties": {
    "url": {
      "type": "string",
      "description": "URL of the A2A agent"
    }
  },
  "required": [
    "url"
  ],
  "type": "object"
}
Output schema
{
  "additionalProperties": true,
  "type": "object"
}
send_messageSend a message to an A2A agent.
Input schema
{
  "additionalProperties": false,
  "properties": {
    "agent_url": {
      "type": "string",
      "description": "URL of the A2A agent"
    },
    "message": {
      "type": "string",
      "description": "Message to send"
    },
    "session_id": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "Optional session ID for multi-turn conversations"
    }
  },
  "required": [
    "agent_url",
    "message"
  ],
  "type": "object"
}
Output schema
{
  "additionalProperties": true,
  "type": "object"
}
send_message_streamSend a message to an A2A agent and stream the response.
Input schema
{
  "additionalProperties": false,
  "properties": {
    "agent_url": {
      "type": "string",
      "description": "URL of the A2A agent"
    },
    "message": {
      "type": "string",
      "description": "Message to send"
    },
    "session_id": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "Optional session ID for multi-turn conversations"
    }
  },
  "required": [
    "agent_url",
    "message"
  ],
  "type": "object"
}
Output schema
{
  "additionalProperties": true,
  "type": "object"
}
unregister_agentUnregister an A2A agent from the bridge server.
Input schema
{
  "additionalProperties": false,
  "properties": {
    "url": {
      "type": "string",
      "description": "URL of the A2A agent to unregister"
    }
  },
  "required": [
    "url"
  ],
  "type": "object"
}
Output schema
{
  "additionalProperties": true,
  "type": "object"
}

Resources 0

  • None observed.

Resource templates 0

  • None observed.

Prompts 0

  • None observed.

Remote endpoints

EndpointTransportAuthenticationHealthObserved
No verified remote endpoint is linked.

A2A MCP Server questions

How do I install A2A MCP Server?

Install the selected package version with: python -m pip install 'a2a-mcp-server==0.1.5'

What tools does A2A MCP Server provide?

A2A MCP Server exposed 7 tools during independent protocol observation, including cancel_task, get_task_result, list_agents, register_agent, send_message, send_message_stream, unregister_agent.

Is A2A MCP Server secure?

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

Explore related MCP server guides

Curated product and capability guides containing this catalog record.

Official vs Community MCP Servers

Let’s talk about MCP security.

Share your details and our security team will contact you.