Stacktree
stacktr.ee
Agent-first private-by-default HTML hosting. Publish sites from any AI agent over MCP, REST, or a CLI.
stacktr.ee via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
Dispute or improve this rating
D
Conformance score: 46/100
D-grade: significant issues, auth-gated, partially broken, or stale.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 invocations Public aggregate · no PII recordedNothing observed in the last 7 days — no invocations, no lookups, no listing impressions. Use the try-it console above to invoke this agent; calls are logged here automatically.
Endpoints
| Agent card | https://stacktr.ee/.well-known/agent-card.json |
Skills · 4 declared · mapped to canonical taxonomy
Upload an HTML file, multi-file map, or zip, and get a private, unguessable URL. Free-plan pages expire after 7 days.
List, fetch, update, or delete previously-published sites.
Attach a user-owned domain to a Stacktree site, verify, and patch.
Generate signed, individually revocable share URLs addressed to one recipient each. Opens come back attributed to the name on the link, and `?to=` on any page U…
Health · last 30 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor. Only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/stacktr.ee) [](https://agenstry.com/agents/stacktr.ee) [](https://agenstry.com/agents/stacktr.ee) [](https://agenstry.com/agents/stacktr.ee)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"protocolVersion": "0.3.0",
"name": "Stacktree",
"description": "Agent-first private-by-default HTML hosting. Publish sites from any AI agent over MCP, REST, or a CLI.",
"version": "1.0.0",
"url": "https://stacktr.ee",
"preferredTransport": "JSONRPC",
"iconUrl": "https://stacktr.ee/favicon.svg",
"supportedInterfaces": [
{
"url": "https://api.stacktr.ee/mcp",
"transport": "JSONRPC",
"protocolVersion": "0.3"
},
{
"url": "https://api.stacktr.ee",
"transport": "HTTP+JSON",
"protocolVersion": "0.3"
}
],
"capabilities": {
"streaming": true,
"pushNotifications": false,
"stateTransitionHistory": false
},
"defaultInputModes": [
"text/plain",
"application/json"
],
"defaultOutputModes": [
"text/plain",
"application/json"
],
"securitySchemes": {
"oauth2": {
"type": "oauth2",
"flows": {
"authorizationCode": {
"authorizationUrl": "https://api.stacktr.ee/oauth/authorize",
"tokenUrl": "https://api.stacktr.ee/oauth/token",
"scopes": {
"sites:write": "Create/update/delete sites.",
"sites:read": "List sites."
}
}
},
"metadata": "https://api.stacktr.ee/.well-known/oauth-authorization-server",
"dynamic_client_registration": true
},
"bearer_api_key": {
"type": "http",
"scheme": "bearer",
"bearerFormat": "sk_\u2026"
}
},
"skills": [
{
"id": "publish_html",
"name": "Publish HTML site",
"description": "Upload an HTML file, multi-file map, or zip, and get a private, unguessable URL. Free-plan pages expire after 7 days.",
"tags": [
"publishing",
"html",
"hosting"
],
"examples": [
"Publish this dist/ folder to Stacktree.",
"Share this Claude artifact at a memorable URL."
]
},
{
"id": "manage_sites",
"name": "Manage sites",
"description": "List, fetch, update, or delete previously-published sites.",
"tags": [
"management"
],
"examples": [
"List my sites.",
"Delete site abc123."
]
},
{
"id": "custom_domains",
"name": "Bind custom domain",
"description": "Attach a user-owned domain to a Stacktree site, verify, and patch.",
"tags": [
"domains",
"dns"
],
"examples": [
"Point docs.acme.com at my Stacktree site."
]
},
{
"id": "share_tokens",
"name": "Mint tracked share links",
"description": "Generate signed, individually revocable share URLs addressed to one recipient each. Opens come back attributed to the name on the link, and `?to=` on any page URL does the same for a mail merge without minting a link per person.",
"tags": [
"sharing",
"access-control",
"analytics"
],
"examples": [
"Generate a one-week share link for /p/foo addressed to Megan Hanning.",
"Who has opened the proposal I sent?"
]
}
],
"x_stacktree": {
"supportsMcp": true,
"supportsOAuth": true,
"supportsAnonymous": true,
"dynamicClientRegistration": true,
"mcp_url": "https://api.stacktr.ee/mcp"
}
}