The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Omnier listing page.
Sales to-do list for agents — the system of action your agent uses to plan, run, and record sales tasks. Turn signals from email, CRM, and meetings into a prioritized daily list you run together in chat.
| URL | https://mcp.getomnier.com/mcp |
| Transport | Streamable HTTP |
| Auth | Bearer token (Omnier OAuth — sign in when connecting) |
Setup: Getting started
| Tool | Role |
|---|---|
read_skill | Loads Omnier skills (schemas, todo list workflows, documents). Call first—e.g. todo_list. |
query | Read-only SQL on your workspace (todo_lists, documents). RLS scoped to you. |
action | Write SQL (create, update, delete todo lists and documents). RLS scoped to you. |
show_todo_list | Live interactive UI for a day's todo list in the agent chat (date: YYYY-MM-DD). |
The todo list app also uses get_todo_list and save_todo_list internally (app visibility).
https://mcp.getomnier.com/mcp → complete OAuth.read_skill(["todo_list"]) at session start.