NewPartner Payments Agent — commission calculated, invoice generated, partner paid.See how it works
Use CasesPricing
Airstride MCP Connector

Connect your partner program to Claude

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.

Server URLhttps://app.airstride.ai/v2/mcp
Overview

What the connector does

One secure connection puts the whole Airstride platform behind your team's assistant. Here is how it behaves.

Live, permission-aware data

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.

Reads answer, writes ask first

Read tools return data directly. Write tools, including deal registration and mapping, are drafted for a human to approve before anything changes.

Hosted and remote

Airstride hosts the server over Streamable HTTP. There is nothing to install and no API keys to manage. Add the URL and sign in.

Works with any MCP client

Built on the open Model Context Protocol, so Claude and any other MCP-compatible assistant can connect with the same URL.

Authentication

Secure sign-in with OAuth 2.1

The server requires authentication. There are no API keys to copy and no shared service accounts.

1

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.

2

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.

3

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.

Tools

Tool reference

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.

Read-only Reads data, no changesWrites Creates or updates, drafted for approvalDestructive Removes data, confirm before running

Deals & Pipeline

listDealsRead-onlyList co-sell deals with filters for stage, owner, and partner.
getDealPipelineMetricsRead-onlyPipeline totals, win rates, and forecast by stage.
getDealForecastSectionsRead-onlyForecast roll-up grouped into commit, best case, and pipeline.
createDealWritesRegister a new co-sell deal. Drafted for the user to approve.
manage_dealsWritesUpdate deal fields, stage, or partner on an existing deal.

Account Mapping

listAccountMappingsRead-onlyList account-mapping runs and their status.
listMappedAccountsRead-onlyReturn overlapping and net-new accounts for a partner.
createAccountMappingWritesStart a new account-mapping run against a partner.
uploadCsvForMappingWritesUpload an account list to map against a partner.
deleteAccountMappingDestructivePermanently remove an account-mapping run and its results.

Partners

search_partnersRead-onlySearch partners and filter against your ideal partner profile.
get_partner_fit_scoresRead-onlyFit scores for partners against your ICP and motion.
get_partner_performanceRead-onlySourced and influenced revenue, deal counts, and trends.
updatePartnerWritesUpdate a partner record's details or status.
deletePartnerDestructivePermanently remove a partner and its associations.

Context & Insights

get_icpRead-onlyReturn the organisation's ideal customer profile.
get_ippRead-onlyReturn the organisation's ideal partner profile.
carmen_insightsRead-onlySurface program insights and recommended next actions.

Organisation & Members

listOrganizationMembersRead-onlyList members of the organisation and their roles.
inviteUserWritesInvite a new member to the organisation.
removeUserFromOrganizationDestructiveRemove a member's access to the organisation.
Examples

Things you can ask

“Map our accounts against N-able and show me the overlapping open opportunities.”Runs account mapping and returns the shared pipeline.
“Which partners best fit our ICP for mid-market, and how have they performed this quarter?”Searches partners, then returns fit scores and performance.
“Register this co-sell deal with our partner and show how it changes our forecast.”Drafts a deal for approval, then returns the updated forecast.
Getting started

Connect in two minutes

1

In your assistant's connector settings, add a custom remote server with the URL https://app.airstride.ai/v2/mcp.

2

Complete the OAuth 2.1 sign-in. You will be sent to Airstride to authenticate, then returned to your assistant.

3

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.

Data & privacy

How your data is handled

  • Data is returned one query at a time, scoped to the signed-in user's permissions. There is no bulk export.
  • Airstride does not use your data to train third-party AI models.
  • Every call is logged with the user, the tools that ran, and what changed, available to admins as an audit trail.
  • Read our full privacy policy and security overview.