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 ▴
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent; calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-08-02 11:39:29 current | 91047aa7162c… |
view → |
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 public URL.
List, fetch, update, or delete previously-published sites.
Attach a user-owned domain to a Stacktree site, verify, and patch.
Generate signed share URLs that bypass per-site password gates.
Health · last 23 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 public URL.",
"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 share tokens",
"description": "Generate signed share URLs that bypass per-site password gates.",
"tags": [
"sharing",
"access-control"
],
"examples": [
"Generate a one-week share link for /p/foo."
]
}
],
"x_stacktree": {
"supportsMcp": true,
"supportsOAuth": true,
"supportsAnonymous": true,
"dynamicClientRegistration": true,
"mcp_url": "https://api.stacktr.ee/mcp"
}
}