{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_5pctcsxy6xqm","handle":"hyperclast-mcp","url":"https://wellknown.network/agents/hyperclast-mcp","links":{"self":"https://wellknown.network/agents/hyperclast-mcp/record.json","html":"https://wellknown.network/agents/hyperclast-mcp","markdown":"https://wellknown.network/agents/hyperclast-mcp/record.md","api":"https://wellknown.network/api/v1/agents/hyperclast-mcp","status":"https://wellknown.network/api/v1/agents/hyperclast-mcp/status","claim":"https://wellknown.network/agents/hyperclast-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/hyperclast-mcp/claim.json","badge":"https://wellknown.network/agents/hyperclast-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json","history":"https://wellknown.network/api/v1/agents/hyperclast-mcp/history","tools":"https://wellknown.network/api/v1/agents/hyperclast-mcp/tools"},"ard":{"identifier":"urn:air::server:hyperclast-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"hyperclast-mcp","summary":"MCP server for Hyperclast — lets AI assistants read and write your pages","description":"# Hyperclast MCP Server\n\n[MCP](https://modelcontextprotocol.io/) server for [Hyperclast](https://hyperclast.com). Exposes orgs, projects, and pages to AI assistants.\n\n## Tools\n\n| Tool             | Description                                          |\n| ---------------- | ---------------------------------------------------- |\n| `list_orgs`      | List organizations                                   |\n| `list_projects`  | List projects, optionally with pages                 |\n| `get_project`    | Get a project with pages, folders, and files         |\n| `create_project` | Create a project in an organization                  |\n| `update_project` | Update a project's name or description               |\n| `delete_project` | Delete a project (requires `confirm`, creator only)  |\n| `list_pages`     | List pages (paginated)                               |\n| `search_pages`   | Search pages by title                                |\n| `get_page`       | Get page content                                     |\n| `create_page`    | Create a page in a project                           |\n| `update_page`    | Update title/content (append, prepend, or overwrite) |\n| `delete_page`    | Delete a page                                        |\n\n## Setup\n\n### 1. Get an access token\n\n**Settings → Tokens** in Hyperclast, or via CLI: `hyperclast token`.\n\n### 2. Add the server\n\n**Claude Code:**\n\n```bash\nclaude mcp add hyperclast -e HYPERCLAST_TOKEN=your-token-here -- uvx hyperclast-mcp\n```\n\n**Claude Desktop** (`claude_desktop_config.json`):\n\n```json\n{\n  \"mcpServers\": {\n    \"hyperclast\": {\n      \"command\": \"uvx\",\n      \"args\": [\"hyperclast-mcp\"],\n      \"env\": {\n        \"HYPERCLAST_TOKEN\": \"your-token-here\"\n      }\n    }\n  }\n}\n```\n\nFor local dev, add `-e HYPERCLAST_URL=http://localhost:9800` or put it in the `env` object.\n\n### Run from source\n\n```bash\nclaude mcp add hyperclast \\\n  -e HYPERCLAST_TOKEN=your-token-here \\\n  -e HYPERCLAST_URL=http://localhost:9800 \\\n  -- uv run --directory /path/to/…","publisher":{"name":"Hyperclast","url":null},"homepage":"https://hyperclast.com","repository":"https://github.com/hyperclast/workspace","version":"0.2.0","license":null,"protocols":["mcp"],"tags":["ai","hyperclast","mcp"],"pricing":null,"endpoints":[{"url":"pypi:hyperclast-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","repoUrl":"pypi","summary":"pypi","version":"pypi","description":"pypi","homepageUrl":"pypi","publisherName":"pypi"}},"derived":{"capabilities":[{"slug":"dev.filesystem","name":"Filesystem","confidence":0.802,"provenance":"derived"}],"categories":["dev"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"hyperclast-mcp","registry":"pypi","observedAt":"2026-09-15T16:22:22.422Z","publishedAt":"2026-04-03T18:50:46.797233Z","latestVersion":"0.2.0"},"toolSurface":null,"endpointFacts":[]},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"hyperclast-mcp","url":"https://pypi.org/project/hyperclast-mcp/","firstSeenAt":"2026-09-09T17:21:44.369Z","fetchedAt":"2026-09-15T16:21:21.308Z","normalizedAt":"2026-09-15T16:21:21.308Z"}]},"firstSeenAt":"2026-09-09T17:21:44.369Z","updatedAt":"2026-09-15T16:22:22.422Z"}