Labsco
hekmon8 logo

mybacklinks-mcp

from hekmon8

Backlinks tracker and management tools for MyBacklinks.app.

πŸ”₯πŸ”₯βœ“ VerifiedFreeQuick setup

mybacklinks-mcp

English | δΈ­ζ–‡ | πŸ“– Blog/Guide


mybacklinks-mcp provides configuration guides and examples for connecting AI assistants (ChatGPT, Claude Code, Cursor, Codex, Kelivo) to the MyBacklinks MCP server.

πŸ†• New! Check out our detailed guide on automating backlink management with AI agents!

MyBacklinks is a comprehensive backlink management platform designed for indie hackers and side project builders. It helps you:

  • πŸ“Š Track Projects: Manage multiple side projects in one place
  • πŸ”— Manage Backlinks: Track submitted backlinks, their status, and anchor text
  • πŸ“ˆ Monitor SEO: Analyze domain ratings, link performance, and submission history
  • 🌐 Discover Resources: Find high-quality websites for backlink opportunities

Available Tools

When connected, your AI assistant can use these MCP tools:

ToolDescription
listProjectsList all your projects with basic stats
getProjectGet detailed project info including link counts
listProjectLinksBrowse backlinks for a specific project
getLinkView complete link details and history
upsertProjectLinkCreate or update backlink records
listLinkResourcesDiscover potential backlink resources
discoverBacklinkOpportunitiesDiscover backlink submission opportunities (unused resources) for a project
addBacklinkResourceAdd a new backlink resource (rejects duplicate domains)
updateBacklinkResourceUpdate an existing backlink resource (submission URL, type, DR, notes, etc.)
getProjectAnalyticsGet SEO analytics for your project

Use Cases

Ask your AI assistant:

"Show me all pending backlinks for my SaaS project"

The assistant will use listProjectLinks with status filter to show unsubmitted links.

"Add a backlink from producthunt.com to my landing page https://myapp.com with anchor text 'AI-powered tool'"

The assistant will use upsertProjectLink to create the record.

Analyze SEO Performance

"What's the SEO performance of my project over the last 30 days?"

The assistant will use getProjectAnalytics to fetch metrics.

"Find high DR resources where I can submit my project"

The assistant will use listLinkResources with DR filters.

"Add indiehackers.com as a forum-type backlink resource with DR 70"

The assistant will use addBacklinkResource to add the resource. It will reject if the domain already exists.

"Update the indiehackers.com resource with new submission instructions: Go to /new, fill the form, and click Post"

The assistant will use updateBacklinkResource to update the resource's howToSubmit field.

API Endpoints

EndpointPurpose
https://mybacklinks.app/mcpMCP Streamable HTTP endpoint
https://mybacklinks.app/.well-known/oauth-authorization-serverOAuth 2.0 metadata discovery
https://mybacklinks.app/api/oauth/authorizeOAuth authorization
https://mybacklinks.app/api/oauth/tokenOAuth token exchange

Support