MCP Server

MCP Server

Give Codex, Claude Code, Cursor, and other MCP-compatible AI agents the tools to prepare and ship your store presence.

What is MCP?

The Model Context Protocol (MCP) is an open standard that allows AI assistants like Claude to interact with external tools and services. Our MCP server exposes a focused set of tools for metadata, screenshots, icons, localization, legal pages, and campaign-specific store pages.

Natural Language

Ask your agent to translate your app or generate screenshots

Secure

API key authentication with encrypted credentials

Focused launch tools

55 reviewed tools for creating and shipping store assets

Remote connection

AppStoreCopilot is hosted. Add its HTTPS endpoint to a remote-MCP client; no npm package or local process is required.

Streamable HTTPtext
https://appstorecopilot.com/api/mcp

Configuration

OAuth-capable clients open a browser authorization flow. Existing scoped API keys can use this generic remote-server configuration:

Remote MCP configurationjson
{
"mcpServers": {
"appstorecopilot": {
"url": "https://appstorecopilot.com/api/mcp",
"headers": {
"Authorization": "Bearer <ASC_API_KEY>"
}
}
}
}

Usage

Once configured, you can ask your AI agent to perform app store tasks naturally:

Example Conversationtext
User: Translate my app metadata from English to Spanish, French, and German.
Claude: I'll translate your app metadata to those languages using the
AppStore Copilot MCP server.
[Uses translate_metadata tool]
Done! I've translated your metadata to:
- Spanish (es-ES)
- French (fr-FR)
- German (de-DE)
The translations have been saved to your project. Would you like me to
push them to the stores?

Available Tools

Public launch accounts receive 55 reviewed tools organized around the store-launch workflow:

Metadata & Store Tools

Security

The MCP server uses your API key for authentication. All requests are:

  • Authenticated with project-scoped OAuth or a scoped API key
  • Encrypted in transit (HTTPS)
  • Pseudonymous security telemetry without prompts or credentials
  • Rate limited by network and account