@applyra/mcp-server
@applyra/mcp-server
Applyra 向け MCP(Model Context Protocol)サーバーです。App Store や Google Play のキーワードデータを、Claude、Cursor、VS Code Copilot などの AI アシスタントに接続します。
App Store と Google Play において、キーワード順位追跡、難易度・トラフィックスコア、競合の可視性、オートコンプリートマイニング、ニッチクラスタリング、トップチャートをカバーする 20 のツールを提供します。
前提条件
Unlimited プランの Applyra アカウント
applyra.io/dashboard/api で生成した API キー
Related MCP server: AppRanks MCP Server
インストール
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json に追加:
{
"mcpServers": {
"applyra": {
"command": "npx",
"args": ["-y", "@applyra/mcp-server"],
"env": {
"APPLYRA_API_KEY": "your_api_key"
}
}
}
}Cursor
.cursor/mcp.json または ~/.cursor/mcp.json に追加:
{
"mcpServers": {
"applyra": {
"command": "npx",
"args": ["-y", "@applyra/mcp-server"],
"env": {
"APPLYRA_API_KEY": "your_api_key"
}
}
}
}VS Code(GitHub Copilot)
.vscode/mcp.json に追加:
{
"servers": {
"applyra": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@applyra/mcp-server"],
"env": {
"APPLYRA_API_KEY": "your_api_key"
}
}
}
}Claude Code
claude mcp add applyra -e APPLYRA_API_KEY=your_api_key -- npx -y @applyra/mcp-serverWindsurf
~/.codeium/windsurf/mcp_config.json に追加:
{
"mcpServers": {
"applyra": {
"command": "npx",
"args": ["-y", "@applyra/mcp-server"],
"env": {
"APPLYRA_API_KEY": "your_api_key"
}
}
}
}利用可能なツール
ツール | 説明 |
| ストアのメタデータ、評価、キーワード数とともに追跡中のアプリを一覧表示 |
| ストアのバンドル ID で新しいアプリを追跡。ストアのメタデータを取得し、初期の可視性スコアを計算 |
| 現在の順位、お気に入りフラグ、難易度・トラフィックスコアを含む追跡中のキーワード |
| 1 回の呼び出しでアプリに最大 20 の新しいキーワードを追跡 |
| アプリのキーワード追跡を停止(ソフトデリート) |
| 特定のアプリについて、追跡中のキーワードをお気に入りとしてマークまたは解除 |
| 任意のキーワードを詳細分析:難易度、トラフィック、KEI、上位 20 アプリ、関連キーワード |
| 過去のキーワード分析とそのスコア |
| App Store または Google Play からオートコンプリートの候補を取得 |
| 過去のオートコンプリートクエリ |
| ニッチなトピックを機会スコア付きのサブニッチにクラスタリング |
| 過去のニッチ分析 |
| ストア/国/カテゴリ/コレクション別のトップアプリチャート(日次順位変動付き) |
| ストアごとに |
| 指定した日付範囲における日次順位の推移 |
| アプリの日次可視性スコア履歴 |
| 競合ペアとその可視性スコアの比較 |
| ストアのバンドル ID で、あなたのアプリのいずれかに競合アプリを追加 |
| 内部 ID で競合関係を削除 |
| 現在の使用量とプラン制限 |
詳細情報
Applyra:インディー開発者向け ASO、永久無料プランあり
MCP セットアップガイド(アカウントが必要です)
REST API ドキュメント(アカウントが必要です)
ライセンス
MIT。LICENSE を参照してください。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityFmaintenanceEnables access to Astro's App Store Optimization (ASO) database for analyzing app rankings, keyword trends, historical performance data, and app ratings. Provides comprehensive tools for tracking and comparing app store performance metrics through natural language queries.6128MIT
- Alicense-qualityDmaintenanceProvides live App Store rankings, charts, app details, reviews, and search across 55 countries, enabling AI assistants to query app store data.22MIT
- AlicenseBqualityCmaintenanceConnects Google Search Console to AI assistants, enabling SEO data analysis through natural language conversations.32MIT
- Alicense-qualityBmaintenanceConnects Google Search Console to AI assistants, enabling SEO data analysis via natural language conversations.MIT
Related MCP Connectors
ASO tools for AI agents: keyword research, rank tracking, competitor analysis (iOS & Android).
Live App Store & Google Play data for AI agents: app discovery, ASO keywords, reviews.
ASO analytics and App Store optimization tools for indie iOS developers and AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/applyra-io/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server