Basecamp
A project collaboration platform for managing to-dos, message boards, schedules, and team communication.
https://3.basecampapi.com/{accountId}
Terminal
curl https://proxy.bundleup.io/[...] \
-H "Authorization: Bearer Zw7Lt7..." \
-H "BU-Connection-Id: conn_abc123" Proxy
const bundleup = new BundleUp('Zw7Lt7...');
const proxy = bundleup.proxy('conn_abc123');
const response = await proxy.get('/[...]');Unified MCP Tools
me
Get the Basecamp account the connection is authenticated as.
tickets
Retrieve a list of to-dos from Basecamp.
projects
Retrieve a list of projects from Basecamp.
Unified API Endpoints
/me
Retrieve the Basecamp account this connection is authenticated as.
/ticketing/tickets
Retrieve a list of to-dos from Basecamp, across every project the account can see. Pass a `bucket` passthrough parameter with a project id to narrow it to one project.
/ticketing/projects
Retrieve a list of projects from Basecamp.
