partnerlens-mcp
OfficialProvides tools for searching Shopify apps, retrieving app details and reviews, analyzing review sentiment and pain points, comparing apps, listing categories, and getting top-ranked apps. With a paid plan, also accesses private app metrics like installs, uninstalls, and revenue.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@partnerlens-mcpWho are the top 10 apps in email-marketing right now?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
partnerlens-mcp
MCP server for Shopify App Store intelligence — give Claude, Cursor, or any MCP client access to 17,000+ Shopify apps, 829,000+ reviews, category rankings, and AI-analyzed review sentiment, powered by the PartnerLens dataset.
Ask things like:
"What are merchants complaining about in Klaviyo's 1-star reviews this year?"
"Compare Judge.me, Loox, and Yotpo on rating trend and top pain points."
"Who are the top 10 apps in email-marketing right now?"
"Find underserved pain points in the upsell category I could build an app for."
"Did my uninstalls spike last month, and what are competitors' users complaining about?" (paid plan)
Quick start
1. Get a free API key — sign up at partnerlens.app,
then Settings → API Keys → New Key (keys look like as_…).
2. Add the server to your client:
Claude Code
claude mcp add partnerlens -e PARTNERLENS_API_KEY=as_your_key -- npx -y partnerlens-mcpClaude Desktop / Cursor (mcpServers JSON)
{
"mcpServers": {
"partnerlens": {
"command": "npx",
"args": ["-y", "partnerlens-mcp"],
"env": { "PARTNERLENS_API_KEY": "as_your_key" }
}
}
}Related MCP server: Store Scraper MCP
Tools
Tool | What it does |
| Search apps by name, developer, or slug |
| Full app detail: rating, categories, Built-for-Shopify, latest rank |
| Individual reviews, newest first, filterable by star rating |
| Rating distribution, sentiment, 12-month velocity, top pain points |
| 2–5 apps side by side with review summaries |
| All App Store categories with app counts |
| Current top-ranked apps in a category |
Your own data (Unlimited plan)
With a PartnerLens Unlimited plan and the Shopify Partner integration connected (Settings → Integrations), two more tools unlock your private Partner Dashboard data:
Tool | What it does |
| Your apps synced from your Shopify Partner organization |
| Your daily installs, uninstalls, active shops, revenue, MRR + movements, churn |
So Claude can answer things like "did my uninstalls spike after the price change, and how does my rating trend compare to my top competitor's?" — your data and market data in one conversation. Free keys get a clear message explaining the requirement; the public tools above work for everyone.
Hosted / HTTP mode
The same binary serves stateless Streamable HTTP for remote deployment:
partnerlens-mcp --http --port 3333
# endpoint: http://localhost:3333/mcpIn HTTP mode each request's Authorization: Bearer as_… header is forwarded to
the PartnerLens API — the server stores nothing and keeps no sessions.
Environment
Variable | Purpose |
| Required in stdio mode. Free at partnerlens.app |
| Override API base (default |
| HTTP port when |
Rate limits (free tier)
60 requests/minute and 1,000 requests/day per key. Responses carry
X-RateLimit-* headers. Need more? Talk to us.
Development
pnpm install
pnpm test # vitest
pnpm typecheck
pnpm build # tsup → dist/PRs welcome — tools live in src/tools.ts as plain data and are unit-tested without a transport.
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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/seven-hills-software/partnerlens-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server