BundleUp provides MCP (Model Context Protocol) servers that let AI agents interact with external systems through your integrations. Instead of writing custom tool definitions for every provider, you can expose integrations like Slack, GitHub, Jira, or Google Drive directly to AI models through a structured MCP interface. BundleUp offers two MCP server types, each designed for a different use case.Documentation Index
Fetch the complete documentation index at: https://docs.bundleup.io/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
Every MCP request must include:- API key in the Authorization header
- Connection ID in the BU-Connection-Id header
Errors
Common responses include:- 401 Unauthorized when the API key is missing or invalid.
- 400 Bad Request when the connection ID is missing (
connection_missing) or invalid (connection_invalid).

