# MCP server URL: https://storelift.net/features/mcp-server/ Language: en Updated: 2026-09-18 The dashboard is one way to read your measurements. The other is to ask for them in the assistant you already have open. The measurement states travel with the data — an assistant reading our API can tell "not in the list" from "not measured", which is exactly the distinction a model would otherwise paper over. ## In measured numbers Every figure on this page is read from a code path, not written by hand — the same discipline the product applies to your own data. ## What the tools return | Tool | What it answers | | --- | --- | | list_apps | Which apps this account measures | | get_keywords | Current rank per keyword and storefront, with measurement state | | get_history | The stored series for a keyword, gaps included | | get_rivals | The apps ranked above you, and their ratings | | get_store_page | The current listing as the store serves it | | get_reviews | Recent reviews, including the crash-shaped ones | | get_charts | Top-chart positions for a category and storefront | | get_ai_visibility | Whether assistants name the app, per engine | ## Two ways to connect 1. Remote (recommended). A hosted Streamable HTTP server with OAuth 2.1 — you authorise it once from the assistant, and there is no key to paste or rotate. 2. Local (stdio). The storelift-mcp package on npm, run next to the assistant with an API key from your account. The remote server also ships prompts — ready-made questions like "which keywords lost ground this week" — so the assistant does not have to be told how to assemble the query. ## What you do with it ## What this does not do ## What each plan includes | | Free | Pro | Studio | | --- | --- | --- | --- | | API access (required for the local server) | — | Yes | Yes | | Remote MCP server | — | Yes | Yes | | Keywords the tools can read | 25 | 250 | 500 | | History the tools can read | 30 days | 365 days | 365 days | Pro is $20/month ($18 billed yearly), Studio $60/month ($54 billed yearly). ## FAQ Q: How many tools does the server expose? A: 8: list_apps, get_keywords, get_history, get_rivals, get_store_page, get_reviews, get_charts and get_ai_visibility. Q: Can an assistant change my keywords or metadata through it? A: No. Every tool is read-only, and there is no write path from MCP to your listing, your tracked keywords or your account. Q: Do I need to paste an API key? A: Not for the remote server — it uses OAuth 2.1, so you authorise it once from inside the assistant. The local stdio package does use an API key from your account. Q: Which plans include it? A: Pro and Studio. The free plan does not include API access.