Çift taşıma desteği
Doğrudan istemci çağrıları için HTTP veya MCP istemciniz akış etkinlikleri beklediğinde SSE kullanın.
Appalize'ı Model Context Protocol aracılığıyla doğrudan Claude, Cursor ve VS Code'a bağlayın.
Doğrudan istemci çağrıları için HTTP veya MCP istemciniz akış etkinlikleri beklediğinde SSE kullanın.
Anahtar kelime, sıralama, uygulama ve optimizasyon iş akışlarını tek bir sunucu tanımıyla AI ajanlarına açın.
Bir MCP bloğu yapıştırın, API anahtarı başlığınızı ekleyin ve zaten kullandığınız istemciden test etmeye başlayın.
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: http://backend-p844sww08cccoo4oo84ck0kc:5000/api/mcp
SSE: http://backend-p844sww08cccoo4oo84ck0kc:5000/api/mcp/sse
Header:
x-api-key: YOUR_API_KEY{
"mcpServers": {
"appalize": {
"transport": "http",
"url": "http://backend-p844sww08cccoo4oo84ck0kc:5000/api/mcp",
"headers": {
"x-api-key": "YOUR_API_KEY"
}
}
}
}Her istemci MCP yapılandırmasını farklı yönetir. Appalize'ı ortamınıza bağlamak için aşağıdaki adımları kullanın.
Claude Desktop ayarlarını açın.
Yapılandırma dosyanıza Appalize MCP sunucu kaydını ekleyin.
Claude Desktop'ı yeniden başlatın ve API anahtarınızla tekrar yetkilendirin.
VS Code içinde Continue eklentisini kurun.
Appalize HTTP veya SSE taşımayı işaret eden bir `mcpServers` girdisi ekleyin.
Yeni tool sunucusunu almak için editör penceresini yeniden yükleyin.
Cursor ayarlarında MCP'yi etkinleştirin.
API anahtarınızla birlikte Appalize MCP sunucu tanımını yapıştırın.
Cursor'ı yeniden başlatın ve manifest veya health endpoint'i test edin.
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. Admin tools require an admin role as well as admin scopes.
The manifest omits input schemas unless `detail=full` is requested, reducing token usage for assistants that only need discovery.
Appalize MCP now spans keyword research, app details, competitor analysis, Apple workspace operations, pricing context, and other growth workflows.
Appalize publishes model-readable resources and prompts so an assistant can verify the active account, inspect scopes, follow the manifest-first flow, and use safer write behavior before it calls tools.
appalize://mcp/usage-guideTool/resource ordering, manifest-first discovery, ASO all-locale defaults, lowercase keyword policy, and safe write rules.
appalize://mcp/account-profileSafe metadata for the authenticated Appalize account: user ID, role, auth method, API key ID/name, label, and scopes. Raw secrets are never returned.
appalize://mcp/multi-account-guideClient config pattern and routing rules for multiple Appalize accounts.
appalize_mcp_orientationPrompt that tells the model to read account profile and usage guide resources before selecting tools, and to default ASO/cross-localization to all Appalize target locales unless a subset is explicit.
appalize_multi_account_routingPrompt that tells the model to verify account context and ask before ambiguous writes.
Create a separate Appalize API key for each Appalize account or client profile, then give each key its own MCP server name. The backend does not store other Appalize account keys for routing.
{
"mcpServers": {
"appalize-personal": {
"transport": "http",
"url": "http://backend-p844sww08cccoo4oo84ck0kc:5000/api/mcp",
"headers": {
"x-api-key": "APK_FOR_PERSONAL_ACCOUNT"
}
},
"appalize-client-a": {
"transport": "http",
"url": "http://backend-p844sww08cccoo4oo84ck0kc:5000/api/mcp",
"headers": {
"x-api-key": "APK_FOR_CLIENT_A"
}
},
"appalize-client-b": {
"transport": "http",
"url": "http://backend-p844sww08cccoo4oo84ck0kc:5000/api/mcp",
"headers": {
"x-api-key": "APK_FOR_CLIENT_B"
}
}
}
}MCP sunucumuz, AI asistanlarınız için özel araçları otomatik olarak kaydeder.
search_keywordsÜlke duyarlı sorgu desteğiyle anahtar kelime ve önerileri bulun.
get_app_detailsBir mağaza kimliği için uygulama kayıtlarını ve ilgili analitik bağlamı çekin.
get_competitor_keywordsRakip anahtar kelime setlerini ve sıralama fırsatlarını inceleyin.
optimize_titleHedef anahtar kelime bağlamıyla AI destekli başlık fikirleri üretin.
Sonraki Adımlar
Ham veri akışlarına veya toplu işlemeye mi ihtiyacınız var? REST API dökümantasyonumuz tam bitiş noktası ayrıntıları ve oyun alanları sağlar.