Skip to main content
Glama

Basecamp MCP Server

by jhliberty

search_basecamp

Search across Basecamp projects, todos, and messages to find relevant information using a query. Optionally limit results to a specific project by including its ID.

Instructions

Search across Basecamp projects, todos, and messages

Input Schema

NameRequiredDescriptionDefault
project_idNoOptional project ID to limit search scope
queryYesSearch query

Input Schema (JSON Schema)

{ "properties": { "project_id": { "description": "Optional project ID to limit search scope", "type": "string" }, "query": { "description": "Search query", "type": "string" } }, "required": [ "query" ], "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/jhliberty/basecamp-mcp-server'

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