Skip to main content

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
No separate security model for AI.

MCP endpoints

Direct Virtual API MCP

Every Virtual API with MCP delivery enabled gets a lease-scoped MCP URL:
Point any MCP client at this URL when you want to work inside one specific governed Virtual API. This is the lease-targeted MCP surface: you are already inside a single Virtual API, not browsing the wider platform. OAuth authentication is required.

Platform discovery MCP

DataHarbor also exposes a platform discovery endpoint:
Use this endpoint when you want to discover available Virtual APIs across DataHarbor before connecting to a specific one. This is the platform lobby, not the lease-targeted working surface.
  • 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:
To start with platform discovery instead, point your MCP client at:

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

The AI sees tokenized/redacted data — never the raw values.

Governance in action

The AI can still:
  • Count and aggregate
  • Filter and search
  • Correlate by tokens (within the same Virtual API)
The AI cannot:
  • 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