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. DataHarbor gives you two MCP entry points: one to connect directly to a specific Virtual API, and one to discover the broader DataHarbor catalog.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
MCP endpoints
Direct Virtual API MCP
Every Virtual API with MCP delivery enabled gets a lease-scoped MCP URL:Platform discovery MCP
DataHarbor also exposes a platform discovery endpoint:- Anonymous sessions get a narrow, discovery-only tool surface.
- Authenticated sessions can inspect richer platform metadata.
- Once you choose a specific Virtual API, connect to its lease-scoped MCP URL for direct use.
Current platform discovery tools
The platform discovery surface is intentionally small. Today,https://service.dataharbor.co/mcp exposes:
This tool surface is product-defined and stable enough to document directly.
Connect from Claude Desktop
Add a specific Virtual API to your Claude Desktop configuration:Lease-scoped tools
When you connect to a specific Virtual API endpoint, DataHarbor exposes a small lease-scoped tool surface for that one governed Virtual API. Today, a direct lease session exposes:
The lease-specific data tool uses the current Virtual API’s configured route template. If the backing route exposes path parameters, those parameters become MCP tool inputs.
describe_schema is intentionally privacy-bounded:
- It describes the lease-owned effective contract, not the full raw backing API schema.
- Unchanged pass-through fields may appear when DataHarbor has observed them in the backing schema inventory.
- Redacted field names may still appear when the lease explicitly exposes them.
- Deleted fields are omitted.
- It does not expose raw explored-model documents, hidden annotations, or fields removed by lease controls.
Example conversation
Governance in action
The AI can still:
- Count and aggregate
- Filter and search
- Correlate by tokens (within the same Virtual API)
- See raw PII
- Reverse tokens
- Access data after expiration/revocation
Audit trail
Every AI request is logged:Next steps
Data Lake Delivery
Sync governed data to your data platform
Schema Analytics
Monitor what AI agents access

