AI-agenttien integraatio

MCP-dokumentaatio

Yhdistä Appalize suoraan Claudeen, Cursoriin ja VS Codeen Model Context Protocolin avulla.

Kahden siirtotavan tuki

Käytä HTTP:tä suoriin kutsuihin tai SSE:tä, kun MCP-asiakas odottaa suoratoistotapahtumia.

Avustajavalmiit työkalut

Avaa avainsana-, sijoitus-, sovellus- ja optimointityönkulut tekoälyagenteille yhdellä palvelinmäärittelyllä.

Nopea käyttöönotto

Kopioi MCP-lohko, lisää API-avaimesi ja aloita testaaminen jo käyttämässäsi ympäristössä.

Siirtopäätepisteet

Joustavat yhteystavat.

Where do I get the API key?

Create it in the Appalize product at API Dashboard, then paste it into your MCP client config as `x-api-key`.

Päätepisteen määritys
HTTP: https://api.appalize.com/api/mcp
SSE:  https://api.appalize.com/api/mcp/sse

Header:
x-api-key: YOUR_API_KEY
Vakiomääritykset

MCP JSON -määrittely.

Palvelimen asetukset
{
  "mcpServers": {
    "appalize": {
      "transport": "http",
      "url": "https://api.appalize.com/api/mcp",
      "headers": {
        "x-api-key": "YOUR_API_KEY"
      }
    }
  }
}
Asiakasasetukset

Yksi integraatio, loputtomasti mahdollisuuksia.

Eri ohjelmistot hallitsevat MCP-asetuksia eri tavoin. Seuraa alla olevia ohjeita yhdistääksesi Appalizen ympäristöösi.

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.

Registry & scopes

How the MCP surface stays current.

Appalize MCP is not a hand-maintained sidecar. The exposed catalog is filtered from the same registry and auth scope model that powers the backend integration layer.

Registry-driven surface

The MCP manifest, tools, resources, and scopes are generated from one backend registry so the AI surface stays aligned with the product API.

Scope-filtered catalog

Clients only see tools and resources their API key or dashboard JWT can actually use, which keeps assistants inside the right permission boundary.

Current workflow coverage

Appalize MCP now spans keyword research, app details, competitor analysis, Apple workspace operations, pricing context, and other growth workflows.

Työkalujen kyvykkyydet

Avatut toiminnot.

MCP-palvelimemme rekisteröi automaattisesti erikoistyökalut tekoälyavustajillesi.

Kyvykkyys

search_keywords

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

Kyvykkyys

get_app_details

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

Kyvykkyys

get_competitor_keywords

Inspect competitor keyword sets and ranking opportunities.

Kyvykkyys

optimize_title

Generate AI-assisted title ideas using target keyword context.

Seuraavat vaiheet

Oletko valmis REST API:lle?

Tarvitsetko raakadataa tai massakäsittelyä? REST API -dokumentaatiomme tarjoaa täydet tiedot ja ympäristön testaamiseen.