Drop-in plugins
One config line in Astro / Next / Nuxt / VitePress / Eleventy / Docusaurus and your site emits ACT alongside its normal output. No bespoke pipeline, no extra hosting.
See the quickstart →One config line in Astro / Next / Nuxt / VitePress / Eleventy / Docusaurus and your site emits ACT alongside its normal output. No bespoke pipeline, no extra hosting.
See the quickstart →Paste 5 lines into Claude Desktop or Cursor and your agent can browse any ACT-emitting site through mcp.act-spec.org. ACT is useful before AI vendors ship native support.
Wire format, conformance levels, JSON schemas — all open. Changes go through the public ASP process. Apache-2.0 reference impl, CC-BY-4.0 spec text, W3C Community Group filing in flight.
Read the spec →Every example below ships a real, runnable site that emits ACT alongside its normal HTML. Open one in the site browser, click any leaf node, then hit Estimate HTML cost — the meter shows the bytes (and approximate tokens) an agent reads from ACT vs. the same content scraped from HTML.
Paste this into your claude_desktop_config.json (or the Cursor / Continue equivalent) and your agent can walk this site — or any ACT-emitting site — immediately.
{
"mcpServers": {
"act": {
"command": "npx",
"args": ["-y", "@act-spec/mcp-server", "https://act-spec.org"]
}
}
}
Want a hosted MCP server instead? Point your client at https://mcp.act-spec.org over SSE. See the tooling spec for transport details.
npm create act-app@latest and pick from the
examples gallery.v0.2.0 is the first public release. The spec is in Draft pending the v0.2.0
stable cut. Reference implementation packages are at @act-spec/*
(workspace:* in this monorepo, ^0.2.0 once published). Conformance
fixtures and a hosted validator at
validator.act-spec.org are part
of the same release.