GTM Otto MCP

MCP serverCommunication

Self-driving LinkedIn prospecting: it sources, warms and invites daily. You approve every message.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use GTM Otto MCP

Install GTM Otto MCP

The server’s own address, for the clients that take one directly. Or connect ahel onceand every client you use reads it from one address, with the account kept on ahel rather than in each client’s config.

  • Claude Code

    claude mcp add --transport http gtm-otto-mcp 'https://agent.gtmotto.com/mcp'

    Run it once in your project, then open /mcp to approve any sign-in the server asks for.

  • Claude Desktop

    https://agent.gtmotto.com/mcp

    Add a custom connector in Settings, paste this address, and approve the sign-in.

  • Cursor

    cursor://anysphere.cursor-deeplink/mcp/install?name=gtm-otto-mcp&config=eyJ1cmwiOiJodHRwczovL2FnZW50Lmd0bW90dG8uY29tL21jcCJ9

    Open the link and Cursor adds the server at that address.

  • ChatGPT

    https://agent.gtmotto.com/mcp

    In Settings, enable Developer mode, create an MCP app, and paste this address. Your plan and workspace must allow custom apps.

  • Codex

    codex mcp add gtm-otto-mcp --url 'https://agent.gtmotto.com/mcp'

    Run it once, then sign in with codex mcp login gtm-otto-mcp if the server asks for an account.

From the project's README

As published by gtmotto/mcp in README.md.

Give Claude a LinkedIn seat that works while you sleep.

GTM Otto is self-driving LinkedIn prospecting. From Claude, Cursor or ChatGPT you describe who you want to meet; GTM Otto finds them daily, warms them up from your own LinkedIn account (visit, like, comment), invites them, and opens the conversation. Nothing is said without you.

This repository is the public home of the GTM Otto MCP server: the registry manifest (server.json), the Claude Code plugin with eight skills, the tool reference and the onboarding guide. The server itself runs at https://agent.gtmotto.com/mcp (Streamable HTTP).

Release status (2026-09-17): this repository contains the prepared 1.2.0 release. The live endpoint still requires an API key; OAuth onboarding and the four new connection/approval tools await deployment. The setup instructions below describe 1.2.0. Registry and directory submissions are pending.

What it is, in one paragraph

Every other LinkedIn MCP is a remote control for a tool you still have to operate: lists to upload, sequences to build, seats to rotate. GTM Otto is the only one where the outreach keeps running after the chat ends. A play is an ICP plus up to five sourcing lanes plus an autonomy level. The server exposes 21 tools and, deliberately, no send verb: the agent can set up, size, preview, launch, pause and review a play, and it can approve or reject one drafted message at a time, but it cannot write to a stranger on your behalf.

Install

The endpoint is the same everywhere: https://agent.gtmotto.com/mcp.

Authentication. Add the server with no credentials. The first time the agent calls a protected tool, the client shows a Connect card; sign in (or sign up) in the popup and the call is retried. Scripts and clients that cannot do OAuth can send an API key instead: Authorization: Bearer gtm_sk_..., minted at app.gtmotto.com/connect.

Claude (web and desktop)

Settings, then Connectors, then Add custom connector. Name it GTM Otto, paste https://agent.gtmotto.com/mcp, save. Start a chat and say what you want; the Connect card appears on the first protected call.

Claude Code

claude mcp add --transport http gtmotto https://agent.gtmotto.com/mcp

Then /mcp inside a session to authenticate in the browser. To use an API key instead:

claude mcp add --transport http gtmotto https://agent.gtmotto.com/mcp \
  --header "Authorization: Bearer gtm_sk_..."

Cursor

The deeplink is cursor://anysphere.cursor-deeplink/mcp/install?name=gtmotto&config=eyJ1cmwiOiJodHRwczovL2FnZW50Lmd0bW90dG8uY29tL21jcCJ9, where the config value is the base64 of {"url":"https://agent.gtmotto.com/mcp"}. By hand, add this to .cursor/mcp.json:

{
  "mcpServers": {
    "gtmotto": { "url": "https://agent.gtmotto.com/mcp" }
  }
}

ChatGPT

Settings, then Connectors, then Create (developer mode must be on). Name GTM Otto, URL https://agent.gtmotto.com/mcp, authentication OAuth. Enable the connector in a chat from the tools menu.

Any other client

Any MCP client that speaks Streamable HTTP works: point it at https://agent.gtmotto.com/mcp, with OAuth or the Authorization header above. n8n, Windsurf, VS Code and the reference mcp-remote shim all fit.

Skills for Claude Code

The gtm-otto plugin connects the server and adds eight skills that turn a sentence into a running play:

/plugin marketplace add gtmotto/mcp
/plugin install gtm-otto@gtmotto
SkillWhat it does
launch-a-playEstimate the ICP, create a draft play, connect LinkedIn, preview each lane, confirm, activate, explain the next 48 hours.
icp-to-playA sentence, a URL or a persona into the seven ICP facets, a company count, and a people_search lane on a new draft or an existing play.
post-discoveryTurn "people complaining about X on LinkedIn" into a Post discovery lane, with a worked French example.
hiring-signals"Companies hiring for X" into a Job offers lane that reaches the buyer inside each hiring company, not the recruiter.
weekly-play-reviewStats, run history and the approval queue folded into a one-page review with concrete changes.
instantly-to-linkedinWith the Instantly MCP also connected: companies that opened or replied to a campaign become an account list on LinkedIn.
heyreach-migrationFrom an exported HeyReach lead list: companies to an account list, facets to the ICP, and an honest note on what does not carry over.
linkedin-safety-checkSeat state, daily cap and working hours turned into a plain-English health report.

