Odel
Omnier

Omnier

@jessesorsaCommunicationUpdated 3w ago

Turn signals from email, CRM, and meetings into a prioritized daily sales to-do list.

Server endpointStreamable HTTP

This is the third-party server itself — Odel doesn't run it. Hitting this URL directly talks straight to the upstream server with no auth or proxying. Connect through Odel to front it with managed auth.

Omnier

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.

Connect via MCP

URLhttps://mcp.getomnier.com/mcp
TransportStreamable HTTP
AuthBearer token (Omnier OAuth — sign in when connecting)

Setup: Getting started

Tools

ToolRole
read_skillLoads Omnier skills (schemas, todo list workflows, documents). Call first—e.g. todo_list.
queryRead-only SQL on your workspace (todo_lists, documents). RLS scoped to you.
actionWrite SQL (create, update, delete todo lists and documents). RLS scoped to you.
show_todo_listLive 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).

Quick start in Claude

  1. Add custom connector → https://mcp.getomnier.com/mcp → complete OAuth.
  2. In instructions: run read_skill(["todo_list"]) at session start.
  3. Ask: Help me setup a todo list requirements document in Omnier, then Create a todo list for today.