MCP Protocol

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 tools

Manage your contact database programmatically.

search_contactsget_contactcreate_contactupdate_contact

Sales (Deals)

4 tools

Work with deal pipelines and track sales progress.

search_dealsget_dealcreate_dealupdate_deal_stage

Activity Tracking

1 tool

Log notes, emails, calls, and meetings against any entity.

log_activity

Project Management

2 tools

List projects and get detailed status breakdowns.

list_projectsget_project

Task Management

4 tools

Full CRUD on tasks with status, priority, and comments.

search_taskscreate_taskupdate_taskadd_task_comment

Dashboard & Analytics

1 tool

Get workspace-level summaries and metrics in a single call.

get_dashboard_summary

Getting started

Connect via MCP
// 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.

Start building today

Sign up, generate an API key, and start integrating in minutes.