Turn your data into AI tools.
Give your AI agents secure access to your data. Connect databases and APIs, define tools, and expose them as MCP endpoints — ready in 5 minutes.
7-day free trial. No credit card required.
Your data. Your AI. Connected.
Connect any data source, define tools, and expose them as MCP endpoints that any AI client can use.
Data Sources
How it works
Connect any source
-- Tool: get_quarterly_revenue
-- Source: PostgreSQL (production-db)
SELECT
SUM(amount) AS revenue,
COUNT(*) AS transactions
FROM orders
WHERE
quarter = {{ quarter }}
AND year = {{ year }}
AND status = 'completed'To any destination
// Works with Claude Desktop, ChatGPT, Cursor, and any MCP client
{
"mcpServers": {
"datatape": {
"url": "https://<uuid>.mcp.datatape.ai/mcp",
"headers": {
"Authorization": "Bearer dt_sk_live_abc123..."
}
}
}
}
// Without the header, falls back to OAuth (RFC 9728)Why Datatape
Security
AI sees tools, not passwords. Read-only enforcement, scoped keys, and full audit logging.
Correctness
Every tool call runs pre-defined, tested SQL. No hallucinated queries, no wrong answers — just correct results, every time.
Speed
Ship in minutes, not weeks. No infrastructure to build. No servers to deploy.
Context
Add descriptions, business glossary, and usage examples to every tool. AI agents understand not just the query, but the domain.
Resilience
Define tools once, update in one place. When schemas change, fix the template — every agent gets the update. No silent breakage.
Features
One Endpoint, Every Database
One MCP endpoint serves PostgreSQL, Snowflake, BigQuery, Google Sheets, and REST APIs. No separate servers per source.
SQL Templates
Pre-defined queries with typed parameters. Testable, auditable, always correct.
API Keys & OAuth
Authenticate with scoped API keys or OAuth 2.0. Supports MCP authorization (RFC 9728) for interactive clients.
Role-Based Access
Admin, editor, and viewer roles. Control who can create, modify, or use tools.
Audit Logging
Every tool call logged with parameters, duration, and caller identity.
MCP Endpoints
Standard MCP protocol. Works with Claude, ChatGPT, Cursor, and any MCP client.
Why not just use a generic SQL MCP?
Generic SQL servers let AI write queries on the fly. Different SQL every time. Untestable. Unpredictable. Fine for demos. Dangerous for production.
Pricing
Simple pricing for everyone.
Start free, scale as you grow.
Data access should enable AI securely, not block it.
Start your 7-day free trial. No credit card required.