Open MCP Standard

Bring your AI to your team's work.

40 MCP tools let Claude, ChatGPT, Gemini, Cursor, Copilot, Antigravity — and any MCP-compatible AI — read and write your AB Projects tasks, projects and documents, and your AB Sales pipeline. Every action runs under your own identity and is logged; task and document changes are posted to Teams.

Microsoft 365 sign-in  ยท  Full audit trail  ยท  Teams notifications

Works with your AI

MCP is an open protocol — one server, every client. AB works with all of these out of the box.

Claude Code
Anthropic · CLI
Claude Desktop
Anthropic
ChatGPT
OpenAI · Connectors
ChatGPT App
OpenAI · App Store
Codex CLI
OpenAI
Gemini CLI
Google
Antigravity
Google
Cursor
Editor
Windsurf
Codeium
GitHub Copilot
Agent mode · MCP
Cowork Desktop
Built-in connector

Don't see your client? If it speaks MCP, it works with AB on day one — no per-client integration needed.

40 tools, two products

Pick what your AI needs. Names are stable — you can reference them in prompts and rules.

AB ProjectsAB Projects · 20 tools

Tasks, projects, and the documents your team works from.

Tasks ยท 7

Create, search, update, complete — every change is audited.
ab_get_my_tasks Overdue, due today, in progress.
ab_search_tasks Keyword search across all your projects.
ab_get_task Full task: description, comments, history.
ab_create_task New task with AI-supplied reason.
ab_update_task Title, status, schedule, estimate, assignee, parent.
ab_complete_task Mark done with a completion note.
ab_add_comment Leave context or status on a task.

Projects ยท 5

Discover team structure before the AI takes action.
ab_get_my_projects Projects you belong to, with stats.
ab_get_project_members Members, roles, IDs for assignment.
ab_get_project_options Valid statuses, types, environments.
ab_get_schedule Today and this week by due date.
ab_whoami Which AB account the AI is signed in as.

Documents ยท 8

Read, write and version markdown documentation.
ab_get_wiki_tree Folder + article tree for a project.
ab_get_wiki_article Full markdown + version metadata.
ab_search_wiki List articles under a folder path.
ab_create_wiki_article New markdown article (notifies Teams).
ab_update_wiki_article New version with edit note.
ab_add_wiki_comment Comment on an article.
ab_link_task_wiki Link a task and a document, both ways.
ab_unlink_task_wiki Remove a task-document link.

AB SalesAB Sales · 20 tools

Leads, deals, and the follow-ups that move them. Needs an AB Sales workspace.

Pipeline ยท 3

Your workspaces, sales context, and open deals by stage.
ab_crm_workspaces Your CRM workspaces — call this first.
ab_crm_get_sales_context Products, prices, goals, value props.
ab_crm_get_pipeline Open deals by stage, with weighted totals.

Leads ยท 4

Find, read, create and qualify the people you're selling to.
ab_crm_list_leads Search leads by status, source or text.
ab_crm_get_lead One lead: profile, research, notes, mail.
ab_crm_create_lead New lead — only a name is required.
ab_crm_update_lead Fields, status, automation opt-out.

Customers & deals ยท 6

Customers, their contacts, and the opportunities in flight.
ab_crm_list_customers Search customers, newest first.
ab_crm_create_customer New customer from a qualified lead.
ab_crm_list_contacts The people who work at a customer.
ab_crm_list_opportunities Deals by expected close date.
ab_crm_create_opportunity New deal under a customer or lead.
ab_crm_update_opportunity Move stage, change amount, win or lose.

Activities & email ยท 7

Follow-ups, notes, and the email thread on a record.
ab_crm_list_activities Calls, meetings and follow-up tasks.
ab_crm_create_activity Schedule the next follow-up.
ab_crm_complete_activity Mark done, with the outcome.
ab_crm_add_note Log a call, a decision, an AI action.
ab_crm_list_notes A record's notes, newest first.
ab_crm_list_emails The email thread, inbound and outbound.
ab_crm_send_email_to_lead Send from your mailbox — you confirm first.

