For the complete documentation index, see llms.txt. This page is also available as Markdown.

MCP - Model Context Protocol

Connect AI agents and tools directly to your Startdeliver data using the Model Context Protocol.

Where to find it: Settings → MCP Who can access it: All users. Admins control available permissions and scopes.


Connecting AI tools via MCP

Startdeliver exposes an MCP server that lets AI tools and assistants connect to your customer data.

What it does

Once connected, an AI tool can read customers, tasks, and projects, and take actions within the permissions you grant.

MCP works with AI tools and assistants that support MCP or custom connectors.

Claude, Claude Code, and ChatGPT are common examples.


Permissions

Authentication uses standard OAuth.

Admins control which scopes are available — users can only grant what admins have permitted.


How to connect

Option 1 — Connect by URL

Use this when your AI tool supports OAuth sign-in flows.

  1. Copy the MCP server URL: https://mcp.startdeliver.com/mcp

  2. Add it as a custom connector in your AI tool

  3. On first connection, you will be prompted to authenticate via OAuth and approve permissions

In Claude, adding a custom connector is limited to admins or organization owners.

Full setup guide


Option 2 — Bearer Token

Use this when your AI tool does not support OAuth.

  1. Go to Settings → MCP

  2. Generate an API key and select the permissions it should have

  3. Paste the key directly into your AI tool

Full setup guide


Troubleshooting

Connection not working

Check that the OAuth scopes you need are enabled by your admin. Users cannot grant permissions that admins have not permitted.

AI not seeing customer data

Verify that the correct read scopes were approved during the OAuth consent step. If unsure, disconnect and reconnect to go through the consent screen again.

Last updated

Was this helpful?