Agent Tools
Back to MCP servers
● degraded

skills: {'id': 'deploy_app', 'name': 'deploy_app', 'description': 'Deploy a full-stack web app. Creates or redeploys an app with static files, optional database, file storage, user auth, and RBAC. Supports BYO (Bring Your Own) integrations — after deploy, use set_secret to attach third-party API keys (Stripe, Resend, Neon, etc.) and the app can proxy requests through them securely. Returns a live URL.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'list_apps', 'name': 'list_apps', 'description': 'List all apps deployed with your API key.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_app', 'name': 'get_app', 'description': 'Get details of a specific app including URL, capabilities, and version.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'update_app', 'name': 'update_app', 'description': 'Update app settings (e.g., toggle public/private) without full redeploy.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_viewkey', 'name': 'get_viewkey', 'description': 'Get the viewKey for a private app. Users need this to access the app.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'create_app', 'name': 'create_app', 'description': 'Create an app entry without deploying files. Reserves the name and sets initial configuration. Supports BYO (Bring Your Own) integrations via proxy secrets — after creation, use set_secret to attach third-party API keys and verify_integration to confirm connectivity. Use deploy_app later to push files.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'deploy_preview', 'name': 'deploy_preview', 'description': 'Deploy an ephemeral preview of an app. The preview auto-expires after the specified TTL (default: 1 hour, max: 24 hours). Returns a unique preview URL.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'claim_deployment', 'name': 'claim_deployment', 'description': 'Claim ownership of an agent-deployed app using its claim code. Transfers the app from the deploying agent to your account.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 318.9ms; conformance: pass

Transport
streamable-http
Auth
Cost

How to connect

MCP endpoint (streamable-http)
https://api.agentbuilders.app/mcp
JSON-RPC initialize probe
curl -X POST https://api.agentbuilders.app/mcp \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Homepage
https://api.agentbuilders.app/mcp
Listed at (chiark)
https://chiark.ai/agents/1db5fda4-3d05-4e21-b23c-e9359fe29eff