Documentation Index
Fetch the complete documentation index at: https://docs.dataharbor.co/llms.txt
Use this file to discover all available pages before exploring further.
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:
| Tool | Availability | What it does |
|---|---|---|
search_registry | Anonymous and authenticated sessions | Search the DataHarbor registry for listed Virtual APIs and discovery metadata |
get_virtual_api_info | Authenticated sessions | Retrieve richer information about a specific Virtual API after you know which one you want to inspect |
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:| Tool | Description |
|---|---|
describe_schema | Describe the effective governed contract for the current Virtual API, including route context, named visible fields, pass-through fields observed by DataHarbor, derived fields, and geofence restrictions |
| Lease-specific data tool | Fetch governed data from the current Virtual API. The tool name is derived from the Virtual API title, so it varies by lease |
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
| 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
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

