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'A bridge server that enables MCP-compatible AI assistants like Claude to seamlessly discover, communicate with, and manage A2A protocol agents
Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.
Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.
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'| Canonical slug | a2a-mcp-server-07639a4d | Deployment | Local Only |
|---|---|---|---|
| Canonical package | pypi:a2a-mcp-server | Repository | GongRzhe/A2A-MCP-Server |
| First published | Jun 18, 2025 | Latest release | Jun 18, 2025 |
| Last security verification | — | Classification confidence | 90% |
| Publication | Draft | Official distribution | Not verified |
| Channel | Identifier | Current version | Versions | Source |
|---|---|---|---|---|
| pypi | a2a-mcp-server | 0.1.5 | 1 | Repository |
| Package | Version | Published / observed | Inventory | Security scan |
|---|---|---|---|---|
| pypia2a-mcp-server | 0.1.5Current | Jun 18, 2025 | 7 toolsSucceeded · 0 resources · 0 prompts | Evidence restricted |
Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.
No public current-version evidence is available yet.
| Tool | Category | Annotations | Risk |
|---|---|---|---|
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 agentsInput 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"
} | — | — |
| Endpoint | Transport | Authentication | Health | Observed |
|---|---|---|---|---|
| No verified remote endpoint is linked. | ||||
Install the selected package version with: python -m pip install 'a2a-mcp-server==0.1.5'
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.
The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.
Curated product and capability guides containing this catalog record.