Skip to main content
Glama

Basecamp MCP Server

by stefanoverna

basecamp_list_projects

Retrieve all active Basecamp projects with their IDs, names, and descriptions to identify project buckets needed for accessing messages, todos, and other resources.

Instructions

List all projects visible to the authenticated user in a Basecamp account. This tool returns active projects with their IDs, names, descriptions, and metadata. Use this to discover project/bucket IDs needed for accessing messages, todos, and other resources.

Input Schema

NameRequiredDescriptionDefault
account_idYesBasecamp account ID

Input Schema (JSON Schema)

{ "properties": { "account_id": { "description": "Basecamp account ID", "type": "number" } }, "required": [ "account_id" ], "type": "object" }

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/stefanoverna/basecamp-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server