Beamtrace
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Beamtracewhat's our visibility score and what content improvements do you recommend?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Beamtrace for Cursor
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.
What's included
MCP:
https://beamtrace.com/api/mcp(OAuth; organization's website is resolved automatically)Rule: how to interpret metrics and phrase human reports
Related MCP server: SEO Insights MCP Server
Tools
Tool | Purpose |
| Overall visibility score and insight |
| Topic rollups |
| Prompt-level metrics and coverage gaps |
| Visibility leaderboard |
| Prioritized content improvements |
Stdio catalog image
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.
docker build -t beamtrace-mcp .
docker run -i --rm beamtrace-mcpValidate
pnpm validatePre-commit runs the same check via Lefthook (pnpm exec lefthook install after clone).
Local install (dev)
ln -sf "$(pwd)" ~/.cursor/plugins/local/beamtraceReload Cursor → Customize → confirm Beamtrace loads → authenticate MCP.
Release
Pushing a v* tag (for example v1.0.1) runs .github/workflows/publish-mcp.yml. It logs in with HTTP domain auth, then:
node scripts/publish.mjs --target all --version "$GITHUB_REF_NAME" --yesThat 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).
git tag v1.0.1
git push origin v1.0.1Local / interactive (install mcp-publisher first):
pnpm releasePick cursor / mcp registry / all, then patch / minor / major, or pass --version. Cursor only bumps .cursor-plugin/plugin.json. MCP also runs mcp-publisher publish.
pnpm release -- --target cursor --bump patch --yes
pnpm release -- --target mcp --bump minor --yes
pnpm release -- --target all --bump patch --yes
pnpm release -- --target all --version 1.0.1 --yesNamespace 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.
Auth
After install, complete Beamtrace sign-in when Cursor prompts. You need a Beamtrace account with a website at beamtrace.com/setup.
Publisher: Elfsight.
Available Tools
5 toolsget_visibilityGet AI visibility scoreARead-onlyIdempotent
Get overall AI visibility for the account website: visibility score (0–100), delta vs previousPeriod, and a short insight. Use this for a high-level snapshot before drilling into topics, prompts, or competitors. When no website is set up for the account, returns setup guidance pointing to https://beamtrace.com/setup and an empty structured payload (null period/metrics or empty lists) — follow server instructions; do not invent dates or scores.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Output Schema
| Name | Required | Description |
|---|---|---|
| period | Yes | Current metrics window (UTC calendar dates). |
| insight | Yes | Short visibility insight for the current period. May include relative markdown links to the Beamtrace UI (e.g. /app/...). Paraphrase for humans; do not invent absolute https:// hosts; omit raw links unless asked. |
| previousPeriod | Yes | Previous metrics window, or null when deltas are unavailable. |
| visibilityScore | Yes | Current visibility score (0–100). Null when overall visibility is unavailable (no completed visibility run, or no executions in the period). Distinct from 0 (measured zero visibility). |
| visibilityScoreDelta | Yes | Change in visibility score vs previousPeriod (percentage points; current − previous). Null when current or previous score is unavailable. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the description doesn't need to repeat these. It adds valuable behavioral context beyond annotations by describing the no-website scenario (returns setup guidance and empty payload) and explicitly warns against fabricating dates/scores. This enriches the agent's understanding of potential response variations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences with no filler. It front-loads the core purpose, then provides usage guidance, and finally covers the edge case. Every clause serves a purpose, and the structure flows logically from what → when → special condition. It is concise and well-organized.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given zero parameters and a defined output schema, the description covers everything needed to invoke the tool correctly: purpose, usage context, and the special no-website behavior. It also preempts hallucination by instructing the agent not to invent dates or scores. Nothing essential is missing for a safe and correct call.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, so the baseline is 4. The description doesn't need to explain parameters since there are none. It doesn't add anything specific about parameters, but that's expected—the schema is empty and the description focuses on the operation and response behavior.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's function: 'Get overall AI visibility for the account website' and specifies the exact outputs (visibility score, delta, insight). It explicitly distinguishes itself from siblings by positioning it as a 'high-level snapshot before drilling into topics, prompts, or competitors,' which unambiguously differentiates it from list_topics, list_prompts, etc.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides explicit when-to-use guidance: 'Use this for a high-level snapshot before drilling into topics, prompts, or competitors.' It also covers the edge case when no website is configured, directing the agent to follow server instructions rather than inventing data. This is actionable and clear.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_competitorsList competitor leaderboardARead-onlyIdempotent
List the visibility leaderboard for the account website with share-of-voice metrics. Returns up to 8 rows including the owned website for comparison. If the owned website sits outside that window, it and the brand just ahead are appended — so list order is not always strict score order. Prefer visibilityRank (then share of voice) when comparing. Highlight isKeyCompetitor rivals when comparing. When no website is set up for the account, returns setup guidance pointing to https://beamtrace.com/setup and an empty structured payload (null period/metrics or empty lists) — follow server instructions; do not invent dates or scores.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Output Schema
| Name | Required | Description |
|---|---|---|
| period | Yes | Current metrics window (UTC calendar dates). |
| competitors | Yes | Visibility leaderboard rows with share-of-voice metrics. Primarily ordered by visibility score descending within a cropped top window; if the owned website sits outside that window, it (and the brand just ahead) are appended. Equal scores can still have different ranks — prefer visibilityRank, then share of voice, when comparing. |
| previousPeriod | Yes | Previous metrics window, or null when deltas are unavailable. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already mark the tool read-only, idempotent, and non-destructive, and the description adds substantial behavior: up to 8 rows, appended rows for the owned website and brand ahead, non-strict ordering, and the no-website setup payload with an instruction not to invent dates or scores.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is dense but every sentence earns its place: it front-loads the core purpose, then covers ordering behavior, comparison preference, and the no-setup edge case without redundant wording.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With no parameters and an output schema present, the description fully covers the normal call flow and the notable no-website edge case. Nothing essential for an agent to invoke the tool correctly is missing.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
There are zero parameters and the input schema is fully described, so there is nothing for the description to add. The baseline of 4 applies because parameter semantics are not relevant here.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Clearly states the tool lists the visibility leaderboard for the account website with share-of-voice metrics. The verb and resource are specific, and the 'competitor leaderboard' framing distinguishes it from sibling list_* tools even without naming them.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Provides operational guidance: prefer visibilityRank, then share of voice; highlight isKeyCompetitor rivals; follow server instructions when no website is set up. It does not explicitly contrast with siblings, but the leaderboard context and comparison guidance make the intended use clear.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_improvementsList content improvementsARead-onlyIdempotent
List content improvements for the account website, already ordered by product priority. Includes open and completed items (status: todo, help_requested, review, done) with impact and effort. Prefer open items unless the user asks for completed work. An empty list means no improvements are available yet (or metrics/actions are still being collected). When the user asks what to improve, lead with these product recommendations before any extra strategy. When writing for humans, spell out enum labels (e.g. very_high → 'very high', help_requested → 'help requested'). When no website is set up for the account, returns setup guidance pointing to https://beamtrace.com/setup and an empty structured payload (null period/metrics or empty lists) — follow server instructions; do not invent dates or scores.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Output Schema
| Name | Required | Description |
|---|---|---|
| improvements | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description adds substantial behavioral detail beyond the annotations: ordering by priority, inclusion of open and completed items, default preference for open items, interpretation of empty results, formatting of enum labels for humans, and the setup-guidance fallback when no website exists. This goes far beyond the read-only and idempotent hints, providing comprehensive behavior for edge cases.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is relatively long but every sentence adds value: it covers purpose, ordering, statuses, default behavior, empty results, formatting, and the setup fallback. It is front-loaded with the core purpose and maintains a logical flow. While not minimal, the length is justified by the range of behavioral nuances it conveys.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool has no parameters, an output schema exists, and annotations declare safety, the description is complete. It explains what the tool returns, how to interpret results, special cases (empty list, no website), and formatting guidelines. Nothing an agent needs to call it correctly is missing.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, so the description does not need to explain parameter meaning. The schema coverage is 100% (vacuously). The description adds context about output fields like status and impact, but since there are no parameters, the baseline of 4 applies without further enhancement needed.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states a specific verb ('List') and resource ('content improvements for the account website'), with additional detail on ordering by product priority. This distinguishes it from sibling tools like list_topics or list_competitors, as it targets improvement recommendations rather than generic content lists.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides clear usage guidance: 'Prefer open items unless the user asks for completed work' and 'When the user asks what to improve, lead with these product recommendations before any extra strategy.' It does not explicitly name alternatives, but the context is sufficient for an agent to decide when to invoke it, especially given the distinct purpose.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_promptsList promptsARead-onlyIdempotent
List tracked prompts for the account website with visibility metrics, parent topicId, mentioned flag, and per-prompt competitors (ranks 1–10). Prefer after list_topics when you need specific query-level detail. Rows with mentioned false are coverage gaps. When naming a prompt's topic, match topicId to list_topics and use that topic's name exactly. Counts of gaps vs total must use the returned prompts array length (not list_topics[].promptCount). When no website is set up for the account, returns setup guidance pointing to https://beamtrace.com/setup and an empty structured payload (null period/metrics or empty lists) — follow server instructions; do not invent dates or scores.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Output Schema
| Name | Required | Description |
|---|---|---|
| period | Yes | Current metrics window (UTC calendar dates). |
| prompts | Yes | |
| previousPeriod | Yes | Previous metrics window, or null when deltas are unavailable. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds valuable edge-case behavior: the response when no website is set up (setup guidance with empty payload) and the instruction not to invent dates or scores. This goes beyond the structured annotations and gives the agent concrete handling steps.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single dense paragraph that front-loads the core purpose, then gives usage guidance and edge-case behavior. Every sentence contributes value, but it is slightly longer than strictly necessary, mixing guidance with edge-case instructions. It is still well-structured and not verbose enough to lose a point below 4.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool has no parameters, an output schema, and annotations covering safety, the description is complete. It explains what data is returned, how to interpret it, when to use it, how to handle topic naming, and the no-website edge case. Nothing an agent needs to call it correctly is missing.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, so the description correctly omits parameter details. The baseline of 4 applies because there is nothing to add; the description does not waste space on non-existent parameters. It fully covers the absence of parameters without redundancy.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb 'List' and the resource 'tracked prompts' along with the specific data returned (visibility metrics, parent topicId, mentioned flag, per-prompt competitors). It distinguishes itself from sibling tools like list_topics by specifying the added competitor and metric details, so an agent can immediately tell them apart.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly instructs to 'Prefer after list_topics when you need specific query-level detail', naming the alternative and the condition. It also provides concrete guidance on matching topicId to list_topics and using the returned prompts array length for gap counts, leaving no ambiguity about when and how to use this tool.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_topicsList topicsARead-onlyIdempotent
List topic rollups for the account website with visibility score, share of voice, ranks, deltas, and per-topic competitors (ranks 1–10). List order is not importance order — sort yourself when ranking opportunities. promptCount is the topic's prompt total and may exceed how many rows list_prompts returns for that topic. Use list_prompts when you need per-prompt detail or coverage-gap counts. When no website is set up for the account, returns setup guidance pointing to https://beamtrace.com/setup and an empty structured payload (null period/metrics or empty lists) — follow server instructions; do not invent dates or scores.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Output Schema
| Name | Required | Description |
|---|---|---|
| period | Yes | Current metrics window (UTC calendar dates). |
| topics | Yes | |
| previousPeriod | Yes | Previous metrics window, or null when deltas are unavailable. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, and the description adds non-obvious behavioral context: list order is not importance, promptCount may exceed list_prompts rows, and a missing website returns setup guidance with an empty payload. This prevents misinterpretation and hallucination.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Every sentence earns its place: payload contents, ordering caveat, count semantics, sibling routing, and the no-website edge case. The description is dense but free of filler and front-loads the core purpose.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a zero-parameter read-only tool with an output schema and safety annotations, the description covers all needed caveats and the failure mode. Nothing essential is missing for an agent to select and call it correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, so there is no parameter documentation burden on the description. The baseline of 4 applies because the description instead clarifies output semantics and field meanings.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific verb ('List') and resource ('topic rollups for the account website'), and enumerates the exact fields returned. It clearly differentiates itself from list_prompts by naming per-prompt detail as a separate purpose.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It explicitly tells the agent to use list_prompts when per-prompt detail or coverage-gap counts are needed, implying list_topics for rollups. It also warns that list order is not importance order and gives setup-edge-case handling instructions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
5 tool updates
v1.0.0- First observed
get_visibility - First observed
list_competitors - First observed
list_improvements - First observed
list_prompts - First observed
list_topics
TDQS
Scored across 5 tools
Each tool targets a distinct aspect: overall visibility, topic rollups, prompt-level details, competitor leaderboard, and improvement recommendations. The boundaries are clear and unlikely to cause confusion.
Names follow a clear verb_noun pattern, mostly using list_ for collection-style tools. get_visibility is the only get_ exception, but it is still consistent and readable.
Five tools is well-scoped for an analytics-focused server, covering the primary data views without unnecessary bloat or missing core functionality.
The tool set covers the full read-only analytics journey: high-level snapshot, topic rollups, prompt details, competitor comparison, and actionable improvements. Setup guidance is handled via returned messages, so no obvious gaps remain.
Maintenance
Related MCP Connectors
- VibeSEOOAuthdev.vibeseo
SEO research, audits, backlinks, GSC, and content workflow tools for AI agents.
AI Visibility and Content Intelligence tools for Claude and MCP-compatible agents.
Real SEO data for AI assistants: page audits, Keyword Planner volumes, Search Console history.
- Cite42OAuthdev.cite42
AI visibility, brand rankings, citations, SEO keywords, trends, and scheduled prompt trackers.
Related MCP Servers
- AlicenseCqualityDmaintenanceConnects AI assistants to SE Ranking's SEO and project management APIs to enable natural language queries for keyword research, backlink analysis, and technical audits. It supports comprehensive tasks including competitive analysis, domain traffic tracking, and AI search visibility monitoring.100Apache 2.0
- AlicenseNot gradedqualityFmaintenanceConnects AI assistants to SEO APIs for backlinks analysis, keyword research, and traffic analysis.628MIT
- AlicenseAqualityDmaintenanceConnects AI assistants to Google Search Console data for SEO analysis, including search analytics, URL inspection, sitemaps, indexing, and opportunity detection.17MIT
- FlicenseNot gradedqualityCmaintenanceConnects Tracora brand and query data to MCP assistants, enabling listing of active brands and AI visibility queries via two read-only tools.-