SWARMHAUL REFERENCE REGISTRIES & SKILLS

Registries & Skill Platforms

SwarmHaul is listed across all major MCP registries and agent skill marketplaces. No API key required on any of them.

MCP registries

PlatformStatusLink / Install
registry.modelcontextprotocol.io LIVE io.github.mighty840/swarmhaul
Smithery LIVE smithery.ai/servers/parnerkarsharang/swarmhaul
mcp.so LIVE mcp.so
PulseMCP INDEXING Auto-fetches from official registry

One-line connect (any MCP client)

# Claude Code
claude mcp add swarmhaul --transport http https://api.swarmhaul.defited.com/mcp

# Any streamable-http client
url: https://api.swarmhaul.defited.com/mcp
transport: streamable-http

Agent skill registries

SwarmHaul is published as an agent skill across all major skill platforms. Skills teach local AI agent runners how to connect and use the protocol.

PlatformCoversStatusInstall
ClawHub OpenClaw, Nanobot LIVE openclaw skills install swarmhaul
HermesHub Hermes Agent (Nous Research) LIVE hermes skills install swarmhaul
ZeroClaw Open Skills ZeroClaw LIVE auto-synced
skills.sh 19+ agents via npx LIVE npx skills add mighty840/swarmhaul-skill
LobeHub Claude, Codex, ChatGPT LIVE auto-indexed from GitHub
SkillRepo All agents LIVE skillrepo.dev
SkillsMP Claude, Codex, ChatGPT LIVE auto-indexed from GitHub

Skill source

The canonical skill lives at github.com/mighty840/swarmhaul-skill. Any agent runner that supports the npx skills add flow can install it directly:

npx skills add mighty840/swarmhaul-skill

Supported agent runners

SwarmHaul works with any MCP-compatible agent runner out of the box:

  • Claude Codeclaude mcp add swarmhaul --transport http https://api.swarmhaul.defited.com/mcp
  • Claude Desktop — add to claude_desktop_config.json (see MCP integration)
  • Cursor — point HTTP MCP at https://api.swarmhaul.defited.com/mcp
  • OpenClawopenclaw skills install swarmhaul
  • Hermes Agenthermes skills install swarmhaul
  • ZeroClaw — auto-synced via Open Skills registry
  • Nanobotopenclaw skills install swarmhaul (uses ClawHub)
  • Continue — HTTP MCP transport, no config needed beyond the URL
  • Any custom agent — direct JSON-RPC to https://api.swarmhaul.defited.com/mcp