
AppDirect MCP
Reconcile AppDirect marketplace subscriptions and billing across companies using an offline mirror your agent can query.
Overview
AppDirect MCP is a MCP server for the Operate phase that runs AppDirect marketplace operations with an offline mirror and cross-company billing reconciliation from your agent.
What is this MCP server?
- AppDirect marketplace operations exposed to MCP agents
- Offline mirror for marketplace data when you cannot rely on live calls alone
- Cross-company billing reconciliation oriented workflows
- OAuth2 client credentials: APPDIRECT_CLIENT_ID and APPDIRECT_CLIENT_SECRET (optional APPDIRECT_OAUTH_SCOPE)
- Stdio mcpb package v0.1.0 from Servosity msp-skills releases
- Server manifest version 0.1.0
- Transport: stdio via mcpb
- 2 required secrets (client id and secret); 1 optional OAuth scope override
Community signal: 1 GitHub stars.
What problem does it solve?
Reconciling AppDirect subscriptions across companies means juggling OAuth consoles, CSV exports, and manual cross-checks outside your agent session.
Who is it for?
Solo founders or tiny teams operating an AppDirect-powered marketplace who need agent-assisted billing and catalog reconciliation.
Skip if: Products with no AppDirect footprint, builders who only sell direct-to-consumer without a marketplace, or anyone avoiding OAuth marketplace integrations.
What do I get? / Deliverables
After configuring OAuth secrets, your agent can work against mirrored AppDirect marketplace data and reconciliation-oriented operations in one workflow.
- Agent-driven AppDirect marketplace operations
- Offline mirror-backed queries for reconciliation sessions
- Cross-company billing alignment workflows assisted in the IDE
Recommended MCP Servers
Journey fit
Marketplace billing drift and cross-company reconciliation surface after launch when you operate a distribution or reseller channel, not during initial product design. Iterate fits ongoing reconciliation loops—matching mirrored AppDirect data to internal ledgers and fixing catalog or entitlement mismatches.
How it compares
AppDirect marketplace MCP connector, not a generic payment processor skill or Stripe checkout helper.
Common Questions / FAQ
Who is AppDirect MCP for?
It is for operators who run or integrate with an AppDirect marketplace and want AI agents to help with catalog, subscription, and billing reconciliation tasks.
When should I use AppDirect MCP?
Use it during Operate when you reconcile partner or customer charges, audit entitlements, or refresh an offline mirror before month-end close.
How do I add AppDirect MCP to my agent?
Register the stdio mcpb server, set APPDIRECT_CLIENT_ID and APPDIRECT_CLIENT_SECRET, optionally APPDIRECT_OAUTH_SCOPE, then enable the server in your MCP host.