Back to the catalog

Omnier

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

Open source Repository Open in the app JSON README (API)

About

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

Details

Kind
MCP servers
Topic
Productivity
Publisher
jessesorsa
Origin
official
Category
ferramentas
Transport
http
Version
1.0.1
Last push
2026-05-27T16:00:07Z
Repository state
ativo
Added
2026-08-29 04:00:15
Updated
2026-08-29 04:00:15
Origin id
io.github.jessesorsa/omnier

README

# 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.

- Website: [getomnier.com](https://getomnier.com/)
- Docs: [getomnier.com/docs](https://getomnier.com/docs)
- App: [app.getomnier.com](https://app.getomnier.com)

## Connect via MCP

| | |
|---|---|
| **URL** | `https://mcp.getomnier.com/mcp` |
| **Transport** | Streamable HTTP |
| **Auth** | Bearer token (Omnier OAuth — sign in when connecting) |

Setup: [Getting started](https://getomnier.com/docs/getting-started)

## Tools

| 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).

## 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*.

More