LIVE ENDPOINT
https://pwa.directory/mcp
Connect to this endpoint to inspect the live schema for submit_pwa and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.
Related tools
search_pwas— Search the pwa.get_pwa— Fetch one catalog listing in full by its slug, as returned by search_pwas.get_submission_requirements— List exactly what submit_pwa needs: required and optional fields with their rules, the catalog categories, and the two review tiers.get_submission_status— Report where one submission stands, given the submission_id returned by submit_pwa.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.