nicklaunches GitHub avatar

builders-backlinks.com

nicklaunches

一个面向独立开发者的免费反向链接交换平台,通过 MCP 服务器让代码代理自动完成链接放置。

Stars

4

7 天增长

暂无数据

Fork 数

0

开放 Issue

0

开源协议

MIT

最近更新

2026-07-29

AI 仓库情报摘要
FR-AI / ANALYSIS

为什么值得关注

它利用模型上下文协议(MCP)消除了超过一半已同意链接交易因手动操作而失败的问题,将链接交换集成到开发者的日常工作流中。

适合谁使用

  • 寻求 SEO 反向链接的独立开发者与个人站长
  • 希望自动化仓库链接放置的小团队
  • 使用 Claude Code、Cursor、Codex 或 Gemini CLI 的开发者
  • 对基于 MCP 的工具感兴趣的开源维护者

典型使用场景

  • 与同分类的独立开发者交换反向链接
  • 让代码代理自动将合作伙伴的链接写入你的仓库
  • 通过 MCP 工具发现潜在链接伙伴并管理交换
  • 将反向链接管理整合到现有开发流程中

项目优势

  • 通过自动化将链接交易失败率从约 65% 降至接近零
  • 开源(MIT)且完全免费,无隐藏费用
  • MCP 工具透明可查,提供完整文档,无需 API 密钥即可使用只读工具
  • 注重隐私:无 Cookie 分析,仅使用一个会话 Cookie

使用前须知

  • 仅完全确认支持 Claude Code 和 Cursor,其他客户端可能存在兼容问题
  • 本地开发需要 Node 22+ 和本地 PostgreSQL 数据库
  • 目前用户基数有限,初期可能难以找到匹配的链接伙伴

README 快速开始

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

相关仓库与替代方案

根据分类、Topic 和编程语言匹配的相似项目。

mereyabdenbekuly-ctrl
精选
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 与机器学习AI 智能体
859
0xwilliamortiz
精选
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 与机器学习大语言模型
577
Jakubantalik
精选
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 与机器学习AI 智能体
1,191