Each skill names the exact tools and arguments it calls, what to show you, and where it stops to ask.

Example prompts

  • "Find me CFOs at Swiss fintechs and set up a play, but do not launch it yet."
  • "People on LinkedIn complaining about paying 100 euros a month for Sales Navigator. Build a Post discovery lane on that and show me a sample."
  • "Take every company that replied to my Instantly campaign 'Q3 agencies' and add them to the LinkedIn play."
  • "Review my play 'Fintech CFOs' for the week and tell me what to change."
  • "Is my LinkedIn account safe at the current daily cap?"

Tools

Full reference with arguments: docs/tools.md.

ToolScopeOne line
gtm_whoamireadOrg, plan, lead meter, and the next step to follow. Start here.
gtm_list_playsreadEvery play with product, status, seat and pipeline spread.
gtm_show_playreadOne play in full: ICP, lanes, autonomy ladder, cap, working hours, seat.
gtm_play_statsreadThe pipeline over four windows, each with its delta versus the window before.
gtm_linkedin_statusreadThe play's seat state and today's headroom against LinkedIn's limits.
gtm_sources_referencereadThe reference for every sourcing lane. Read before configuring one.
gtm_show_sourcesreadAll five lanes of a play: config, switch, blockers, last run, memory.
gtm_source_runsreadRun history of one lane, newest first.
gtm_list_approvalsreadDrafted messages waiting for a human, with their approval ids.
gtm_estimate_icpwrite"About N companies match" for a candidate ICP. Writes nothing.
gtm_create_playwriteCreate a fully configured play. Draft by default; activate flag.
gtm_update_icpwriteChange a play's seven ICP facets. Only the ones you name.
gtm_update_playwriteName, goal, voice, paused, status active or draft, dailyCap, workingHours.
gtm_configure_sourcewriteWrite a lane's settings (merge). Can switch it on in the same call.
gtm_set_sourcewriteSwitch a lane on or off. Refused when there is nothing to run on.
gtm_preview_sourcewriteDry-run one lane: size and a 10-person sample. No side effects.
gtm_run_sourcewriteRun one lane now. Real leads, real budget. Only when asked.
gtm_forget_harvested_postswriteClear a post lane's memory so a settings change can be re-tested. Costs.
gtm_connect_linkedinwriteReturns a browser link to connect the LinkedIn seat; then poll gtm_linkedin_status.
gtm_approvewriteApprove one drafted message by approval id. The client asks you first.
gtm_rejectwriteReject one drafted message by approval id. The client asks you first.

What it deliberately does not do

  • No send verb. No invite, DM, comment or like tool. The agent configures the play; GTM Otto runs it from your account on its own cadence; anything that speaks waits for your approval, one message at a time, in the chat or in the cockpit.
  • Nothing runs inside a write. Configuring a lane is not switching it on, and switching it on does not run it. A lane runs once per 24 hours on the 5-minute tick, when the play is active and not paused. gtm_preview_source is free of side effects; gtm_run_source spends real budget and is only called when you asked.
  • No launching without you. The agent never activates a play, resumes a paused one, or runs a lane unless you asked for it in the conversation. Activation acts from your own LinkedIn account.
  • No lead browsing, no autonomy changes after creation, no delete.
  • No list of people. The server takes companies (account_list, at most 100) and post URLs, never a CSV of individual LinkedIn profiles.
  • Warm-up is real. The first invites land about two days after activation. The silent days are the product working, not a bug.

Repository layout

server.json                          registry manifest (com.gtmotto/gtmotto)
.claude-plugin/marketplace.json      Claude Code marketplace "gtmotto"
plugins/gtm-otto/                    the plugin: MCP server + eight skills
  .claude-plugin/plugin.json
  skills/<name>/SKILL.md
docs/tools.md                        the 21 tools with arguments
docs/onboarding.md                   the ideal first conversation
CHANGELOG.md

Links

The free skills

The playbooks that need nothing but LinkedIn (find buyers in comments, ICP to a Sales Navigator search, hiring-signal prospecting by hand, LinkedIn limits, the comment and invite writer) live in gtmotto/gtm-skills. That repository registers no server and needs no account; each of its skills ends with a pointer to the skill here that runs the same recipe daily.

Contributing

This repository is mirrored out of the GTM Otto monorepo. Issues and pull requests are welcome here and are read; fixes are applied upstream and land in the next mirror, so a PR may be closed with a "merged upstream" note rather than merged in place. Keep prose free of em dashes, and never describe the product as an automated sales rep of any kind: it is self-driving LinkedIn prospecting.

License

MIT. See LICENSE.

Advanced
Delivery
linkedin MCP server → your ahel gateway (mcp.ahel.ai) → every connected AI client.
Catalog kind
mcp-server
Gateway key
com-gtmotto-linkedin
Source
github.com/gtmotto/mcp
Hosted endpoint
https://agent.gtmotto.com/mcp