Turn signals from email, CRM, and meetings into a prioritized daily sales to-do list.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-jessesorsa-omnier": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Turn signals from email, CRM, and meetings into a prioritized daily sales to-do list.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
This server is missing a description.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in productivity
Dynamic problem-solving through sequential thought chains
Persistent memory using a knowledge graph
Official Miro MCP server - Supports context to code and creating diagrams, docs, and data tables.
mini cli search engine for your docs, knowledge bases, meeting notes, whatever. Tracking current sota approaches while being all local
MCP Security Weekly
Get CVE alerts and security updates for io.github.jessesorsa/omnier and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.