Weavz
Basecamp

Basecamp

Project management and team communication platform

7 tools
2 triggers
Use withChatGPTClaudeClaude CodeCursorCodexMCP clientsSetup guide

Tools

Name
create_todo

Create a new to-do item in a Basecamp to-do list

list_todos

List to-do items in a to-do list

create_message

Post a new message to a Basecamp message board

list_messages

List messages in a message board

list_projects

List all projects in the Basecamp account

create_comment

Add a comment to any Basecamp recording (to-do, message, etc.)

custom_api_call

Make a custom API call to the Basecamp API

Triggers

Name
new_todo

Triggers when a new to-do item is created

new_comment

Triggers when a new comment is added to a recording

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('basecamp', 'create_todo', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'basecamp',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Basecamp to my app?

Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does Basecamp support?

Basecamp supports 7 tools including Create To-Do, List To-Dos, Create Message, List Messages, List Projects, and more.

Can I use Basecamp with AI agents?

Yes. Add Basecamp to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

How do I connect Basecamp to ChatGPT or Claude?

Open the Weavz connector setup, sign in, choose a workspace, and add Basecamp as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Basecamp tools exposed by that workspace.

Does Basecamp work with Claude Code, Cursor, Codex, and local agents?

Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Basecamp work, and execute Code Mode workflows from a terminal.

What can I ask an AI agent to do with Basecamp?

Basecamp exposes 7 tools, including Create To-Do, List To-Dos, Create Message, List Messages, List Projects, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.

Can Basecamp be used in stateful agent workflows?

Yes. Agents can combine Basecamp tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does Basecamp use?

Basecamp uses OAuth2. Weavz stores OAuth credentials securely and refreshes tokens when supported by the provider.

How much does the Basecamp integration cost?

The Basecamp integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does Basecamp support?

Basecamp supports 2 triggers including New To-Do, New Comment.

Connect Basecamp in minutes

Get 20,000 free action executions every month. No credit card required.