nicklaunches GitHub avatar

builders-backlinks.com

nicklaunches

A free backlink exchange for indie builders that uses an MCP server to automate link placement directly from a coding agent.

Stars

4

7-day growth

No data

Forks

0

Open issues

0

License

MIT

Last updated

2026-07-29

AI repository intelligence
FR-AI / ANALYSIS

Why it is worth attention

It leverages the Model Context Protocol (MCP) to eliminate the manual steps that cause over half of agreed backlink trades to fail, integrating the exchange into the developer's existing workflow.

Who it is for

  • Indie builders and solo developers looking for SEO backlinks
  • Small teams who want automated link placement in their repos
  • Developers using Claude Code, Cursor, Codex, or Gemini CLI
  • Open-source maintainers interested in MCP-based tooling

Use cases

  • Trade backlinks with other indie builders in the same category
  • Automatically insert a partner's link into your repository via your coding agent
  • Discover potential link partners and manage exchanges through MCP tools
  • Integrate backlink management into your existing development workflow

Strengths

  • Reduces backlink trade failure from ~65% to near-zero by automating placement
  • Open-source (MIT) and free to use with no hidden costs
  • Transparent MCP tools with full documentation and read-only access without API key
  • Privacy-focused: cookie-less analytics and only one session cookie

Considerations

  • Only fully confirmed with Claude Code and Cursor; other clients may have issues
  • Requires Node 22+ and a local PostgreSQL for development deployment
  • Limited adoption – small network effect may make finding matches harder initially

README quick start

builders-backlinks.com

A free backlink exchange for indie builders, driven from your coding agent.

Submit a site, get matched with another builder in your category, and trade one link each. The whole exchange is exposed as an MCP server, so the trade happens where the work happens.

Built by nicklaunches.com · @nicklaunches


Why MCP is the point, not a feature

Ranking Raccoon publishes that 71% of link requests get a reply and only 35% become a published link. So roughly half of agreed trades die, not because anyone changed their mind, but because placing the link means opening an editor, finding the right page, writing a sentence, committing, and deploying.

An agent is already sitting in that repository.

> trade a link

⏺ list_matches            a masked partner in your category
⏺ respond_to_match        both sides accept, identities unlock
⏺ get_link_brief          target URL, approved anchors, guidance
⏺ Edit content/blog/…     the agent writes it into your repo
⏺ mark_link_placed        ✓ verified live · content · dofollow

Install

claude mcp add --transport http builders-backlinks \
  https://builders-backlinks.com/api/mcp \
  --header "Authorization: Bearer bb_live_..."

Get a key at /app/key. The read tools (search_partners, get_categories, get_rules) need no key at all, so the server connects and is useful before you sign in to anything.

Eleven tools, fully documented at /docs/mcp. Cursor, Codex, and Gemini CLI config is on that page too, though only the Claude Code and Cursor forms have been confirmed against the real clients.

Local development

Requires Node 22+, pnpm, and a local PostgreSQL. The app lives in next-app/; there is no root package.

cd next-app
pnpm install
cp .env.example .env.local     # then fill it in
createdb builders_backlinks    # or point DATABASE_URL anywhere
pnpm db:migrate
pnpm dev

pnpm dev is Next on Node, which is convenient and is not the production runtime. CLAUDE.md has the full command list, how to run it the way it actually deploys, and the workerd behaviour that only shows up there.

Hosting

Cloudflare Workers via OpenNext, with Postgres (Neon in production) behind a Hyperdrive b

Related repositories

Similar projects matched by category, topics, and programming language.

mereyabdenbekuly-ctrl
Featured
mereyabdenbekuly-ctrl GitHub avatar

clodex-ide

Clodex is an open-source, local-first agentic IDE that combines persistent AI tasks, code, terminal, browser, Git, models, memory, and governed execution in one Electron workspace, currently in technical preview.

AI & Machine LearningAI Agents
859
0xwilliamortiz
Featured
0xwilliamortiz GitHub avatar

openclaude-improved

OpenClaude is an open-source CLI coding agent that runs on any platform and supports a wide range of LLM providers, offering the same tools and workflows as Claude Code.

AI & Machine LearningLarge Language Models
577
Jakubantalik
Featured
Jakubantalik GitHub avatar

thinking-orbs

A React component library that renders six hand-tuned animated thought orb loading indicators on a plain 2D canvas, with two purpose-tuned sizes and automatic theme detection for AI and agent UIs.

AI & Machine LearningAI Agents
1,191