Podpora duálního transportu
Použijte HTTP pro přímá volání klientů nebo SSE, když váš MCP klient očekává streamované události.
Připojte Appalize k Claude, Cursor a VS Code přes Model Context Protocol.
Použijte HTTP pro přímá volání klientů nebo SSE, když váš MCP klient očekává streamované události.
Vystavte pracovní postupy pro klíčová slova, pozice, aplikace a optimalizaci AI agentům prostřednictvím jediné definice serveru.
Vložte blok MCP, přidejte hlavičku s API klíčem a začněte testovat z klienta, kterého již používáte.
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`.
HTTP: https://api.appalize.com/api/mcp
SSE: https://api.appalize.com/api/mcp/sse
Header:
x-api-key: YOUR_API_KEY{
"mcpServers": {
"appalize": {
"transport": "http",
"url": "https://api.appalize.com/api/mcp",
"headers": {
"x-api-key": "YOUR_API_KEY"
}
}
}
}Každý klient spravuje konfiguraci MCP jinak. Pro připojení Appalize použijte níže uvedené kroky.
Open Claude Desktop settings.
Add the Appalize MCP server entry to your config file.
Restart Claude Desktop and re-authorize with your API key.
Install Continue in VS Code.
Add an `mcpServers` entry pointing to the Appalize HTTP or SSE transport.
Reload the editor window to pick up the new tool server.
Enable MCP in Cursor settings.
Paste the Appalize MCP server definition with your API key.
Restart Cursor and test the manifest or health endpoint.
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.
The MCP manifest, tools, resources, and scopes are generated from one backend registry so the AI surface stays aligned with the product API.
Clients only see tools and resources their API key or dashboard JWT can actually use, which keeps assistants inside the right permission boundary.
Appalize MCP now spans keyword research, app details, competitor analysis, Apple workspace operations, pricing context, and other growth workflows.
Náš MCP server automaticky registruje specializované nástroje pro vaše AI asistenty.
search_keywordsLook up keywords and suggestions with country-aware query support.
get_app_detailsFetch app records and related analytics context for a store identifier.
get_competitor_keywordsInspect competitor keyword sets and ranking opportunities.
optimize_titleGenerate AI-assisted title ideas using target keyword context.
Další kroky
Potřebujete surové datové streamy nebo hromadné zpracování? Naše dokumentace REST API poskytuje všechny detaily koncových bodů a hřiště.