Hilyt for developers & AI assistants
A Hilyt profile is built to be read by AI — and it can be maintained by your AI too. The assistant proposes updates from what it knows about you, you confirm, Hilyt publishes to the profile page, bot HTML, JSON-LD and the llm.txt card.
MCP server (Claude and other MCP clients)
Remote MCP endpoint: https://mcp.hilyt.it/mcp (streamable HTTP).
- claude.ai / Claude Desktop: Settings → Connectors → Add custom connector → paste the URL → sign in with your Hilyt account. No token handling.
- Claude Code:
claude mcp add hilyt https://mcp.hilyt.it/mcp --transport http --header "Authorization: Bearer hl_live_…"(mint the token in Dashboard → Connect your AI).
17 tools: read the full profile, edit fields, manage links, dated/sourced claims, FAQ items and testimonials, create additional profiles, preview exactly what AI crawlers see, check which AI bots actually read you, and an explicit publish/unpublish switch (first publish runs a moderation screen). Facts are only saved with the user's confirmation — sourced and dated where possible.
REST API
The same surface over plain HTTPS: Authorization: Bearer hl_live_…, 60 requests/min per token, JSON in and out. OpenAPI spec: hilyt.it/openapi.json — usable directly as a ChatGPT Action (bearer auth).
Base URL: https://dtnqoystawhvxegrvusu.supabase.co/functions/v1/api-v1
Tokens
Minted and revoked in your Hilyt dashboard (Connect your AI). Revoking a token immediately cuts off every client and OAuth grant built on it.