AppTweak Connector for AI agents.
9 live capabilities
Track mobile app rankings and keyword volumes through your AI agent.
Waiting for input…
Why people use AppTweak
AppTweak ASO capabilities for Mobile Market Intelligence
With this Connector, you just tell your agent what you need. You can ask for a competitor's download estimates, a list of high-volume keywords, and a summary of recent reviews in a single chat session. You get a clear picture of the market in seconds, not hours.
What Vinkius changes
You get instant access to deep mobile market intelligence directly inside your AI chat.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Keyword research for a new habit tracker
An ASO specialist asks the agent to find 5 keywords for a habit tracker niche and check their volume and difficulty using get_keyword_suggestions and get_keyword_volume.
- Real-world use case 02
Summarizing negative feedback for a dating app
A product manager asks the agent to summarize the last 20 reviews for a dating app to find common complaints like account bans or high costs using get_app_reviews.
- Real-world use case 03
Benchmarking competitor downloads
A UA lead asks the agent to pull estimated download numbers for three main competitors to see how they performed during a holiday sale using get_download_estimates.
Complete set · 9capabilities
The complete AppTweak capability set.
These are the exact actions your AI can choose when you ask it to work with AppTweak.
01—03
3 capabilities in this set.
Part of 9 available through AppTweak.
- 01 Capability
Get keyword suggestions
Receive a list of recommended keywords to improve your app's organic search visibility.
- 02 Capability
Get app reviews
Pull actual user reviews to identify common bugs or new feature requests from your audience.
- 03 Capability
Get review stats
Get a high-level look at rating distributions and overall sentiment for your app.
04—06
3 capabilities in this set.
Part of 9 available through AppTweak.
- 04 Capability
Get top charts
See the top free, paid, and grossing apps in any category to understand the current market leaders.
- 05 Capability
Get download estimates
Get estimated download numbers for competitors to help benchmark your growth.
- 06 Capability
Get app metadata
Pull core properties like ratings, categories, and versions for any app on the App Store or Google Play.
07—09
3 capabilities in this set.
Part of 9 available through AppTweak.
- 07 Capability
Get keyword rankings
See the exact position, volume, and difficulty for specific keywords your app is targeting.
- 08 Capability
Get keyword volume
Check the search volume and difficulty for a specific keyword to find the best growth opportunities.
- 09 Capability
Get category rankings
View your app's ranking history within a specific category to see how updates affect your reach.
Set up in minutes
One URL. Then ask AppTweak to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use AppTweak from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_bps3qYZGOZtQ08RIqsmTRKhl7K5Uxv0cNKXB0BHK/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it AppTweak, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable AppTweak for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_bps3qYZGOZtQ08RIqsmTRKhl7K5Uxv0cNKXB0BHK/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the AppTweak URL.
- Step 03
Save and start
Save the connection and enable AppTweak in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"apptweak": {
"url": "https://edge.vinkius.com/vk_preview_bps3qYZGOZtQ08RIqsmTRKhl7K5Uxv0cNKXB0BHK/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using AppTweak
Open Agent mode in chat and ask: "Using AppTweak, help me...". 9 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"apptweak": {
"url": "https://edge.vinkius.com/vk_preview_bps3qYZGOZtQ08RIqsmTRKhl7K5Uxv0cNKXB0BHK/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using AppTweak
Ask Copilot: "Using AppTweak, help me...". 9 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"apptweak": {
"url": "https://edge.vinkius.com/vk_preview_bps3qYZGOZtQ08RIqsmTRKhl7K5Uxv0cNKXB0BHK/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using AppTweak
Open Cascade and ask: "Using AppTweak, help me...". 9 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"apptweak": {
"url": "https://edge.vinkius.com/vk_preview_bps3qYZGOZtQ08RIqsmTRKhl7K5Uxv0cNKXB0BHK/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using AppTweak
Ask Cline: "Using AppTweak, help me...". 9 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add apptweak --transport http "https://edge.vinkius.com/vk_preview_bps3qYZGOZtQ08RIqsmTRKhl7K5Uxv0cNKXB0BHK/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using AppTweak
Ask Claude: "Using AppTweak, show me...". 9 tools are ready
Where the request belongs
Work AppTweak can move forward.
This is for ASO specialists who are tired of manual keyword research, product managers needing to spot bugs in thousands of reviews, and UA leads tracking competitor growth during big launches.
ASO Specialist
They use this on Tuesday afternoons to find high-volume, low-difficulty keywords for new app launches without opening a spreadsheet.
Product Manager
They ask the agent to summarize the last 50 negative reviews to quickly identify and prioritize app-breaking bugs.
User Acquisition Lead
They monitor top chart movements and competitor download estimates during seasonal campaigns to adjust spend.
App Founder
They get a quick morning summary of their current category ranking and keyword efficiency across different markets.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsAppfigures
Analyze app store performance with Appfigures. track downloads, revenue, reviews, and rankings via AI.
Mobile Action
All-in-one app marketing intelligence via Mobile Action. track ASO, keywords, and ad creatives directly from your AI agent.
AppFollow
Manage app reviews and rankings with AppFollow. track sentiment, ratings, and store charts via AI.
Appbot
Analyze app reviews and sentiment with Appbot. track user feedback, ratings, and topics across iOS and Android via AI.
App Store Listing Optimizer
Validate and optimize App Store and Google Play metadata for maximum visibility.
Apple App Store
Manage your iOS apps and TestFlight builds with Apple App Store Connect. track reviews, versions, and sales via AI.
Bring your own AI
Change the model, client or framework. Keep AppTweak connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about AppTweak.
The practical details behind the request, access and result.
Can AppTweak MCP help with keyword research?
Yes. You can ask your agent to find keyword suggestions, check search volumes, and see difficulty scores to help you find the best terms for your app.
How do I see competitor downloads with AppTweak MCP?
You can ask your agent to pull estimated download numbers for any app, which helps you benchmark your growth against the competition.
Can I get review sentiment for my app using AppTweak MCP?
Yes. The Connector can pull actual user reviews, allowing your agent to summarize common bugs, feature requests, and overall sentiment.
Does AppTweak MCP work for Google Play and the App Store?
It works for both. You can fetch metadata, rankings, and reviews for apps on either the Apple App Store or the Google Play Store.
Can I use AppTweak MCP to see top charts?
Yes. You can ask your agent to show the top free, paid, or grossing apps in any category to see what is currently trending.
How do I set up AppTweak MCP for my AI agent?
Just subscribe to the Connector on Vinkius and add your AppTweak API Key to your AI client's configuration. From there, you can start asking questions.
Can my AI agent rewrite my app description using the keyword suggestions?
Yes. This is the perfect use case. First, ask the agent to fetch keyword suggestions and volume for your App ID. Then, in the same prompt, command the LLM to rewrite your 'App Store description' naturally injecting the top 5 high-KEI keywords. You get a fully optimized, data-backed description in one go.
How do I check a competitor’s downloads secretly?
Just tell the agent to 'Get download estimates' and provide the target app ID (either Google package name or Apple ID). The agent uses AppTweak's proprietary machine learning algorithms to return a calculated daily or monthly download figure for that specific competitor without alerting them.
Are keyword volumes valid for non-US countries?
Yes. Most AppTweak query capabilities require a country parameter. You can tell your agent to 'Check keyword rank in Brazil (br)' or 'France (fr)'. The AI automatically routes the localization tag so you get data isolated precisely for your target demographic.
One connection away
Give your agent a direct line to AppTweak.
Connect AppTweak once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available