Claude MCP bridge
The Model Context Protocol bridge exposes WebmasterID Agent site signals, work packages, and provider data directly to the Claude Code CLI — enabling local, context-aware growth automation with a human-approval gate.
Setup
- 01
Install Claude Code CLI
Install the Claude Code CLI from Anthropic and authenticate with your Anthropic API key.
- 02
Generate an Agent MCP key
In the WebmasterID Agent dashboard under Settings → API, generate an MCP API key scoped to your workspace.
- 03
Register the MCP server
Add the WebmasterID Agent MCP server to your Claude Code configuration with the generated key. The server URL is shown in your dashboard.
- 04
Verify the connection
Run `claude mcp list` to confirm the Agent MCP server is registered. Then invoke any Agent tool to verify connectivity.
Available MCP tools
list_sitesReturns all sites connected to your workspace with their current sync status.
get_site_signalsFetches fused provider signals for a specific site — GSC, Bing, DataForSEO, and Core data in one response.
list_work_packagesReturns the current prioritised work queue for a site with severity, signal context, and suggested remediation.
get_work_packageFull detail for a specific work package including affected URLs, triggering signals, and remediation guidance.
approve_work_packageRecords operator approval for a work package after reviewing Claude's proposed changes.
list_providersReturns all connected providers for a workspace with their last sync timestamp and status.
Frequently asked questions
What is the Model Context Protocol?
MCP (Model Context Protocol) is an open standard developed by Anthropic for connecting AI models to external tools and data sources. It allows Claude Code to read from and interact with external systems in a structured, auditable way.
Is the MCP connection encrypted?
Yes. All MCP traffic between your local Claude Code CLI and the Agent MCP server is over HTTPS. MCP API keys are workspace-scoped and can be rotated from the dashboard at any time.
Can I use the MCP bridge without the dashboard?
The MCP bridge is the programmatic interface to the Agent. You can use it directly from Claude Code to query signals and work packages. The dashboard provides a visual UI for the same data.
Does the MCP bridge support multiple workspaces?
Each MCP API key is scoped to one workspace. To work across multiple workspaces, register multiple MCP server entries in your Claude Code configuration with their respective keys.