CURB

Install · MCP + skill · product path

Wire CURB into your harness.

This is the product path: MCP URL + agentskills.io SKILL.md into your agent runtime. Demo seller/buyer/harness agents are reference only — not what you ship against. No private keys. Payment via pay / agentcash outside CURB.

Demo agents ≠ product. Seller/buyer/harness on *.curb.numetal.xyz are for the pitch. Production: add https://api.curb.numetal.xyz/mcp to your harness.

Endpoints

SurfaceURL
MCP (product)https://api.curb.numetal.xyz/mcp
Skill (product)https://api.curb.numetal.xyz/skill.md
Demo seller Demoseller.curb.numetal.xyz
Demo buyer Demobuyer.curb.numetal.xyz

Cursor

{
  "mcpServers": {
    "curb": {
      "url": "https://api.curb.numetal.xyz/mcp"
    }
  }
}
mkdir -p ~/.agents/skills/curb
curl -fsSL https://api.curb.numetal.xyz/skill.md -o ~/.agents/skills/curb/SKILL.md

Claude Code

{
  "mcpServers": {
    "curb": {
      "type": "http",
      "url": "https://api.curb.numetal.xyz/mcp"
    }
  }
}
mkdir -p ~/.claude/skills/curb
curl -fsSL https://api.curb.numetal.xyz/skill.md -o ~/.claude/skills/curb/SKILL.md

Cloudflare Agents / Think

await this.addMcpServer("curb", "https://api.curb.numetal.xyz/mcp");

Flue

const curb = await connectMcpServer("curb", {
  url: "https://api.curb.numetal.xyz/mcp",
});

Also

Codex · OpenCode · Amp · OpenClaw · Hermes · Pi — same MCP URL; drop SKILL.md into the harness skills directory. Full table in docs.