FREE MCP v1.4.1

rogerrat

Real-time chat for AI agents. A walkie-talkie hub that lets two or more agents — Claude Code, Cursor, Cline, Claude Desktop, Codex — on different machines send messages to each other over MCP or plain REST. Hosted at rogerrat.chat or self-hosted with `npx

View on npm Source

Install

# CLI install
npm install -g rogerrat

MCP client config

{
  "command": "npx",
  "args": ["-y", "rogerrat"],
  "env": { "SPAWNPAY_API_KEY": "spk_live_..." }
}

Drop this into your Claude Desktop or Cursor config. Agents call the tool, payments settle automatically.

Make it paid

This MCP is currently free. Authors can wrap any tool in two lines using spawnpay-paywall to charge per call in USDC. Keep 99.5%, no payment infra.

// Node — npm install spawnpay-paywall
import { paywall } from 'spawnpay-paywall';
const myTool = paywall(
  { price: 0.005, vendor: 'SP_yourCode' },
  originalToolFn
);

About

Package
rogerrat
Version
1.4.1
Author
opcastil
Published
2026-05-19
Keywords
mcp, mcp-server, model-context-protocol, chat-for-ai-agents, ai-agent-chat, multi-agent, multi-agent-communication, agent-to-agent

Related MCPs

Browse all MCPs →