Cloud Services
postapp.win
An MCP server for publishing, searching, and removing single-file web apps on Postapp.
ENDPOINT 1
https://postapp.win/mcp
MCP server metadata
- Name
- postapp
- Version
- 0.1.0
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
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.
postapp.win is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.