appdatalayer/mcp
TypeScript SDK for AppDataLayer MCP Server — app store analytics via Model Context Protocol
claude mcp add agentrank -- npx -y agentrank-mcp-server Overview
appdatalayer/mcp is a TypeScript MCP server licensed under MIT. TypeScript SDK for AppDataLayer MCP Server — app store analytics via Model Context Protocol
Ranked #52 out of 110 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
Score Breakdown
1 stars → early stage
Last commit today → actively maintained
No issues filed → no history to score
1 contributor → solo project
No dependents → no downstream usage
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Matched Queries
From the README
# appdatalayer-mcp
> Open-source TypeScript SDK for the [AppDataLayer](https://appdatalayer.com) MCP Server — the App Intelligence Query Engine powered by the [Model Context Protocol](https://modelcontextprotocol.io).
Analyze **1B+ app reviews** across Google Play and the Apple App Store. Semantic topic search, sentiment analysis, keyword rankings, competitive analysis, and time-series forecasting — all through a single typed API.
## Installation
```bash
npm install appdatalayer-mcp
```
## Quick Start
### As a TypeScript/JavaScript SDK
```typescript
import { AppDataLayerClient } from "appdatalayer-mcp";
const client = new AppDataLayerClient({ apiKey: "sk_live_..." });
// Get app metadata
const app = await client.getAppOverview("com.instagram.android");
console.log(app.data?.title, app.data?.score);
// Analyze review sentiment
const reviews = await client.analyzeReviews({
app_id: "com.spotify.music",
dimensions: ["sentiment", "topic"],
days: 30,
});
// Semantic topic se Read full README on GitHub → Claim this listing to add a tagline, mark deprecation status, and get a verified maintainer badge.
Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.