Skip to main content
Leadmetrics — HomeLeadmetrics
MCP Server

Connect your AI agent to your Leadmetrics account

Claude Code and Claude Desktop can read your rankings, AI-visibility reports, blog content, leads, and deliverables, and publish work once you approve it. No integration code, no credentials exposed to a browser.

OAuth 2.1 — no key to pasteSame access as your loginWorks with any MCP client
mcp.leadmetrics.ai
# add the server once
$ claude mcp add --transport http leadmetrics-mcp \
https://mcp.leadmetrics.ai/mcp
# then, inside Claude Code
$ /mcp
Opens a browser tab to authorize. No key to copy.
Setup

Set up in under a minute

Point your client at the Leadmetrics MCP endpoint and authorize once in the browser.

Terminal
$ claude mcp add --transport http leadmetrics-mcp \
    https://mcp.leadmetrics.ai/mcp

# then, inside Claude Code
$ /mcp

Authorize in the browser tab that opens. No key to copy.

What's Included

What your agent can reach

Four groups of tools, matched to your account permissions.

4 tools

Connect and plan

Resolve the tenant you're working with and check its marketing strategy before any other call.

get_tenant

Fetch the full tenant profile and metadata.

strategy_get_current

Get the current marketing strategy and its recent change log.

strategy_search_versions

Search strategy version history by range, text, or date.

strategy_get_version

Get a single strategy version by its ID.

8 tools

Read

Read live tenant data across rankings, visibility, leads, and reports.

rank_keyword_list

List tracked keywords and live SERP positions.

ai_search_list_tracked_prompts

Check AI-visibility prompt coverage and ranking.

lead_search

Search leads by source, stage, date range, and text.

+ 5 more — blog_search_posts, report_search, channel_status_list, deliverable_search, activity_search

5 tools

Create

Draft new records — they flow into the same review process as the rest of Leadmetrics.

blog_create_post

Create a new blog post draft.

social_create_group

Draft a social post group across platforms.

seo_keyword_create

Add an SEO keyword to the tenant dataset.

+ 2 more — deliverable_create, activity_create

4 tools

Act

Update status, reassign work, and publish approved records.

activity_update_status

Mark an activity as started, done, or skipped.

activity_update_assignee

Reassign a task to a different user.

blog_publish_post

Move a blog into the publishing flow.

+ 1 more — report_publish

MCP follows the same tenant permissions and review flow as the rest of Leadmetrics — it does not bypass the approval gate.

Examples

A few things people ask their agent to do

Pull this month's AI-visibility report and draft fixes for the pages losing citations.

ReadCreate

Find leads from the last 7 days and summarize them by source.

Read

Draft and schedule next week's social posts from our content strategy.

ReadCreateAct
Security

Security built in, not bolted on

Every MCP request runs through the same access controls and data guarantees as the rest of Leadmetrics.

OAuth 2.1 + PKCE

Browser-based authorization. No long-lived key to copy or leak.

Matches your account access

Every session carries the same permissions and data boundaries as your Leadmetrics login. An agent never reaches data you couldn't already see yourself.

DNS-rebinding protected

The connection is validated against allowed hosts and origins before any request reaches a tool.

Server-to-server only

Requests go straight from your MCP client to the server over HTTPS — nothing is exposed to browser CORS.

MCP access is enabled per account by the Leadmetrics team — contact support to turn it on.

FAQ

Questions

Model Context Protocol is an open standard for connecting AI agents to external tools and data. It's what lets Claude Code or Claude Desktop call into your Leadmetrics account directly, instead of you copying data back and forth.

Ready to connect your agent?

Set up takes under a minute.

Connect now