Bisibility
This server provides an MCP interface to the Bisibility SEO platform, supporting both read-only and read-write operations with optional toolset filtering. Capabilities include: project and keyword management; rank tracking and history; backlink analysis; traffic analytics from connected sources (e.g., GA4, GSC); sitemap monitoring; alert rules for position changes; competitor tracking; team and provider management; and administrative tasks such as API keys, webhooks, and profile updates.
Provides tools for connecting to and querying Google Analytics 4 and Google Search Console, including traffic snapshots, search query statistics, and synchronization of analytics data through the bisibility platform.
@bisibility/mcp
Part of bisibility - an open-source SEO platform for keyword research, backlink analysis, and Google rank tracking. This repository contains the MCP server that exposes bisibility tools to AI agents.
Docs · API reference · Roadmap
Status: Developer preview.
Distribution
Distribution status and release channels
Model Context Protocol server for the bisibility REST API. It exposes stdio tools
backed by the published @bisibility/sdk package.
Related MCP server: GeoRanker MCP Server
Requirements
Node.js 18 or newer
A bisibility API key
A bisibility API v1 base URL
Install
Run the published stdio server without a global install:
npx -y @bisibility/mcpFor local development, install and build from this package directory:
From this package directory:
npm install
npm run buildThe SDK is consumed from the npm registry:
"@bisibility/sdk": "^0.10.0"MCPB bundle
Directories and clients that support MCPB can distribute bisibility as a one-click local bundle. The bundle includes the stdio server and all production dependencies, but never a bisibility credential. The client collects configuration during installation.
Build the upload artifact with:
npm ci
npm run build
npm run build:mcpbThe versioned file is written to artifacts/.
Environment
export BISIBILITY_API_KEY="bsb_pat_live_..."
export BISIBILITY_BASE_URL="https://eu.bisibility.com/api/v1"
export BISIBILITY_PROJECT_ID="prj_..."
export BISIBILITY_MCP_READ_ONLY="1"
export BISIBILITY_MCP_TOOLSETS="projects,keywords,checks,rank-history"BISIBILITY_BASE_URL is optional and defaults to https://eu.bisibility.com/api/v1. For self-hosted
installs, set it to your API v1 root, for example https://rank.example/api/v1.
BISIBILITY_API_KEY accepts a project key (bsb_key_live_...) or personal access
token (bsb_pat_live_...). Set optional BISIBILITY_PROJECT_ID as the default
X-Bisibility-Project selector for project-implicit PAT tools; a tool's
optional project_id argument overrides it for that call. Every resource ID
accepted by the MCP server, including BISIBILITY_PROJECT_ID, must use the
current typed public ID format: a canonical lowercase prefix plus _ and a
24-character lowercase suffix, for example prj_a1b2c3d4e5f6g7h8j9k0m2n3.
Malformed IDs, mixed-case IDs, and wrong resource prefixes are rejected.
Location selection uses the returned location_key, never a location ID. A key can end in
@language to select a non-default language for the location, for example
ES/Andalusia/Malaga@en; an unqualified key uses the country's default language.
The server consumes the public ID contract from the published
@bisibility/sdk package. Do not replace it with a local SDK link.
BISIBILITY_MCP_READ_ONLY accepts 1, true, yes, or on, ignoring case. When enabled,
write tools are not registered and do not appear in tools/list.
BISIBILITY_MCP_TOOLSETS is an optional comma-separated allowlist. Valid toolsets are account,
alerts, analytics, backlinks, checks, competitors, domain-overview, keywords,
notifications, projects, providers, rank-history, saved-views, signals, sitemaps,
system, team, tokens, and webhooks. An unknown value prevents the server from starting.
When the variable is unset, all toolsets are registered. The toolset filter and read-only mode
compose. The allowlist is a scope control, not a way to improve tool selection.
Run
npm run build
BISIBILITY_API_KEY="bsb_key_live_..." node dist/stdio.jsWhen installed as a package, the bin is:
bisibility-mcpConnect
After building the repository, connect Codex to the local stdio server:
codex mcp add bisibility \
--env BISIBILITY_API_KEY="bsb_key_live_..." \
--env BISIBILITY_BASE_URL="https://bisibility.com/api/v1" \
-- node /absolute/path/to/bisibility-mcp/dist/stdio.jsThe codex mcp add syntax above was verified against the Codex CLI. Replace the
absolute path and credential before running it.
Other MCP clients commonly use a JSON configuration like this:
{
"mcpServers": {
"bisibility": {
"command": "npx",
"args": ["-y", "@bisibility/mcp"],
"env": {
"BISIBILITY_API_KEY": "bsb_key_live_...",
"BISIBILITY_BASE_URL": "https://eu.bisibility.com/api/v1"
}
}
}
}If bisibility-mcp is installed on the client's PATH, use the package bin:
{
"mcpServers": {
"bisibility": {
"command": "bisibility-mcp",
"env": {
"BISIBILITY_API_KEY": "bsb_key_live_...",
"BISIBILITY_BASE_URL": "https://eu.bisibility.com/api/v1"
}
}
}
}Tools
Tools use unprefixed snake_case names and can be filtered with
BISIBILITY_MCP_TOOLSETS. The names match the built-in /api/mcp endpoint, so clients can
switch transports without rewriting tool calls.
Domain Overview tools always require a nonnegative whole-cent max_cost_cents
cap. Use estimate_only: true together with max_cost_cents: 0 for the safe
estimate-first step; provider estimates and returned charges may still contain
fractional cents.
Area | Examples |
Discovery | Health, capabilities, provider rates, and cost estimates |
Rank tracking | Projects, keywords, checks, rank history, and sitemaps |
Analytics | Traffic snapshots, query statistics, signals, backlinks, and Domain Overview |
Collaboration | Alerts, team members, invitations, and notifications |
Administration | Providers, API keys, personal tokens, webhooks, and migration tokens |
get_healthget_capabilitiesget_cloud_import_compatibilityget_provider_ratesget_cost_estimateget_meupdate_melist_projectscreate_projectget_projectsearch_locationsupdate_projectdelete_projectget_project_defaultsupdate_project_defaultslist_keywordslist_ranked_keyword_suggestionsresearch_keywordsanalyze_backlinksload_more_backlink_rowsanalyze_domain_overviewload_domain_overview_historyload_domain_overview_keywordsload_domain_overview_pagesget_keyword_metricsadd_keywordsget_keywordupdate_keywordset_keyword_target_urldelete_keywordbulk_update_keywordsrun_rank_checkget_rank_historyexport_rank_historylist_sitemap_monitorsenable_sitemap_monitordisable_sitemap_monitorget_rank_check_resultcreate_signallist_signalslist_traffic_snapshotslist_search_performance_query_statssync_project_trafficlist_api_keyscreate_api_keyrevoke_api_keylist_project_api_keyscreate_project_api_keylist_personal_tokenscreate_personal_tokenrevoke_personal_tokenlist_webhookscreate_webhookupdate_webhookdelete_webhooklist_alert_rulescreate_alert_ruleupdate_alert_ruledelete_alert_rulelist_triggered_alertsmute_triggered_alertmark_project_alerts_readlist_team_memberslist_team_invitescreate_team_inviterevoke_team_inviteresend_team_inviteupdate_team_member_roleremove_team_memberlist_providersconnect_provider(primary: trueis a legacy alias for priority0)test_provider_connectionupdate_provider_settingsset_provider_enabledset_provider_priorityset_primary_provider(legacy: true promotes priority0; false is a no-op)disconnect_providerlist_saved_keywordscreate_saved_keywordsdelete_saved_keywordlist_saved_viewscreate_saved_viewdelete_saved_viewlist_competitorsadd_competitorremove_competitorget_notification_preferencesupdate_notification_preferenceslist_migration_tokensmint_migration_tokenrevoke_migration_token
All protected tools use the configured BISIBILITY_API_KEY. Write tools accept an optional
idempotency_key, which is forwarded as the API Idempotency-Key request option.
The list above is asserted by a test (test/tools.test.ts), so it stays in sync with the
registered tool surface.
Security
The credential's scope is the primary authorization control, and the server accepts two kinds.
A project key (bsb_key_live_...) belongs to exactly one project, which bounds the damage from a
leak and makes it a good fit for a single-project or machine setup. A personal access token
(bsb_pat_live_...) covers the projects you are a member of, so one token serves them all; its
effective access in each project is the lower of the token's scope and your role there, meaning
a token never grants more than the person behind it. Use BISIBILITY_PROJECT_ID to set the
default project for a token that spans several, as described under Environment above.
Whichever kind you use, create it with a read scope for assistant use whenever possible, and
do not grant admin unless the assistant needs an administrative API operation. Server-side
filtering narrows the tools presented to the model, but it does not expand or replace the
permissions of the configured credential.
An agent that receives a write-scoped or admin credential can create and change project data.
Provider-backed Domain Overview tools can also spend the project's own provider budget on a cache
miss. Every Domain Overview call requires an explicit nonnegative integer max_cost_cents. For the
safe estimate-first step, call analyze_domain_overview with estimate_only: true and
max_cost_cents: 0; use the same zero cap for a cache-only attempt. A positive value caps the
permitted provider charge.
The destructive surface includes delete_project, delete_keyword,
bulk_update_keywords when its operation is delete, delete_webhook,
delete_alert_rule, delete_saved_keyword, delete_saved_view,
remove_team_member, remove_competitor,
disconnect_provider, revoke_api_key,
revoke_personal_token, revoke_team_invite, and
revoke_migration_token. Revoking the credential used by the server can immediately
lock the server out.
Use read-only mode and a narrow toolset allowlist as defense in depth:
export BISIBILITY_MCP_READ_ONLY="1"
export BISIBILITY_MCP_TOOLSETS="projects,keywords,checks,rank-history,alerts"Content returned by the API is untrusted input that reaches the model. Project names, keyword phrases, alert text, and similar tracked data can contain hostile instructions intended to steer an agent that also has write tools. Keep credentials and registered toolsets as narrow as the workflow permits, and enable client-side confirmation for tool calls when the MCP client supports it.
HTTP Transport
This package ships stdio transport only. The code is split so an HTTP transport can reuse the same server factory:
import { createBisibilityClientFromEnv, createBisibilityMcpServer } from "@bisibility/mcp";
const client = createBisibilityClientFromEnv();
const server = createBisibilityMcpServer({ client });An HTTP entry point can wrap that server with the official SDK HTTP transport, such as
StreamableHTTPServerTransport, in a Node, Worker, or hosted adapter.
Development
npm run lint
npm run typecheck
npm test
npm run buildLicense
Licensed under the Apache License, Version 2.0. See LICENSE and NOTICE.
Maintenance
Related MCP Servers
- AlicenseCqualityDmaintenanceAn MCP server that integrates with the Haloscan SEO API to provide tools for keyword research, SERP analysis, and domain performance tracking. It enables users to perform comprehensive SEO tasks, including competitor analysis and visibility monitoring, within MCP-compatible clients.33571MIT
- AlicenseNot gradedqualityDmaintenanceAn agent-friendly MCP server for the GeoRanker High-Volume API, enabling SEO rank tracking and keyword management through natural language.391MIT
- AlicenseBqualityDmaintenanceMCP server & CLI for keyword research, domain analytics, backlinks, traffic analysis, and competitive intelligence using Semrush API data.776839MIT
- FlicenseNot gradedqualityBmaintenanceA standalone MCP server for Ubersuggest that runs entirely locally using SQLite and Playwright, providing tools to query subscription status, projects, domain overview, keyword research, site audit, and more.
Related MCP Connectors
Hosted MCP with 91 agent tools: X, domains, SEO, Maps, Trends, Search, YouTube, TikTok, and more.
MCP server for Google search results via SERP API
SEO MCP server: crawl your site, find AI-visibility gaps, and ship the fix from your coding agent.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/CorgiCorner/bisibility-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server