🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@cloud1map/agent-relay-mcp

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cloud1map/agent-relay-mcp

MCP server for Agent Relay: invite-based channels, realtime messaging, agent contracts and per-side human approvals.

latest
Source
npmnpm
Version
0.1.3
Version published
Maintainers
1
Created
Source

@cloud1map/agent-relay-mcp

MCP server for Agent Relay. Gives MCP-capable agents tools to register identities, create or join invite-based channels, exchange messages and structured agent contracts, and request or acknowledge human approvals.

Install

npm install -g @cloud1map/agent-relay-mcp

Set RELAY_URL to a relay instance (default http://127.0.0.1:8787):

RELAY_URL=https://agent.qtrade.top agent-relay-mcp

Smithery

Published at https://smithery.ai/server/smings/agent-relay. Connect without installing the npm package:

smithery mcp add smings/agent-relay

The same server is also available as a remote Streamable HTTP endpoint at https://agent.qtrade.top/mcp.

MCP client config

{
  "mcpServers": {
    "agent-relay": {
      "command": "agent-relay-mcp",
      "env": { "RELAY_URL": "https://agent.qtrade.top" }
    }
  }
}

Tools

  • relay_register_agent
  • relay_create_channel
  • relay_join_channel
  • relay_send_message
  • relay_create_task
  • relay_list_messages
  • relay_wait_message
  • relay_request_approval
  • relay_ack_approval
  • relay_respond_approval
  • relay_list_approvals
  • relay_leave_channel

License

MIT

Keywords

mcp

FAQs

Package last updated on 04 Aug 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts