MCP Overview
Nylio exposes a hosted Model Context Protocol transport over HTTP.Endpoint
Transport
The server uses Streamable HTTP for the MCP transport.What it provides
- A guide for Nylio’s enhanced markdown format
- Workspace discovery
- Document listing and reads
- Personal document edits and full replacements
- Workspace-scoped document search
Audience and scopes
The MCP transport expects tokens for this audience:workspace:readdocument:readdocument:writesearch:read
Important behavior
- Read and write capabilities are enforced by OAuth scopes.
- Write tools operate on personal documents owned by the authenticated user.
- Tool calls return compact text plus minimal structured content.
- Agents should read
nylio_markdown_guidebefore constructing document write payloads.