bump.sh
Bump.sh is a platform for publishing API documentation from OpenAPI and AsyncAPI definitions and for generating managed MCP servers from workflow specifications. It provides hosted developer portals, changelogs, validation/diff tooling, and agent-facing MCP access.
Bump.sh exposes two REST APIs (public Portal API and authenticated Workspace API), public documentation MCP servers at hub/doc URLs ending in `/mcp`, and the `bump` CLI.
- Bump.sh APIs hub MCP serverdiscovered
- Bump.sh Workspace docs MCP serverdiscovered
- Bump.sh Portal docs MCP serverdiscovered
- Bump.sh Portal APIdiscovered
- Bump.sh Workspace APIdiscovered
- Bump CLIdiscovered
In your Bump.sh documentation settings, generate or copy the access token for that documentation, then use it against the Workspace API. The auth guide says to use the token from your documentation settings; send it as Authorization: Token <token> or, deprecated, as HTTP Basic auth with no password. See Workspace API authentication and the CLI help.
conventions · 1/7 published
- 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✓https://bump.sh/.well-known/oauth-protected-resource
- Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing