Install · MCP + skill · product path
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.
| Surface | URL |
|---|---|
| MCP (product) | https://api.curb.numetal.xyz/mcp |
| Skill (product) | https://api.curb.numetal.xyz/skill.md |
| Demo seller Demo | seller.curb.numetal.xyz |
| Demo buyer Demo | buyer.curb.numetal.xyz |
{
"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
{
"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
await this.addMcpServer("curb", "https://api.curb.numetal.xyz/mcp");
const curb = await connectMcpServer("curb", {
url: "https://api.curb.numetal.xyz/mcp",
});
Codex · OpenCode · Amp · OpenClaw · Hermes · Pi — same MCP URL; drop SKILL.md into the harness skills directory. Full table in docs.