Prise en charge du double transport
Utilisez HTTP pour les appels clients directs ou SSE lorsque votre client MCP attend des événements de streaming.
Connectez Appalize à Claude, Cursor et VS Code via le Model Context Protocol.
Utilisez HTTP pour les appels clients directs ou SSE lorsque votre client MCP attend des événements de streaming.
Exposez les flux de travail de mots-clés, de classement, d'applications et d'optimisation aux agents d'IA via une seule définition de serveur.
Copiez un bloc MCP, ajoutez votre en-tête de clé API et commencez à tester à partir du client que vous utilisez déjà.
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"
}
}
}
}Chaque client gère différemment la configuration MCP. Utilisez les étapes ci-dessous pour connecter Appalize à votre environnement.
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.
Notre serveur MCP enregistre automatiquement des outils spécialisés pour vos assistants IA.
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.
Étapes suivantes
Besoin de flux de données brutes ou de traitement par lots ? Notre documentation sur l'API REST fournit tous les détails sur les points de terminaison et des bacs à sable.