Link building API & MCP

A link building MCP server your AI agent can use

Mentiohunt's REST API and MCP server give you read access to your opportunities, outreach, and stats — call it from your own scripts, or connect Claude and Codex directly to your pipeline.

Included on Pro and AgencyRead-only, scoped to your accountRevoke a key anytime

6 resource groups

  • GET/v1/me

    Account & plan

  • GET/v1/products

    Sites & pages

  • GET/v1/opportunities

    Prospects & replies

  • GET/v1/tracked-links

    Live backlinks

  • GET/v1/discovery/runs

    Run history

  • GET/v1/stats

    Reply rate, links won

Any HTTP client

mentiohunt
curl https://mentiohunt.up.railway.app/v1/opportunities?status=new \
  -H "Authorization: Bearer mh_live_••••••••"

200 OK

{
  "opportunities": [
    {
      "id": "3f9a…c81",
      "domain": "saastr.com",
      "domain_rating": 75,
      "tier": "listicle_roundup",
      "status": "new",
      "contact_email": "m.webb@saastr.com"
    }
  ],
  "next_cursor": "eyJkaXNjb3Zlc…"
}

Cursor-paginated. Filter by product, tier, status, or domain rating.

What you can build

Your backlink pipeline, in code.

The same data your dashboard renders — reachable from a script, a report, or an AI agent you already use.

REST API

Every read your dashboard can do, callable from code.

Opportunities, sequences, messages, discovery runs, tracked links, and stats — paginated, filterable, and scoped to your account. Build a report, sync a CRM, or wire up your own alerting.

GET/v1/opportunities
status=newmin_domain_rating=40tier=listicle_rounduplimit=25
24 returned
saastr.comListicleDR 75
hackernoon.comRound-upDR 89
indiehackers.comResource pageDR 72
next_cursor: "eyJkaXNjb3Zlc…"

MCP server

Claude and Codex can query your pipeline directly.

Paste one config block into Claude Desktop, Claude Code, or Codex and the agent gets tools for your opportunities, replies, and stats — no custom integration to write.

Claude, connected over MCP

Connected

How many prospects replied this week, and which ones are worth a follow-up?

mentiohunt.list_opportunities
mentiohunt.list_opportunity_messages
mentiohunt.get_stats

Four replies this week — a 12.4% reply rate. Two are ready to move: saastr.com asked for the section draft, and hackernoon.com wants your author bio.

Personal, revocable keys

Scoped to your account. Nothing more.

Each API key is tied to your account and the products you own — not a shared org-wide credential. Revoke a key the moment a script or agent no longer needs it.

Settings → Agents

Claude Desktop

mh_live_8fa2••••••••

Used 4 min ago

CI pipeline

mh_live_c19d••••••••

Used 2 days ago

Old laptop

mh_live_41bb••••••••

Revoked
Shown once at creation — only a hash is stored
Scoped to your account and the products you own
Rate-limited reads, revocable without a support ticket
How it works

Three steps from key to first query

No sales call, no contract, no integration to build. Create a key in the dashboard and you are querying your own pipeline minutes later.

01

Create a key

Generate a personal API key from the Agents tab. It's scoped to your account and shown once — only a hash is stored after that.

02

Connect REST or MCP

Call the REST API directly with a bearer token, or paste the MCP server URL into Claude or Codex's config so the agent can query your pipeline in natural language.

03

Read your pipeline programmatically

Pull opportunities, sequences, replies, tracked links, and stats — the same data your dashboard shows, available to your own scripts or an AI agent.

What you need

Pro or Agency plan
A personal API key from Settings → Agents
An MCP-compatible client — Claude Desktop, Claude Code, or Codex
Your product ID, if your account runs more than one product

What you get

Opportunities, sequences, and reply data over REST
An MCP server Claude and Codex can query directly
Rate-limited reads scoped to your account only
A personal key you can revoke anytime
Create my API key

Keys are created from Settings → Agents in under a minute

How it compares

How the Mentiohunt API compares

Not every tool built for this problem is actually built for founders.

Factor
Others
Mentiohunt
What the API returns
Global backlink index for any domain
Your own opportunities, outreach, and reply data
AI agent access
None, or a bolt-on scraper
Native MCP server for Claude and Codex
Setup
Enterprise sales call, contract
Self-serve key from your dashboard
Pricing
Metered, pay-per-lookup
Included on Pro and Agency plans
What it's for
Auditing any site's link profile
Automating your own prospecting pipeline
Why founders use it

Your backlink pipeline. Queryable, not just visible.

Read-only endpoints and an MCP server, so your scripts and your AI agent see exactly what your dashboard sees.

Automate reporting or internal tools against your own backlink data.

Let Claude or Codex check pipeline status without opening the dashboard.

Every key is scoped to your account — nothing shared, nothing global.

Logan Stuart

Real campaign result

3 contextual backlinks in the first month.

“Mentiohunt found one of the highest-authority sites in my niche, and I earned a backlink in 12 days without paying for the placement.”

Logan Stuart

Founder of Elevationvibe·See case study
Preview first, then 7 days free

Start with the plan that gets your backlink pipeline moving.

Two simple plans for backlink outreach autopilot. We discover opportunities and run outreach automatically through the first reply — you monitor the queue and cancel anything that isn't a fit.

Pro

Most popular

$79/month

$49/month

For individual founders building their backlink queue.

  • 1 website
  • 10 competitors tracked
  • ~25 daily backlink opportunities
  • Free inbox warmup
  • Unlimited outreach inbox accounts
  • 20 manual prospect URL submissions a day
  • 200 backlinks monitored daily
  • Query your pipeline from Claude, Codex, or the API
  • Priority support
See my opportunities

Agency

$149/month

$99/month

For teams managing backlinks across multiple sites.

Everything in Pro, plus:

  • Up to 5 websites
  • Up to 15 competitors tracked
  • ~25 daily backlink opportunities, per website
See my opportunities
FAQ

Common questions

Everything you need to know before getting started.

What can I do with the Mentiohunt API today?
Read access to your account: opportunities and their outreach sequences and reply messages, discovery run history, tracked-link status, and aggregate stats like reply rate and links won. It's read-only for now — creating or editing prospects still happens in the dashboard.
Is this a backlink index like Ahrefs or Semrush?
No. Mentiohunt's API doesn't return a global backlink index for arbitrary domains. It exposes the opportunities, outreach, and results already generated for your own account — the same data your dashboard shows, just callable from code.
What's the difference between the REST API and the MCP server?
Same data, two ways in. The REST API is a standard bearer-token HTTP API for scripts and internal tools. The MCP server exposes those same endpoints as tools an AI agent like Claude or Codex can call directly, so you can ask about your pipeline in plain language instead of writing requests.
Do I need to be a developer to use the MCP server?
No. Setting it up means pasting a config block with your API key into Claude Desktop or Codex — no code required. Calling the REST API directly does assume you're comfortable making HTTP requests.
Is API and MCP access included in my plan?
It's available on the Pro and Agency plans. Create keys and connect a client from Settings → Agents.
How is authentication handled?
Personal API keys, sent as a bearer token. Keys are shown once at creation — only a hash is stored afterward — and can be revoked anytime from the dashboard.

Give your pipeline an API. And an agent that can read it.

Create a personal API key, connect Claude or Codex over MCP, and pull opportunities, outreach, and stats straight from your own account.

Get API access