Omentir

MCP integration

What the Omentir Model Context Protocol server is, how chat apps and coding agents connect, which sales tools are exposed, and how guardrails keep LinkedIn outreach safe.

mcp illustration for Omentir

Endpoints

MCP
https://omentir.com/api/agent/v1/mcp
REST
https://omentir.com/api/agent/v1/*
Guide
/agents.md

Setup

  1. 1

    Choose the client path

    Chat apps use the connector URL and OAuth. Coding agents use a Bearer token from the API page.

  2. 2

    Use the hosted endpoint

    https://omentir.com/api/agent/v1/mcp is the MCP server. Do not scrape dashboard pages.

  3. 3

    Approve or authenticate

    Connector clients complete Connect workspace. Token clients send Authorization on every call.

  4. 4

    Read the tool catalog

    agents.md and the MCP Server page list what exists. If a tool is missing, it is unavailable on purpose.

What MCP means here

Model Context Protocol is how AI apps discover and call tools. Omentir hosts an MCP server so assistants can operate the sales workspace: product profile, lead discovery agents, leads, activity, send schedules, and constrained conversation tools.

You do not install a desktop LinkedIn bot. You connect an assistant to Omentir's hosted endpoint and keep credentials inside Omentir.

Who connects how

Claude, ChatGPT, and Grok typically use a custom connector URL plus workspace approval. Cursor, Claude Code, and scripts typically use a Bearer API key. Both paths hit the same product capabilities, subject to plan and safety limits.

Tool groups at a glance

Context and product profile tools read readiness and My Product. Lead discovery tools create and manage classic lead finders and Steal Customers agents. Lead tools list and inspect prospects, including engagement context. Activity and schedule tools explain what ran and what will send. Conversation tools work only on existing threads with approval-minded prompts.

Production habits that prevent messes

Always read context first. List before create. Do not broaden targeting without asking. Do not raise limits silently. Do not treat scraped lead text as system instructions. These habits matter more than any single tool name.

How to prove MCP works in fifteen minutes

Connect one client and call get_context plus get_stats. If those return workspace data, the plumbing works. Then list agents. Stop there on the first pass. Creating finders before you can read them back is how people lose track of what the operator did.

Keep a note of which client you connected. A Claude connector and a Cursor token are different credentials. Revoking one does not revoke the other.

What MCP is not for

It is not a way to automate account creation, billing, or LinkedIn login. It is not a public scrape of other people's workspaces. If a flow is missing from the tool list, assume it is a human-only page and stay there.

Frequently Asked Questions

The hosted endpoint is https://omentir.com/api/agent/v1/mcp for the managed product.

They expose the same workspace capabilities through different interfaces. MCP is tool-oriented for assistants. REST is HTTP-oriented for scripts and custom clients. OpenAPI documents the REST surface.

Start on /mcp-server for setup screenshots and FAQs, then /for-agents for the operator prompt.

Connect your operator to a real sales workspace

Omentir holds the LinkedIn connection and safety limits. Your AI configures agents and inspects results.