fulcru-mcp
Enables AI assistants to find questions where they name competitors instead of you, write pages to close those gaps, publish them, and measure the resulting visibility changes. Provides tools to list gaps, draft content, publish pages, and track before/after delta for AI search engine mentions.
README
fulcru
Get named by AI search engines.
When someone asks ChatGPT "what's the best CRM for a small team", the answer names two or three products. Those get the customer. Everyone else is invisible.
fulcru finds the questions where an AI assistant names a competitor instead of
you, writes the page that closes the gap, and measures what publishing it did. It
runs as a CLI, an MCP server, and an agent skill, so a human or an agent can run
the whole loop.
This repo is the open, self-hostable agent surface. The measurement engine is the hosted Fulcru service; everything here is a thin client that talks to it with your token.
We run it on ourselves and publish the result, whichever way it goes. Today it scores us 0 out of 34 prompts: we sell AI visibility and we score zero on our own product, with the full run and the source data.
npm install -g fulcru
export FULCRU_TOKEN=pk_... # Settings -> Integrations at fulcru.app
Or run it in Docker, with nothing installed on the host:
docker build -t fulcru .
docker run --rm -e FULCRU_TOKEN=pk_... fulcru gaps
No secrets are baked into the image; the token is passed at run time. Verified on
node:20-alpine, 2026-07-27.
The loop
$ fulcru gaps
0% k57jc... best AI visibility tracker for a SaaS startup -> AI names Profound, Peec AI
0% k57bw... how do I know if ChatGPT recommends my brand -> AI names Otterly AI
33% k57xz... tools to track brand mentions in Perplexity -> AI names Semrush
Write the top one: fulcru write k57jc...
$ fulcru write k57jc... > page.md # the drafted article, grounded in what AI cites
$ fulcru publish k57jc... https://mysite.com/blog/ai-visibility-trackers
Published. Baseline: AI names you in 0% of 9 measured answers.
$ fulcru delta
0% -> 44% +44pts Best AI Visibility Trackers, Compared
That last line is the whole point.
Commands
| Command | What it does |
|---|---|
fulcru gaps [n] |
Questions where AI names a competitor and not you, worst first |
fulcru write <promptId> |
Writes the page that closes one gap; Markdown to stdout |
fulcru publish <pageId> <url> |
Marks it live and snapshots the baseline to measure from |
fulcru delta |
What your published pages actually did |
fulcru report [section] |
overview, competitors, sources, mentions, prompts |
Add --json to any command for the raw payload.
Built for agents
Output is terse lines, not JSON blobs, because the caller is usually an LLM and
its context is the scarce resource. fulcru gaps costs an agent about 50 tokens;
the same data as raw API JSON costs about 800. fulcru write sends the Markdown
to stdout and everything else to stderr, so fulcru write <id> > page.md gives a
clean file.
MCP
Two ways to wire the five Fulcru tools into an agent.
Remote (hosted). Point any MCP client at the hosted endpoint with your token:
{
"mcpServers": {
"fulcru": {
"url": "https://little-orca-977.convex.site/mcp",
"headers": { "Authorization": "Bearer pk_..." }
}
}
}
Local (stdio). For hosts that prefer a subprocess, this package ships a stdio MCP server that proxies to the hosted endpoint:
{
"mcpServers": {
"fulcru": {
"command": "npx",
"args": ["-y", "-p", "fulcru", "fulcru-mcp"],
"env": { "FULCRU_TOKEN": "pk_..." }
}
}
}
The -p is not decoration. This package ships two commands, and without it npx
runs the one named after the package, which is the CLI: the host gets a usage
screen instead of an MCP server.
Tools: fulcru_gaps, fulcru_write_page, fulcru_publish_page, fulcru_delta,
fulcru_visibility.
Both speak protocol revision 2026-07-28 and the older handshake-based
revisions, and pick per request from what the client sends. A client on the new
revision gets server/discover, per-request _meta, and a cacheable tool list;
one still sending initialize is served exactly as before. Nothing needs
configuring either way.
Skill
The skills/fulcru skill runs the whole playbook using
nothing but web access — audit a domain, find the gaps, write the page, re-measure
— with no account and no token. Install it into an agent that supports skills:
# Claude / OpenClaw
npx skills add gsmmediaro/fulcru
# Hermes
hermes skills install gsmmediaro/fulcru
Hermes scans third-party skills before installing and prints the verdict, so you can see what you are agreeing to run. If you would rather track this repo as a source and pick up updates, tap it instead:
hermes skills tap add gsmmediaro/fulcru
hermes skills install fulcru
The CLI and MCP above are what you use when you want it measured continuously across every engine, with the before/after delta tracked for you.
Configuration
| Env var | Required | Default | Purpose |
|---|---|---|---|
FULCRU_TOKEN |
for the CLI + local MCP | — | Your account token (Settings -> Integrations) |
FULCRU_ENDPOINT |
no | https://little-orca-977.convex.site/mcp |
Point at a self-hosted or custom-domain endpoint |
No secrets are baked into this repo. The token is read from the environment only.
Self-hosting
The skill needs nothing. The CLI and MCP need a Fulcru account for the continuous,
measured loop; point FULCRU_ENDPOINT at your own instance if you run one.
A Docker image is provided:
docker build -t fulcru .
docker run --rm -e FULCRU_TOKEN=pk_... fulcru gaps
Contributing
Issues and PRs welcome. The tool logic lives in the hosted service; this repo is the CLI, the stdio MCP proxy, and the skill. If AI names a competitor instead of you, open an issue with the question — that is exactly the gap this is built to close.
If this is useful, a ⭐ genuinely helps.
License
AGPL-3.0-or-later. See LICENSE.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。