← Registry

Developer Tools

pwa.directory

Manages a progressive web app catalog by enabling search, submission, and review status checks.

1 endpoint6 known toolsFirst detected September 1, 2026Last detected September 1, 2026

ENDPOINT 1

https://pwa.directory/mcp

No auth detected

MCP server metadata

Name
pwa-directory
Version
1.0.0
Capabilities
tools.listChanged

Known tools 6

search_pwas

Search the pwa.

Inferred read-only
get_pwa

Fetch one catalog listing in full by its slug, as returned by search_pwas.

Inferred read-only
get_submission_requirements

List exactly what submit_pwa needs: required and optional fields with their rules, the catalog categories, and the two review tiers.

Inferred read-only
submit_pwa

Submit one progressive web app for review.

Inferred read-only
get_submission_status

Report where one submission stands, given the submission_id returned by submit_pwa.

Inferred read-only
create_pro_launch_checkout

Create a Stripe Checkout link to upgrade an existing submission to Pro Launch ($49, published within 24 h, Full refund if rejected.

Potential side effects

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.pwa-directory]
url = "https://pwa.directory/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "pwa-directory": {
      "type": "http",
      "url": "https://pwa.directory/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: pwa-directory
Remote MCP URL: https://pwa.directory/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": {
    "pwa-directory": {
      "url": "https://pwa.directory/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "pwa-directory",
  "transport": "streamable-http",
  "url": "https://pwa.directory/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.