← Registry

Cloud Services

postapp.win

An MCP server for publishing, searching, and removing single-file web apps on Postapp.

1 endpoint3 known toolsFirst detected July 31, 2026Last detected August 31, 2026

ENDPOINT 1

https://postapp.win/mcp

No auth detected

MCP server metadata

Name
postapp
Version
0.1.0
Capabilities
toolsresources
Server instructions

Postapp is a permissionless app library run like a post office: no review, no queue, no identity. Rates: publishing free, review none, wait none. publish_app takes one self-contained HTML file and returns a live, installable URL on receipt; name, icon, description and address are derived from the content. Safety is structural, not editorial: outbound network is blocked by the browser unless a destination appears in the code, and every allowed destination is disclosed on the app's public card; device permissions default off; impersonation addresses are refused; rank cannot be bought (score = days opened x10 + installs x3 + sqrt(opens), published); apps unopened for 90 days leave the shelf while URL and source stay live. Nothing locks in: /source returns any app's complete HTML, /export.json the whole library.

Known tools 3

publish_app

Publish one self-contained HTML document to Postapp (postapp.

Potential side effects
search_apps

Search Postapp's library of instantly published single-file web apps.

Inferred read-only
remove_app

Take down an app published with your key.

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

.mcp.json

{
  "mcpServers": {
    "postapp": {
      "type": "http",
      "url": "https://postapp.win/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for postapp.win was fetched 2026-08-03T11:01:33.987Z and is being refreshed.

Trust status Neutral

postapp.win is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

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