botpress.sh
Botpress is a platform for building and operating AI agents and chatbots. It provides cloud-hosted tooling for agent development, deployment, conversations, integrations, and related runtime/admin capabilities.
Botpress exposes a bearer-authenticated Botpress Cloud HTTP API, an OAuth-protected MCP server at `https://botgpt.botpress.sh/mcp`, and the `adk` CLI authenticated with a Botpress account token.
- Botpress MCP serverdetected
- Botpress Cloud APIdiscovered
- Botpress ADK CLIdiscovered
Point your MCP client at the server URL and approve access in the browser. The server supports OAuth Dynamic Client Registration (RFC 7591), so the client registers itself automatically — no developer-portal app, client_id, or client_secret to create.
Deploy a bot in Botpress Cloud; the authentication docs state that a Bot Access Key (BAK) is provided to the bot once it's deployed. Use that token for runtime-scoped API access.
conventions · 0/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✗
/llms.txt - API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing