streamable-httpupdated 3mo ago
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.
Omnier 能做什么?
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.
安装
把 Omnier 添加到你的客户端。选择你正在使用的那个。
claude mcp add --transport http omnier https://mcp.getomnier.com/mcpcodex mcp add omnier --url https://mcp.getomnier.com/mcp{
"mcpServers": {
"omnier": {
"url": "https://mcp.getomnier.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"omnier": {
"type": "http",
"url": "https://mcp.getomnier.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"omnier": {
"url": "https://mcp.getomnier.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"omnier": {
"serverUrl": "https://mcp.getomnier.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
评分
39 / 100
不完整
- 文档8/25
- 维护13/25
- 可信度6/20
- 能力0/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 96 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 1.0.1最新 | 2026年5月27日 |