Slash commands & live context

Type / in Claude or any MCP client that supports prompts and AB's ready-made commands appear — one keystroke instead of prompt engineering. Pin the context feeds and your AI always knows your workload.

Slash commands ยท 5

Curated workflows over AB tools — no setup, they ship with the server.
/ab-standup Your morning brief — overdue, due today, and in progress across your projects.
/ab-weekly-review What shipped this week, what slipped, and what's at risk.
/ab-create-task Guided task creation from a natural-language request — the AI asks for anything missing.
/ab-find-blocked Surface blocked tasks across all your projects.
/ab-wiki-recap Summarize recent document edits in a project.

Pinnable live context

Context feeds your AI can read without a single tool call — pin them and they stay fresh.
ab://me/today Tasks due today across every project you're in.
ab://me/week Today plus the next 7 days of your schedule.
ab://me/projects The projects you belong to, with stats.

Plus a live overview feed for every project you're a member of.

What people actually do with it

A few patterns we see from AI-centric teams.

Connect your AI

One endpoint, one OAuth sign-in. Pick your client below.

# Add AB as a remote MCP connector (OAuth via Microsoft 365)
claude mcp add --transport http actionbridge \
  https://mcp.actionbridge.io/mcp

On first tool call, your browser opens to sign in with Microsoft 365.

Full guide: Claude project management integration

Open Settings → Connectors → Add custom connector and paste the URL:

https://mcp.actionbridge.io/mcp

Or edit claude_desktop_config.json:

{
  "mcpServers": {
    "actionbridge": {
      "url": "https://mcp.actionbridge.io/mcp"
    }
  }
}

In ChatGPT (Pro / Business / Enterprise), open Settings → Connectors → Add and provide:

URL:   https://mcp.actionbridge.io/mcp
Auth:  OAuth (Microsoft 365)

Once added, mention "ActionBridge" in chat and ChatGPT will pick the right tool.

Full guide: ChatGPT project management integration

AB Projects is on the ChatGPT App Store. Install once — no config to paste.

Open ChatGPT App Store entry

Microsoft 365 sign-in links your projects. Fastest path for ChatGPT users — no Connectors setup needed.

Add to your Codex CLI config at ~/.codex/config.toml:

[mcp_servers.actionbridge]
url = "https://mcp.actionbridge.io/mcp"
# Gemini CLI
gemini mcp add actionbridge \
  --transport http \
  https://mcp.actionbridge.io/mcp

In Antigravity, open the agent's connector settings and add an MCP server:

{
  "mcpServers": {
    "actionbridge": {
      "serverUrl": "https://mcp.actionbridge.io/mcp"
    }
  }
}

In Cursor, open MCP settings and add an HTTP server:

{
  "mcpServers": {
    "actionbridge": {
      "url": "https://mcp.actionbridge.io/mcp"
    }
  }
}

In Windsurf, open Cascade settings → MCP servers, or edit ~/.codeium/windsurf/mcp_config.json:

{
  "mcpServers": {
    "actionbridge": {
      "serverUrl": "https://mcp.actionbridge.io/mcp"
    }
  }
}

In VS Code (Copilot Agent mode), create .vscode/mcp.json:

{
  "servers": {
    "actionbridge": {
      "type": "http",
      "url": "https://mcp.actionbridge.io/mcp"
    }
  }
}

In Cowork Desktop, open the connector picker and add a custom MCP server:

Connector URL:  https://mcp.actionbridge.io/mcp
Auth:          OAuth (Microsoft 365)

Once added, all 40 tools appear instantly — no extra setup.

Safe by design

AI gets the user's permissions — nothing more, nothing hidden.

Your identity

Microsoft 365 OAuth — same permissions as you in the web app.

Full audit trail

Every AI action is logged with the reason it gave.

Teams notified

Adaptive cards posted to the project channel for every change.

Open standard

No vendor lock-in. Switch AIs anytime — same tools work.

Ready to give your AI hands?

Sign in once with Microsoft 365, point your AI at the AB endpoint, and you're done. Need a demo for your team? We'd love to show it off.