AppSigma's App Store MCP Server
App Store data, built for AI agents
Documentation
MCP Server
App Store data,built for AI agents
Connect Claude, Cursor or any MCP client to AppSigma and let your AI research apps, read reviews and track rankings on its own — no glue code.
Get your API key Read the docs
One server, 21 tools
Every endpoint of our App Store API is exposed as an MCP tool your AI can call directly.
Apps & Metadata
Search the App Store, fetch full app details, version history, in-app purchases and similar apps.
Reviews & Ratings
Pull customer reviews across countries, rating histograms over time and ratings by version.
Charts & Prices
Current chart positions, chart history per app or genre, and full price change history.
Developers & Events
Browse a developer's whole portfolio, in-app events and App Store editorial features.
Ask things like “What do users complain about in my competitor's recent reviews?” or “How did this app's chart position change after its last price drop?” — your AI picks the tools and does the digging.
Connected in two minutes
1. Get your API key
Sign up free and generate a key from your organization settings — or start with the demo key straight away.
2. Add the server to your client
Point Claude Code, Claude Desktop, Cursor or any MCP client at our endpoint with your key. That's the whole setup.
3. Just ask
Tool calls are billed as API credits, exactly like the REST endpoints they wrap — same rates, same free tier.
See credit costs and plans on the pricing page.
MCP client config
{
"mcpServers": {
"appsigma": {
"type": "http",
"url": "https://api.appsigma.io/mcp",
"headers": { "X-API-Key": "YOUR_API_KEY" }
}
}
}
Claude Code one-liner: claude mcp add --transport http appsigma https://api.appsigma.io/mcp --header "X-API-Key: YOUR_API_KEY"
Give your AI the App Store
Create a free account, grab your API key and plug AppSigma into your MCP client today.
Try for free