Connect
Optimize
Secure
Announcing StackOne Defender: leading open-source prompt injection guard for your agent • Read More →
Production-ready Basecamp MCP server with 118 extensible actions — plus built-in authentication, security, and optimized execution.
Coverage
Create, read, update, and delete across Basecamp — and extend your agent's capabilities with custom actions.
Authentication
Per-user OAuth in one call. Your Basecamp MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Every Basecamp tool response scanned for prompt injection in milliseconds — 88.7% accuracy, all running on CPU.
Prompt Injection Defense →Performance
Free up to 96% of your agent's context window to enhance reasoning and reduce cost, on every Basecamp call.
Tools Discovery →A Basecamp MCP server lets AI agents read and write Basecamp data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's Basecamp MCP server ships with 118 pre-built actions, fully extensible via the Connector Builder — plus managed authentication, prompt injection defense, and optimized agent context. Connect it from MCP clients like Claude Desktop, Cursor, and VS Code, or from agent frameworks like OpenAI Agents SDK, LangChain, and Vercel AI SDK.
Every action from Basecamp's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Update account logo
Remove account logo
Send chat message
Get specific message
Delete chat message
Create new card
Get specific card
Update card
Move card to different column
Create new column
Get specific column
Update column
Move column position
Add on-hold section to column
Remove on-hold section
Create new step
Get specific step
Update step
Add comment to recording
Get specific comment
Update comment
Create new document
Get specific document
Update document
Create new message
Get specific message
Update existing message
Create new category
Get specific category
Update category
Get my personal info
Update my personal info
Create new project
Get project details including dock
Update project details
List recordings in project
Search across project
Create new entry
Get specific entry
Update schedule entry
Get subscription status
Update subscription status
Create new template
Get template details
Update template
Create project from template
Get construction status
Create new group
Get specific group
Create new to-do list
Get specific to-do list
Update to-do list
Create new to-do
Get specific to-do
Update to-do
Create tool by cloning
Get tool details
Update tool settings
Create file upload
Get specific upload
Update upload metadata
Create new vault
Get vault details
Update vault settings
Upload file and get SGID
Get account information
List campfires in project
Get campfire chat details
List chat messages
List cards in column
List steps in card
Get card table (Kanban) details
List comments on recording
List documents in vault
List recent events
Get message board details
List messages in board
List message categories
List all people in account
Get authenticated user profile
List people in project
List mentionable people
Get person details
List all active projects
List schedule entries
Get schedule details
Get search metadata
List all project templates
List to-do list groups
List all to-do lists
List to-dos in list
Get to-do set container
List file uploads
List upload versions
List vaults in project
Update account name
Update project access
Update schedule settings
Watch a column
Unwatch a column
Change column color
Pin message to top
Delete category
Delete project
Delete a recording
Archive a recording
Unarchive a recording
Subscribe to recording
Unsubscribe from recording
Delete template
Change group position
Mark to-do complete
Mark to-do incomplete
Change to-do position
Enable tool in project
Disable tool
Change tool position
Delete tool permanently
One endpoint. Any framework. Your agent is talking to Basecamp in under 10 lines of code.
MCP Clients
Agent Frameworks
{
"mcpServers": {
"stackone": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://api.stackone.com/mcp?x-account-id=<account_id>",
"--header",
"Authorization: Basic <YOUR_BASE64_TOKEN>"
]
}
}
}172+ actions
134+ actions
134+ actions
133+ actions
133+ actions
126+ actions
125+ actions
Anthropic's code_execution processes data already in context. Custom MCP code mode keeps raw tool responses in a sandbox. 14K tokens vs 500.
11 min
Benchmarking BM25, TF-IDF, and hybrid search for MCP tool discovery across 916 tools. The 80/20 TF-IDF/BM25 hybrid hits 21% Top-1 accuracy in under 1ms.
10 min
MCP tools that read emails, CRM records, and tickets are indirect prompt injection vectors. Here's how we built a two-tier defense that scans tool results in ~11ms.
12 min
origin_owner_id.All the tools you need to build and scale AI agent integrations, with best-in-class connectivity, execution, and security.