hatchable-mcp
Hatchable MCP
Crea y aloja aplicaciones y sitios web full-stack en Hatchable desde cualquier cliente MCP. Cada proyecto obtiene su propia base de datos Postgres, autenticación, almacenamiento, dominios y cron, además de una URL en vivo en segundos. Plan gratuito, sin créditos.
Endpoint |
|
Transporte | Streamable HTTP (MCP 2025-03-26) |
Autenticación | OAuth 2.1 con PKCE y Registro Dinámico de Clientes (RFC 7591). Alternativa Bearer. |
Registro | |
Página principal | |
Documentación |
Este repositorio es un conector ligero: el código de Hatchable se ejecuta en nuestra infraestructura, no en la tuya. No hay nada que instalar localmente. Configuras el endpoint en tu cliente MCP e inicias sesión con OAuth (o un token bearer).
Configuración por cliente
Claude Code (terminal)
Un comando, OAuth se encarga del resto:
claude mcp add --transport http hatchable https://hatchable.com/mcp¿No tienes Claude Code? Instálalo aquí.
Claude.ai (web)
Abre claude.ai/customize/connectors y haz clic en el + junto a Connectors.
En el diálogo Add custom connector, ponle el nombre Hatchable, pega
https://hatchable.com/mcpy haz clic en Add.Claude te redirige a hatchable.com para aprobar; eso crea tu cuenta gratuita.
Funciona en los planes Free (1 conector), Pro, Max, Team y Enterprise. En Team/Enterprise, un propietario lo añade desde Organization settings → Connectors.
ChatGPT
Abre chatgpt.com/apps#settings/Connectors/Advanced, activa Developer Mode y haz clic en Create app.
Ponle el nombre Hatchable, pega
https://hatchable.com/mcpen MCP Server URL, mantén OAuth, marca la casilla de consentimiento y haz clic en Create.ChatGPT te redirige a hatchable.com para aprobar; eso crea tu cuenta gratuita.
Requiere un plan Plus, Pro, Business, Enterprise o Edu (requisito previo: Developer Mode).
Codex
Abre Codex → Settings → MCP servers → + Add server.
Ponle el nombre Hatchable, elige Streamable HTTP, pega
https://hatchable.com/mcpy Save.Haz clic en Authenticate en la nueva fila y aprueba la ventana emergente en hatchable.com; eso crea tu cuenta gratuita.
¿No tienes Codex? Descárgalo aquí.
Cursor
Pega en ~/.cursor/mcp.json:
{
"mcpServers": {
"hatchable": {
"url": "https://hatchable.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_HATCHABLE_TOKEN"
}
}
}
}Obtén tu token en hatchable.com/console/settings?tab=api-keys después de registrarte (10 segundos, sin tarjeta de crédito).
Google Antigravity
Abre la paleta de comandos (Cmd/Ctrl + Shift + P).
Selecciona Antigravity: Manage MCP Servers, luego haz clic en View raw config.
Pega y guarda:
{ "mcpServers": { "hatchable": { "serverUrl": "https://hatchable.com/mcp" } } }Vuelve a abrir Manage MCP Servers, haz clic en Authenticate en la fila de hatchable y aprueba en hatchable.com.
¿No tienes Antigravity? Descárgalo de Google — gratis, sin tarjeta de crédito.
Otros clientes MCP
Cualquier cliente que soporte Streamable HTTP + OAuth funcionará. Configura https://hatchable.com/mcp como el endpoint y deja que el cliente maneje el proceso de OAuth. Los clientes que solo soportan tokens bearer deben enviar Authorization: Bearer <API_KEY>, donde la clave proviene de la consola. Los clientes que no envíen ninguna autenticación recibirán una clave pendiente en el primer initialize que podrán persistir para futuras llamadas.
Related MCP server: Kleap
Qué puedes hacer (superficie de herramientas)
Hatchable expone más de 30 herramientas. Aspectos destacados:
Ciclo de vida del proyecto —
create_project,get_project,list_projects,fork_project,set_visibility,update_projectArchivos —
write_file,write_files,read_file,grep,list_files,patch_file,delete_file,import_file_from_url,upload_fileBase de datos —
execute_sql,get_schemaDespliegue + observabilidad —
deploy,dry_run_deploy,run_function,run_code,view_logs,list_deployments,get_deployment,list_functions,list_cron_jobsEntorno —
set_env,list_env,delete_envDescubrimiento —
search_projects,search_documentation
Cada proyecto incluye Node.js 20, una base de datos Postgres dedicada, autenticación integrada (correo electrónico + proveedores OAuth), programación cron, almacenamiento de objetos y envío de correos electrónicos. Consulta hatchable.com/docs para ver el SDK completo y el contrato del manejador.
Manifiestos
server.json— Manifiesto del Registro MCP (esquema versión 2025-12-11), también servido enhatchable.com/server.jsonyhatchable.com/.well-known/mcp/server.json.smithery.yaml— Configuración de envío a Smithery.
Seguridad y autenticación
Metadatos OAuth (RFC 8414):
/.well-known/oauth-authorization-serverMetadatos de recursos protegidos (RFC 9728):
/.well-known/oauth-protected-resourceSe admite el Registro Dinámico de Clientes (RFC 7591): los clientes MCP pueden registrarse automáticamente.
Los tokens bearer tienen un alcance por cuenta. Puedes rotarlos o revocarlos en la consola.
Docker (para registros y escáneres)
El Dockerfile en este repositorio es un proxy ligero de stdio a HTTP construido sobre mcp-remote. Existe para que los registros y escáneres de calidad que esperan un contenedor ejecutable (Glama, Smithery, etc.) puedan inspeccionar la superficie de herramientas. Los usuarios finales no necesitan construirlo: configura https://hatchable.com/mcp directamente en tu cliente MCP y deja que el transporte HTTP nativo del cliente se comunique con el servidor.
docker build -t hatchable-mcp .
docker run --rm -i hatchable-mcp # stdio ↔ https://hatchable.com/mcpLicencia
MIT. Consulta LICENSE.
Contacto
Sitio web: hatchable.com
Correo electrónico: hello@hatchable.com
Problemas: abre un issue en este repositorio para preguntas sobre la integración con MCP; utiliza el flujo de soporte dentro de la consola para preguntas sobre la cuenta o facturación.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityBmaintenanceAn MCP server that enables Claude to deploy full-stack web apps to Cloudflare, including databases, authentication, and file storage, directly through natural language.
- AlicenseAqualityBmaintenanceEnables AI agents to build, edit, and publish live websites with hosting, database, auth, and domains via the Model Context Protocol.13121MIT
- AlicenseNot gradedqualityAmaintenanceDeploy and monetize agent-built apps from one MCP. Ship a full-stack app (login, database, usage billing) with one command, then charge the signed-in end user per API call via X-Settle-Payer (end-user-pays: cost times markup, app owner earns the markup).Apache 2.0
- AlicenseNot gradedqualityCmaintenanceMCP server for self-hosted static site publishing on Cloudflare Workers. Enables AI coding agents to deploy pages with a single 'publish' tool and get live URLs, with support for atomic updates, versioning, and per-site passwords.3MIT
Related MCP Connectors
Agent-first web hosting: deploy sites, apps, databases and domains over MCP.
Butterbase MCP server — manage your backend: schemas, auth, functions, storage, RAG, deploys.
Build, deploy, and operate hosted web apps on VibeKit (vibekit.bot) from any MCP client.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Woobox/hatchable-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server