Build with BASIC
Full API access via Model Context Protocol (MCP). Connect your AI tools, automate workflows, and extend BASIC with 17 tools across 6 modules.
API Overview
17 tools organised into 6 modules. Every tool is workspace-scoped and role-aware.
CRM (Contacts)
4 toolsManage your contact database programmatically.
search_contactsget_contactcreate_contactupdate_contactSales (Deals)
4 toolsWork with deal pipelines and track sales progress.
search_dealsget_dealcreate_dealupdate_deal_stageActivity Tracking
1 toolLog notes, emails, calls, and meetings against any entity.
log_activityProject Management
2 toolsList projects and get detailed status breakdowns.
list_projectsget_projectTask Management
4 toolsFull CRUD on tasks with status, priority, and comments.
search_taskscreate_taskupdate_taskadd_task_commentDashboard & Analytics
1 toolGet workspace-level summaries and metrics in a single call.
get_dashboard_summaryGetting started
// Add to your MCP client configuration
{
"mcpServers": {
"basic": {
"command": "npx",
"args": [
"-y",
"@anthropic/basic-mcp-server"
],
"env": {
"BASIC_API_KEY": "your-api-key"
}
}
}
}Authentication
Generate an API key from Settings → API Keys in your BASIC workspace. Each key is scoped to your workspace and respects your role-based permissions. Keys can be revoked at any time.
Rate limits & usage
API access is included in every plan at no additional cost. Standard rate limits apply to ensure fair usage across all workspaces. Current limits are generous for typical integration patterns.
Coming soon
We're building more ways to integrate with BASIC.
Webhooks
Get notified when things change in your workspace.
REST API
Traditional REST endpoints for direct HTTP integration.
SDKs
Official client libraries for TypeScript, Python, and Go.