The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Beamtrace MCP listing page.
Cursor plugin that connects to Beamtrace's remote MCP for read-only AI visibility insights.
Also includes server.json for the MCP Registry (remote-only) and a stdio introspection shim for catalog Docker builds.
https://beamtrace.com/api/mcp (OAuth; organization's website is resolved automatically)| Tool | Purpose |
|---|---|
get_visibility | Overall visibility score and insight |
list_topics | Topic rollups |
list_prompts | Prompt-level metrics and coverage gaps |
list_competitors | Visibility leaderboard |
list_improvements | Prioritized content improvements |
The product MCP is remote (https://beamtrace.com/api/mcp). This repo also ships a stdio shim that lists the same five tools so a Docker image can start and answer introspection (initialize / tools/list). The shim does not call Beamtrace APIs.
Pre-commit runs the same check via Lefthook (pnpm exec lefthook install after clone).
Reload Cursor → Customize → confirm Beamtrace loads → authenticate MCP.
Pushing a v* tag (for example v1.0.1) runs .github/workflows/publish-mcp.yml. It logs in with HTTP domain auth, then:
That sets .cursor-plugin/plugin.json and server.json to the tag version (v prefix is stripped), publishes to the MCP Registry, then commits those files to the default branch if they changed. The tag itself stays on the original commit.
Add repository secret MCP_PRIVATE_KEY: the 64-character hex private key used with mcp-publisher login http (not the PEM file).
Local / interactive (install mcp-publisher first):
Pick cursor / mcp registry / all, then patch / minor / major, or pass --version. Cursor only bumps .cursor-plugin/plugin.json. MCP also runs mcp-publisher publish.
Namespace com.beamtrace/mcp needs domain auth for beamtrace.com (docs). Local login: pnpm registry:login:http. Use pnpm registry:login:github only for GitHub-owned namespaces.
Keep server.json version aligned with the live MCP serverInfo.version when you publish.
After install, complete Beamtrace sign-in when Cursor prompts. You need a Beamtrace account with a website at beamtrace.com/setup.
Publisher: Elfsight.