AgentBuilders✓
io.github.sirarchiemccarthy-oss/agentbuilders · v0.6.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.sirarchiemccarthy-oss/agentbuilders",
"description": "Deploy full-stack web apps with database, file storage, auth, and RBAC via a single API call.",
"title": "AgentBuilders",
"repository": {
"url": "https://github.com/sirarchiemccarthy-oss/clawd",
"source": "github"
},
"version": "0.6.1",
"remotes": [
{
"type": "streamable-http",
"url": "https://api.agentbuilders.app/mcp",
"headers": [
{
"description": "Bearer token (format: Bearer <api_key>)",
"isRequired": true,
"isSecret": true,
"name": "Authorization"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}