MCP server
Nevios ships its own MCP server, exposing ~11 curated tools over the public API. AI clients (Claude Desktop, Cursor, Claude.ai) see them in the tool menu and can drive your workspace within the granted scopes.
What it can do
| Tool | Description |
|---|---|
list_workspaces | Workspaces this key can see |
search_notes(query) | Full-text search across notes |
get_note(id) | Note body as markdown |
create_note(title, content?, parent_id?, kind?) | New note |
update_note(id, title?, content?, append?) | Rename / rewrite / append (append=true for log-style additions) |
list_files(folder_id?) | Drive contents |
read_inbox(unread_only?) | Recent inbox threads |
list_workbooks | Spreadsheets |
insert_rows(table_id, rows) | Bulk-insert rows into a table |
Every mutating tool accepts an optional idempotency_key — retries
won't duplicate.