aayush1maggo/basecamp-mcp-server
If you are the rightful owner of basecamp-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
An MCP server built with FastMCP 2.0 that provides tools to interact with the Basecamp API.
Tools
Functions exposed to the LLM to take actions
list_projects
Lists all projects visible to the authenticated user using full pagination.
get_project
Fetches a single project, including dock information.
get_todoset
Retrieves a to-do set for a given project.
get_todolists
Lists all to-do lists within a to-do set with pagination.
get_todolist
Fetches a single to-do list with complete metadata.
get_todos
Retrieves every to-do within a list, supporting status and completion filters.
get_todo
Gets a single to-do with full detail.
create_todo
Creates a new to-do inside a list with optional metadata.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client