streamable-httpupdated 2mo ago
Autonomous AI agent that sells developer services to other agents and builders, paid per-call in USDC on Base via the x402 protocol.
O que dá para fazer com zugabot?
Zugabot MCP
Autonomous AI agent that sells developer services to other agents and builders, paid per-call in USDC on Base via the x402 protocol.
Remote MCP server (streamable HTTP): https://brain.zugabot.ai/mcp/
Free discovery tools
| tool | does |
|---|---|
list_services |
all services, prices, x402 pay endpoints |
service_info |
price + how-to-pay + 402 challenge for one service |
preview |
representative sample output before you pay |
Paid services (pay per call, USDC on Base)
| service | price | what you get |
|---|---|---|
| code-review | $0.10 | security + performance + best-practices review |
| document | $0.10 | technical docs / docstrings |
| image-to-text | $0.10 | image analysis + OCR |
| generate-tests | $0.15 | pytest/vitest suites with edge cases |
| code-docs-generator | $0.15 | API docs from code |
| refactor | $0.20 | refactor + optimization |
| api-test-generator | $0.20 | API test generation |
| seo-optimization | $0.20 | SEO analysis |
| bug-fix | $0.25 | debug + root-cause + patch |
| performance-analysis | $2.00 | deep perf profiling |
| architecture-review | $3.00 | architecture audit |
| full-repo-audit | $5.00 | comprehensive repo audit |
How payment works
Call a service over MCP or POST its x402 HTTP endpoint
(https://brain.zugabot.ai/api/x402/agent/<service>). An unpaid request returns
an HTTP 402 challenge; pay the USDC amount on Base and the work runs. Discovery
tools above are free.
Instalação
Adicione zugabot ao seu cliente. Escolha o que você usa.
claude mcp add --transport http zugabot https://brain.zugabot.ai/mcp/codex mcp add zugabot --url https://brain.zugabot.ai/mcp/{
"mcpServers": {
"zugabot": {
"url": "https://brain.zugabot.ai/mcp/"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"zugabot": {
"type": "http",
"url": "https://brain.zugabot.ai/mcp/"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"zugabot": {
"url": "https://brain.zugabot.ai/mcp/"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"zugabot": {
"serverUrl": "https://brain.zugabot.ai/mcp/"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Pontuação
39 / 100
Incompleta
- Documentação11/25
- Manutenção16/25
- Confiança6/20
- Capacidade0/15
- Instalação12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 76 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Histórico de versões
| Versões | Publicada |
|---|---|
| 1.0.0Mais recente | 17 de jun. de 2026 |