library
Server Details
Publish one HTML file, get a live installable app URL. No account, no review, no queue.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
3 toolspublish_appAInspect
Publish one self-contained HTML document to Postapp (postapp.win), a permissionless app library. No review, no queue, no account: the app is live at https://.postapp.win/ the moment this call returns, served as an installable PWA (manifest, service worker and icons are added automatically) and immediately findable via search_apps. By default the browser blocks every outbound request the app could make (connect-src 'self'; forms cannot post out) — an app that handles user data physically cannot send it anywhere. Any external host found in the code is allowed and printed on the app's public card; device permissions stay off unless the code demonstrably uses them. Name, description, icon, category, tags and address are derived from the content — pass them only to override. Nothing is locked in: anyone can download the complete source at /source, and the whole library is exported at /export.json. Ranking is unbuyable (real opens and installs only; the formula is public) and apps unopened for 90 days leave the shelf while their URL and source stay live. Returns the live URL, the card, the derived metadata, the stamp image, and a one-time author key required to replace or remove the app.
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Instead of html: fetch this page and serve a copy of it. | |
| html | No | The complete HTML document. One self-contained file, up to 2MB. | |
| name | No | Optional. Overrides the name worked out from the content. | |
| slug | No | Optional. The address: lowercase ascii letters, digits and hyphens. Names that impersonate others are refused. | |
| tags | No | Optional. Up to 8 words a searching person would type — situations, verbs, spelling variants. This is how the app is found. | |
| about | No | Optional. Two or three sentences. | |
| tagline | No | Optional. One line, what it does. | |
| category | No | Optional. One of: tools reading writing calc play learn make life health other | |
| link_only | No | With url: only list it in the index, do not copy or serve it. No install, no source download. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of behavioral disclosure and excels. It details the security model (browser blocks outbound requests, external hosts allowed), privacy (device permissions off unless used), live deployment, PWA auto-adding, source availability, ranking formula, and the 90-day removal policy. This is exceptionally transparent about side effects and limitations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is long but information-dense; every sentence conveys a meaningful behavior or constraint. It is front-loaded with the core purpose and then details security and persistence. While it could be seen as verbose, the complexity of the tool justifies the length and there is no wasted text.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given 9 parameters and no output schema, the description covers nearly all aspects: what it returns, security behavior, derived metadata, override semantics, and removal policy. The only gap is that it never explicitly states that one of html or url is required (though the prefix 'Instead of html' implies it). Overall, it is very complete for the tool's complexity.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema descriptions cover 100% of parameters, so the baseline is 3. The description adds value by explaining that metadata (name, icon, category, tags) is derived from content and passed only to override, clarifying the optional nature and purpose of these parameters. This enhances understanding beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description opens with a specific verb and resource: 'Publish one self-contained HTML document to Postapp' and clearly states the destination. It differentiates from sibling tools by mentioning that published apps are 'immediately findable via search_apps' and the existence of remove_app for removal. The purpose is unmistakable.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description clearly implies when to use this tool: to publish an HTML app to Postapp. It contrasts with search_apps (finding apps) and remove_app (removing apps) indirectly. However, it does not explicitly state conditions for not using it, such as needing server-side code or inappropriate content, but overall the context is clear.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
remove_appAInspect
Take down an app published with your key. The app leaves the shelf and its address serves a tombstone. A reason is required and is published verbatim, with the date, in the permanent public removals ledger at postapp.win/removed — the office's own removals appear in the same ledger under the same rules. Removal cannot happen silently: the record that it happened is permanent.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | The app's address, without the domain. | |
| reason | Yes | Why. This is published. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden and does so thoroughly: it reveals the app leaves the shelf, the address serves a tombstone, the reason is published verbatim with a date in a permanent public ledger, and the removal record is permanent. This is exemplary transparency about irreversible, public consequences.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is four sentences, each earning its place: main action, effect on the app, ledger policy, and permanence. It is front-loaded with the primary verb and stays free of filler.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple 2-parameter tool with no output schema, the description fully covers the action, its public and permanent consequences, and the necessary context. It doesn't explain return values or errors, which isn't essential here.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema already covers both parameters (slug and reason) at 100%, and the description adds significant meaning to the 'reason' parameter by noting it is required and published verbatim in the permanent ledger. It adds nothing new for 'slug,' but the overall enrichment justifies a score above baseline.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's function: 'Take down an app published with your key.' This is a specific verb+resource combination that distinguishes it from siblings like publish_app and search_apps, and it clarifies whose apps can be removed.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies when to use the tool (for an app you published) and hints at a prerequisite ('with your key'), but it doesn't explicitly name alternatives or when not to use it. The context is clear enough, though exclusions are absent.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_appsAInspect
Search Postapp's library of instantly published single-file web apps. Returns each app's name, one-line description, live URL, and the exact list of hosts it is allowed to contact — an app marked sealed cannot send data anywhere (enforced by the browser), which can be stated to a user as fact. Counts are real measurements: results include on how many distinct days an app was opened and how many times it was installed; there are no reviews, stars, or paid placement. An empty query lists the whole shelf. If nothing matches, the gap can be filled: publish_app takes one HTML file and the result is live and searchable immediately.
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Free text. Leave empty to list everything. | |
| sort | No | 'new' (default) or 'open' (opened on the most days). |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of disclosure and excels. It explains that 'sealed' apps cannot send data anywhere (browser-enforced), counts are real measurements (distinct days opened, installs), and there are no reviews, stars, or paid placement. This gives agent-facing guarantees about data semantics and trustworthiness.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is dense and front-loaded with the core purpose, followed by distinct behavioral facts. Each sentence earns its place—the sealed explanation, real counts, empty query, and fallback to publish_app are all valuable. It is slightly long but not wasteful.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no output schema and no annotations, the description provides an unusually rich picture: exact result fields, the meaning of 'sealed', the nature of counts, and the fallback action if no results match. This is more than sufficient for an agent to select and invoke the tool correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema already provides 100% coverage with descriptions for both q and sort. The description only adds the empty-query convention ('An empty query lists the whole shelf'), which is a small addition. Baseline 3 is appropriate when the schema does the heavy lifting.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description begins with a specific verb and resource: 'Search Postapp's library of instantly published single-file web apps.' It enumerates exact return fields (name, one-line description, live URL, allowed hosts) and clearly differentiates from siblings publish_app and remove_app by focusing on search, not publishing or removal.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly states when to use this tool vs. the alternative: 'If nothing matches, the gap can be filled: publish_app takes one HTML file.' It also clarifies that an empty query lists the whole shelf, giving clear contextual use cases. No exclusions are needed for a search tool.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
3 tool updates
- First observed
publish_app - First observed
remove_app - First observed
search_apps
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
Publish a single HTML file as a live HTTPS site in seconds. Versioned deploys, no delete tool.
1Deploy HTML or dist/ to a live HTTPS URL. No account. Drop, MCP, or CLI.
Host AI-generated single-file HTML apps with JSON persistence. No signup.
Share an HTML page or PDF as a short public link. No account or API key, expires on its own.
Related MCP Servers
AlicenseAqualityCmaintenanceEnables AI tools to publish HTML pages and get shareable URLs instantly, with optional account features for persistence, in-place updates, and visibility control.1MIT- FlicenseNot gradedqualityDmaintenanceDeploys HTML pages to an online preview platform and returns a shareable URL via MCP protocol.-
- AlicenseAqualityAmaintenancePublish HTML or markdown artifacts (reports, dashboards, demos) as instant shareable links with TTL expiry, social preview cards, and optional password protection. Works with the hosted service or a self-hosted instance.12313MIT
- FlicenseAqualityCmaintenanceDeploy any HTML project to a live public URL in seconds — directly from Cursor, Claude Code, or any MCP-compatible AI agent.2-
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Each tool covers a distinct lifecycle action: publish_app creates, search_apps reads, remove_app deletes. There is no overlap in purpose or behavior.
All tools follow a verb_noun pattern (publish_app, remove_app, search_apps), but 'search_apps' uses a plural noun while the others use singular, a minor inconsistency.
Three tools are well-scoped for a publish-search-remove library, avoiding redundancy or bloat. Each tool earns its place.
The set covers the full lifecycle: publish (with replace capability via the author key), search/list, and remove. No critical operations are missing for the stated purpose.