ssyubix-agentlink
Related Servers
Alternatives to ssyubix-agentlink
- AlicenseAqualityAmaintenanceAllows Claude desktop app to execute terminal commands and edit files on your computer through MCP, with features including command execution, process management, and diff-based file editing.26158,647 npm9,749MIT
- AlicenseAqualityDmaintenanceBridges Model Context Protocol (MCP) with Google's Agent-to-Agent (A2A) protocol, enabling MCP-compatible AI assistants like Claude to discover, register, communicate with, and manage tasks on A2A agents through a unified interface.67Apache 2.0
Related Servers

A2AL MCP Serverofficial
AlicenseNot gradedqualityAmaintenanceEnables AI agents to publish themselves, discover each other, and establish authenticated encrypted connections without central infrastructure, using a decentralized agent-to-agent networking protocol.1Mozilla Public 2.0- FlicenseNot gradedqualityAmaintenanceEnables AI coding agents to exchange signed messages across machines on a LAN, with idle-session wake-ups and verifiable owner authority.-
- AlicenseNot gradedqualityAmaintenanceMCP server enabling real-time communication, task delegation, and acknowledgment among multiple AI agents through a single local endpoint.28 npm4MIT

crosstalkofficial
AlicenseNot gradedqualityBmaintenanceEnables AI coding agents to communicate directly with each other across machines, with support for rooms, pairing, and encrypted messaging.5 npm6MIT
AgentAnycastofficial
FlicenseNot gradedqualityCmaintenanceDiscover and communicate with AI agents over encrypted P2P networks. Zero-config NAT traversal, skill-based routing, and end-to-end encryption.-- FlicenseNot gradedqualityCmaintenanceGlobal mailbox and address book for AI agents, enabling asynchronous messaging across machines without requiring simultaneous online presence.-
TDQS
Scored across 23 tools
Each tool clearly targets a distinct resource and action: room discovery/management, capability profile updates, task lifecycle transitions, and messaging. Even closely related tools like capability_upsert_self and capability_set_availability are explicitly scoped with clear guidance on when to use each.
All tool names follow a consistent resource_action snake_case pattern (room_, capability_, task_, agent_ prefixes). The convention is uniform and predictable, with no mixing of camelCase or inconsistent verb styles.
At 23 tools, the set feels heavy, spanning room, capability, task, and messaging domains. While each tool has a purpose, the total count falls into the borderline 16-25 range and could be streamlined (e.g., merging capability tools or reducing room info variants) without losing essential functionality.
The task lifecycle is incomplete: there is no task_complete or task_cancel, leaving accepted tasks in a dead-end state. Additionally, there is no way to query a peer agent's capabilities before offering a task, forcing agents to rely on messaging to gather this information—a significant gap for a delegation-focused server.