The Airstride MCP server lets an AI assistant work with your live partner program: query pipeline, map accounts, score partners, and register deals, all under each user's own permissions.
One secure connection puts the whole Airstride platform behind your team's assistant. Here is how it behaves.
Every call reads or writes against live Airstride data and runs under the signed-in user's own role. The assistant never sees more than that person could see in the app.
Read tools return data directly. Write tools, including deal registration and mapping, are drafted for a human to approve before anything changes.
Airstride hosts the server over Streamable HTTP. There is nothing to install and no API keys to manage. Add the URL and sign in.
Built on the open Model Context Protocol, so Claude and any other MCP-compatible assistant can connect with the same URL.
The server requires authentication. There are no API keys to copy and no shared service accounts.
The connector uses the OAuth 2.1 authorization code flow with PKCE and supports dynamic client registration, so your assistant can register itself without manual setup.
Each person signs in as themselves through Airstride's hosted login, including SSO where your organisation uses it. Tokens are scoped to that user and never shared across the team.
Every tool call then runs under the caller's own Airstride role. Admins choose which tools are exposed and to whom, and can revoke a user or an assistant connection at any time.
A representative set of the actions the server exposes, grouped by area. Every tool reports its annotations, so assistants can tell read-only calls from writes and flag destructive ones.
Deals & Pipeline
Account Mapping
Partners
Context & Insights
Organisation & Members
In your assistant's connector settings, add a custom remote server with the URL https://app.airstride.ai/v2/mcp.
Complete the OAuth 2.1 sign-in. You will be sent to Airstride to authenticate, then returned to your assistant.
Ask a question. The assistant calls the matching tools and answers from your live partner data.
Reviewing the connector and need a test workspace? Email support@airstride.ai and we will provision a sandbox organisation with sample partners, deals, and mappings so you can exercise every tool end to end.