For AI agents: a documentation index is available at https://docs.coverbase.com/llms.txt. This page is also available in markdown by appending .md to the URL.
The Coverbase MCP server lets AI assistants and agentic tools query and manage your third-party risk and procurement program through natural conversation. Ask about vendors, assessments, findings, contracts, obligations, and subprocessor exposure, and the assistant pulls answers directly from your Coverbase account, scoped to your permissions.
The server implements the Model Context Protocol, an open standard for connecting AI assistants to external systems. It works with any MCP-compatible client.
Supported clients
Claude
claude.ai web, Claude Desktop, Claude for Chrome
Claude Code
Anthropic’s command-line agentic coding tool
Cursor
The AI-native IDE
VS Code
GitHub Copilot agent mode (native MCP)
Microsoft Copilot Studio
MCP tools for Copilot agents
Cline
The VS Code coding agent
Goose
Block’s open-source AI agent
MCP Inspector
The official Anthropic debugging client
What you can do
The server exposes 11 tools, each dispatching many operations, across read and write capabilities.Vendor intake, end to end in chat
Vendor intake, end to end in chat
File a complete vendor intake request in conversation: the assistant researches the vendor and confirms its identity with you, surfaces existing vendors that already cover the need, runs the pre-qualification and duplicate checks your portal configures, then walks the inherent risk questionnaire one question at a time. Reviewers can work the pending queue the same way, approving, rejecting, or requesting follow-up. See Vendor intake in chat.
Vendor and portfolio operations
Vendor and portfolio operations
Search vendors by name, status, tier, owner, or tags. Pull a full vendor profile in one call: people, assessments, findings, contracts, engagements, obligations, radar alerts, security cases, and SOC 2 documents. Read a vendor’s latest applied bill of materials (SBOM, AIBOM, HBOM, SaaSBOM) and its components, or its full BOM upload history. Surface portfolio-wide views including highest-risk vendors, evidence health, and assessment metrics.
Assessments and controls
Assessments and controls
Search assessments by vendor, status, or assignee. Get full assessment detail in one call: control evaluations, findings with titles, people, supporting documents. List control sets, controls within a set, and per-control evaluation results. Start new assessments, update fields, and manage assessment plans.
Findings, obligations, and follow-ups
Findings, obligations, and follow-ups
Search findings scoped to a vendor or assessment, or org-wide, with full titles, categories, assignees, due dates, and status. List follow-ups attached to assessments. Search and update obligations extracted from vendor documents. Create new findings or obligations with explicit confirmation.
Contracts, engagements, and documents
Contracts, engagements, and documents
Search contracts by vendor or status, and get full contract detail. List vendor engagements and vendor documents (evidence files) for a vendor or org-wide. Get evidence health summaries.
Subprocessor and supply-chain analysis
Subprocessor and supply-chain analysis
Search across all vendors’ SOC 2 reports and custom relationships to find which vendors depend on a specific nth-party. The question that takes hours in most TPRM tools and seconds here: “which of our vendors use AWS as a subprocessor?”
Tuning the AI and clearing false positives
Tuning the AI and clearing false positives
Rank controls by how often they flag an issue across recent assessments to find the false-positive-prone ones, then tune a control’s expectation, evaluation instructions, or evidence requirement so it stops misfiring. Material edits create a new version rather than overwriting. Clear individual false positives on a single assessment, and re-run the analysis against the new guidance.
Radar and continuous monitoring
Radar and continuous monitoring
List radar alert events for a single vendor or across the org. List and update radar detectors configured for the org. Seed a radar event manually, dismiss a noisy alert (optionally suppressing similar ones), and start a reassessment from an event with its impacted vendors.
Activity, audit, and notifications
Activity, audit, and notifications
Get an org activity digest in one call: recent assessments, open findings, radar alerts, audit trail entries, and notifications. List the audit trail for any supported object.
Notes and configuration
Notes and configuration
List and add notes on any platform object. List and update tags, custom field configurations, custom field values, workflow automations, assessment plans, questionnaires, status labels, and org users.
Full tool reference
Every route on all 11 tools: the read
kind values, the report catalog and their parameters, and the complete write matrix.Server endpoint
Connecting
Claude Code
claude mcp add --transport http coverbase https://mcp.coverbase.app/mcpClaude.ai
Add a custom connector in Settings → Connectors
Claude Desktop
Add a custom connector in Settings → Connectors
Cursor
Add as a remote MCP server in Cursor settings
VS Code
Native MCP in GitHub Copilot agent mode
Microsoft Copilot Studio
Add as a Model Context Protocol tool
Other clients
Any MCP client with OAuth 2.0 and Streamable HTTP transport
Requirements
- An active Coverbase account on a plan that includes API access.
- An MCP-compatible AI assistant or client.
- The MCP server uses OAuth 2.0. Your permissions in Coverbase determine what the connected assistant can see and do.
Vendor intake in chat
Run a full intake request in conversation: identity confirmation, alternatives, screening, and the questionnaire.
Tool reference
Every route on all 11 tools, with the parameters each accepts.
Canned prompts
Nineteen scripted workflows you can invoke by name instead of describing.
Example prompts
Realistic phrasing for the workflows customers run daily and weekly.
Roles and permissions
How read-only versus read/write is decided, and how it maps to your Coverbase role.
Privacy and security
How we handle credentials, what we log, what we don’t retain, and how to revoke access.