AI Agent Integration

MCP Docs

Connect Appalize to Claude, Cursor, and VS Code through the Model Context Protocol.

Dual transport support

Use HTTP for direct client calls or SSE when your MCP client expects streaming events.

Assistant-ready tooling

Expose keyword, ranking, app, and optimization workflows to AI agents through one server definition.

Fast onboarding

Paste one MCP block, add your API key header, and start testing from the client you already use.

Transport Endpoints

Flexible connection methods.

Endpoint Specification
HTTP: https://backend.appalize.com/api/mcp
SSE:  https://backend.appalize.com/api/mcp/sse

Header:
x-api-key: YOUR_API_KEY
Standard Config

MCP JSON definition.

Server Configuration
{
  "mcpServers": {
    "appalize": {
      "transport": "http",
      "url": "https://backend.appalize.com/api/mcp",
      "headers": {
        "x-api-key": "YOUR_API_KEY"
      }
    }
  }
}
Client Setup

One integration, infinite workflows.

Each client handles MCP configuration differently. Use the steps below to connect Appalize to your environment.

Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json

1

Open Claude Desktop settings.

2

Add the Appalize MCP server entry to your config file.

3

Restart Claude Desktop and re-authorize with your API key.

VS Code / Continue

~/.continue/config.json

1

Install Continue in VS Code.

2

Add an `mcpServers` entry pointing to the Appalize HTTP or SSE transport.

3

Reload the editor window to pick up the new tool server.

Cursor

~/.cursor/mcp.json

1

Enable MCP in Cursor settings.

2

Paste the Appalize MCP server definition with your API key.

3

Restart Cursor and test the manifest or health endpoint.

Tool Capabilities

Exposed engine operations.

Our MCP server registers specialized tools automatically for your AI assistants.

Capability

search_keywords

Look up keywords and suggestions with country-aware query support.

Capability

get_app_details

Fetch app records and related analytics context for a store identifier.

Capability

get_competitor_keywords

Inspect competitor keyword sets and ranking opportunities.

Capability

optimize_title

Generate AI-assisted title ideas using target keyword context.

Next Steps

Ready for the REST API?

Need raw data streams or batch processing? Our REST API documentation provides full endpoint details and playgrounds.