Google PageRank for AI agents. 25,000+ tools indexed.

appdatalayer/mcp

Score: 53.3 Rank #52 Agent Framework

TypeScript SDK for AppDataLayer MCP Server — app store analytics via Model Context Protocol

Use appdatalayer/mcp in Claude Code Install AgentRank MCP — your AI finds the right tool automatically
Get API Access →
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

TypeScript MIT

Score Breakdown

StarsFreshnessIssue HealthContributorsDependents
Stars 15% 1

1 stars → early stage

Freshness 25% today

Last commit today → actively maintained

Issue Health 25% 50%

No issues filed → no history to score

Contributors 10% 1

1 contributor → solo project

Dependents 25% 0

No dependents → no downstream usage

npm Downloads N/A
PyPI Downloads N/A
Forks 0
Description Good
License MIT

Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →

How to Improve

Description low impact

Expand your description to 150+ characters for better discoverability

Contributors medium impact

Single-contributor projects carry bus-factor risk — welcoming contributors boosts confidence

Dependents medium impact

No downstream dependents detected yet — adoption by other projects is the strongest trust signal

Badge all embed codes →

AgentRank score for appdatalayer/mcp
[![AgentRank](https://agentrank-ai.com/api/badge/tool/appdatalayer--mcp)](https://agentrank-ai.com/tool/appdatalayer--mcp/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/tool/appdatalayer--mcp/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/tool/appdatalayer--mcp" alt="AgentRank"></a>

Embed Widget docs →

Embed a rich score widget on your site or blog.

<script src="https://agentrank-ai.com/embed.js" data-tool="appdatalayer/mcp"></script>

Matched Queries

"mcp server""mcp-server""model context protocol""model-context-protocol"

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 →
Are you the maintainer of appdatalayer/mcp?

Claim this listing to add a tagline, mark deprecation status, and get a verified maintainer badge.

Claim this tool →

Get the weekly AgentRank digest

Top movers, new tools, ecosystem insights — straight to your inbox.