← Registry

API Tools

appcorpus.com

Searches the AppCorpus catalog of iOS and Google Play apps and fetches complete app details.

1 endpoint2 known toolsFirst detected September 17, 2026Last detected September 17, 2026

ENDPOINT 1

https://appcorpus.com/mcp

No auth detected

MCP server metadata

Name
appcorpus
Version
atlas-viewer/2.1
Capabilities
tools
Server instructions

AppCorpus is a catalog of current iOS App Store and Google Play apps. Listings are stored per market: `us` and `gb` in English, `de` in German, `es` in Spanish. Use the `search_apps` tool (alias: `search`) to find apps, then `get_app` (alias: `fetch`) with `app_id` or `canonical_url` (a search result `id` is also accepted). Always call get_app for the chosen candidates before making a final recommendation; cite freshness and unknown fields. Cite the `canonical_url` of every app you mention. Search runs in **hybrid mode**: it matches both words and meaning. Write the query in the language of the chosen market (for `us`, query in English). If the user asks in another language, translate the query before calling the tool. Conceptual queries in the market language, such as "app for storing tickets offline", work; do not send a query in a language the market listings do not use. Every search response reports `search_mode`, `total_matches` and `truncated` — check them before claiming the results are complete. All tools are read-only.

Known tools 2

search_apps

Search the AppCorpus catalog of iOS and Google Play apps by name, developer, or description text.

Inferred read-only
get_app

Fetch the complete catalog card of one app — the same JSON as GET /api/v3/apps/{id} and the app page View JSON.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.appcorpus]
url = "https://appcorpus.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "appcorpus": {
      "type": "http",
      "url": "https://appcorpus.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: appcorpus
Remote MCP URL: https://appcorpus.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "appcorpus": {
      "url": "https://appcorpus.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "appcorpus": {
      "type": "http",
      "url": "https://appcorpus.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "appcorpus",
  "transport": "streamable-http",
  "url": "https://appcorpus.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.