Skip to content
Daaysorn
Esc
navigateopen⌘Jpreview
On this page

MCP & Ask AI

Connect Cursor or Claude to these docs over Streamable HTTP MCP.

This site is readable by people and by agents.

Built in (no setup)

Surface What it is
/llms.txt · /llms-full.txt Index and full guide corpus (OpenAPI pages left out of the full dump)
*.md on any page Raw Markdown (e.g. /mail/send.md)
Copy as Markdown / Open in chat Page actions in the UI
/agent-readability.json Discovery manifest

Ask AI

The in-page assistant answers from these guides. On a deployed site, Ask AI needs an AI Gateway key configured on the host.

MCP server

Streamable HTTP MCP at:

https://docs.daaysorn.com/mcp

Tools: search_docs, get_page, list_pages, get_navigation.

For building apps against the HTTP API, see Build a web or mobile client and Queue work for the personal assistant.

Cursor

Settings → MCP → Add HTTP server → URL https://docs.daaysorn.com/mcp.

Claude Code

claude mcp add --transport http daaysorn-account-docs https://docs.daaysorn.com/mcp

Discovery:

  • https://docs.daaysorn.com/.well-known/mcp.json
  • https://docs.daaysorn.com/agent-readability.json

Local

bun run dev serves MCP on the local docs origin (often http://localhost:4321/mcp). Point agents there while editing docs.

Prefer search_docs / get_page over guessing paths. Guides cover auth (including step-up), mail, and Keeps; OpenAPI lives under API. Backoffice and internal routes are not published here.

Was this page helpful?