MCP Server Delivery
Governed AI data access. No separate security model. Turn any Virtual API into a governed MCP (Model Context Protocol) endpoint for AI agent consumption. OAuth credentials and a URL — that’s all you need to connect Claude, ChatGPT, or any MCP client.How it works
AI agents inherit the same controls as any other consumer:- Same privacy controls (redact, tokenize, anonymize)
- Same access controls (geo, expiration, revocation)
- Same audit trail
Authentication
MCP delivery uses OAuth 2.0:Connect from Claude Desktop
Add to your Claude Desktop configuration:Auto-generated tools
DataHarbor automatically generates MCP tools based on your Virtual API schema:| Tool | Description |
|---|---|
read_customers | Fetch all records |
search_customers | Search by field values |
get_customer | Fetch a single record by ID |
filter_customers | Apply filters (equals, contains, range) |
Example conversation
Governance in action
| What AI sees | What’s protected |
|---|---|
tok_abc123 | Real email address |
tok_def456 | Real phone number |
"" (empty) | SSN, date of birth |
- Count and aggregate
- Filter and search
- Correlate by tokens (within the same Virtual API)
- See raw PII
- Reverse tokens
- Access data after expiration/revocation

