Marketing
backlinkmcp.com
Analyzes domain authority and backlinks to help with SEO and link building.
ENDPOINT 1
https://backlinkmcp.com/api/mcp
MCP server metadata
- Name
- backlinkmcp
- Version
- 1.5.0
Nine tools: domain_authority_score, top_linkers_for_domain, backlinks_for_domain read from BacklinkMCP's proprietary web-scale link index; verify_link_live then fetches linker homepages in real time to confirm links exist today; find_link_prospects does competitor backlink-gap analysis (domains linking a competitor but not you); flag_toxic_links audits a domain's own linkers for spammy disavow candidates; common_linkers intersects 2+ domains to find who links the whole set; ai_visibility_report asks a panel of LLMs 'what's the best <category>' and reports your brand's share-of-voice, who wins, why (via our link data), and which domains to earn links from; ai_crawler_audit reads a site's robots.txt to report which AI crawlers it allows or blocks (visibility vs training bots), no LLM calls. Free up to 10 calls/day and 25 backlinks_for_domain rows; Pro is unlimited daily calls and the full 100-row backlinks_for_domain list — top_linkers_for_domain returns 25 on both tiers (backlinkmcp.com).
Known tools 9
domain_authority_scoreGet an editorial-authority score for a domain (weighted toward high-trust wiki/edu/gov/news referrers, from BacklinkMCP's proprietary web-scale link index).
Inferred read-onlytop_linkers_for_domainReturn the top 25 domains linking to a given domain, ranked by the linking domain's own authority, with link counts.
Inferred read-onlybacklinks_for_domainFull backlink payload for a domain: total inlink count plus the ranked list of linking domains (authority + outbound link count per linker).
Inferred read-onlyverify_link_liveLive-verify backlinks: fetches linking domains' homepages RIGHT NOW and confirms an actual href to the target domain exists on each.
Inferred read-onlyflag_toxic_linksToxic / low-quality backlink audit: scans a domain's LINKERS and flags spammy disavow CANDIDATES — abused TLDs (.
Inferred read-onlycommon_linkersMulti-domain backlink overlap: given 2-4 domains, returns the domains that link to MORE THAN ONE of them, ranked by overlap (how many of the set they link) then authority.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.backlinkmcp]
url = "https://backlinkmcp.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"backlinkmcp": {
"type": "http",
"url": "https://backlinkmcp.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: backlinkmcp
Remote MCP URL: https://backlinkmcp.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"backlinkmcp": {
"url": "https://backlinkmcp.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"backlinkmcp": {
"type": "http",
"url": "https://backlinkmcp.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "backlinkmcp",
"transport": "streamable-http",
"url": "https://backlinkmcp.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.