The Appcharge Model Context Protocol (MCP) server connects MCP-compatible AI clients to Appcharge data and operations. Use it to check and manage technical setup tasks in the Publisher Dashboard, such as callback and webhook URL configuration. The server supports SSE transport and works with MCP-compatible tools such as Cursor, Claude, and Claude Code.Documentation Index
Fetch the complete documentation index at: https://docs.appcharge.com/llms.txt
Use this file to discover all available pages before exploring further.
The MCP server doesn’t expose secrets, tokens, player-level data, payment data, internal logs, or unrelated publisher configuration.
Before you begin
Make sure you have:- An MCP-compatible AI client that supports remote MCP servers over SSE.
- Your Appcharge Publisher Token.
- Access to the relevant Publisher Dashboard account.
Connect to the MCP server
To connect the Appcharge MCP server to your AI client:- Open your MCP-compatible client.
- Add a new remote MCP server.
-
Add the Appcharge MCP server configuration to your MCP JSON file:
-
Replace
{YOUR_PUBLISHER_TOKEN}with your Publisher Token. - Start the connection.
MCP tools
The Appcharge MCP server exposes the following tools.Appcharge integration tools
Instead of configuring your developer settings manually in the Publisher Dashboard, use these tools to streamline your technical onboarding with Appcharge.| Tool name | Description | Use case |
|---|---|---|
Get Developer Settings URLs | Retrieves your current callback and webhook URL configuration from the Publisher Dashboard. | Check which integration URLs are configured, missing, or ready for onboarding validation. |
Manage Developer Settings URLs | Updates your callback and webhook URL configuration in the Publisher Dashboard. Omitted fields are left unchanged, and fields set to null are cleared. | Configure or update your integration URLs. |
