
Omnier
- Updated May 27, 2026
- jessesorsa/omnier-mcp-server
Omnier is a MCP server that turns email, CRM, and meeting signals into a prioritized daily sales to-do list for your agent.
About
Omnier MCP connects your coding agent to Omnier’s sales intelligence layer so you can turn scattered GTM signals into a single prioritized daily to-do list. founders wearing the sales hat use it when inbox threads, CRM stages, and meeting notes pile up and they need the agent to propose what to do next instead of re-reading every channel manually. Authentication is remote HTTP with a Bearer token from Omnier OAuth—Claude or Claude Code users complete sign-in per getomnier.com docs. The server is hosted at mcp.getomnier.com rather than a local stdio package, which lowers setup friction for developers who already live in cloud-connected agents. It is optimized for execution prioritization, not deep market research or code generation; pair it with your CRM and calendar habits rather than treating it as a generic task manager.
- Remote streamable-http MCP at https://mcp.getomnier.com/mcp
- OAuth Bearer token auth after sign-in at getomnier.com
- Unifies email, CRM, and meeting signals into one prioritized sales to-do list
- Documented getting started at getomnier.com/docs
- Server title Omnier, version 1.0.1
Omnier by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add --transport http omnier https://mcp.getomnier.com/mcp --header "Authorization: Bearer YOUR_TOKEN"Add your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Transport | HTTP |
|---|---|
| Auth | Required |
| Last updated | May 27, 2026 |
| Repository | jessesorsa/omnier-mcp-server ↗ |
What it does
Let your agent compile a prioritized daily sales task list from email, CRM, and meeting signals via Omnier.
Who is it for?
Best when you're doing your own outbound and follow-ups and already use Omnier and want agent-assisted daily prioritization.
Skip if: Pure product engineering workflows, or teams without sales motion or Omnier account setup.
What you get
Your agent can surface a ranked daily sales action list grounded in Omnier-connected workflow data.
- Agent-queryable prioritized daily sales task list
- Unified view of actions implied by email, CRM, and meetings
By the numbers
- Remote endpoint https://mcp.getomnier.com/mcp
- Server version 1.0.1
- Auth header Authorization Bearer access_token
README.md
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
- Docs: getomnier.com/docs
- App: 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
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
- Add custom connector →
https://mcp.getomnier.com/mcp→ complete OAuth. - In instructions: run
read_skill(["todo_list"])at session start. - Ask: Help me setup a todo list requirements document in Omnier, then Create a todo list for today.
Recommended MCP Servers
How it compares
Hosted sales-ops MCP integration, not a local codegen or deployment skill.
FAQ
Who is Omnier MCP for?
Founders and small sales teams using Omnier who want Claude-style agents to distill daily revenue tasks from connected channels.
When should I use Omnier MCP?
Use it during grow when you need a prioritized sales to-do synthesized from email, CRM, and meetings instead of manual triage.
How do I add Omnier MCP to my agent?
Add the remote server URL https://mcp.getomnier.com/mcp with Authorization Bearer token from Omnier OAuth; connect via Claude or Claude Code and sign in at getomnier.com per their getting-started docs.