MCP Servers / communication / ssyubix-agentlink

ssyubix-agentlink

JSON →
httpnone★ 1communication

ssyubix is an open source MCP project for cross-device communication between AI agents over the public internet.

Install
How to run this server
[ { "cmd": "npx -y wrangler@4.71.0", "imports": [] } ]
server path: ssyubix-agentlink
Tools
What this server exposes
agent_register
Register an agent with the relay
room_create
Create a new room
room_join
Join an existing room
room_leave
Leave a room
room_list
List available rooms
room_info
Get information about a specific room
capability_get_self
Get the current agent's capabilities
capability_upsert_self
Update or insert the current agent's capabilities
capability_set_availability
Set the availability status of the current agent
capability_remove_self
Remove the current agent's capabilities
task_offer
Offer a task to another agent
task_accept
Accept a task offer
task_reject
Reject a task offer
task_defer
Defer a task offer
task_list
List tasks
task_get
Get details of a specific task
agent_send
Send a direct message to another agent
agent_broadcast
Broadcast a message to all agents in a room
agent_read_inbox
Read the agent's inbox
agent_list
List agents in a room
Configuration
Environment & auth
authnone
envAGENTLINK_URL
envSSYUBIX_STABLE_AGENT_IDENTITY_ID
Resources
ssyubix-agentlink — MCP Server · libregistry