MCP support in Azure Data API Builder for exposing configured database entities as MCP tools, including entity discovery and DML operations over Azure databases and supported on-premises data stores.
Data API Builder MCP tools can expose database entity metadata and perform DML operations depending on DAB configuration and permissions., Built-in tools include entity discovery and record read, create, update, delete, aggregate, and execute-style workflows in the MCP source tree., The upstream README still labels endpoint support as coming soon while source, samples, and testing docs expose MCP behavior; verify the exact release before production use., Use least-privilege roles, disable DML tools where not required, and require approval before write, delete, execute, or stored-procedure operations., Do not connect MCP clients to production databases without backups, audit logging, query limits, and rollback procedures.
Privacy notes
Entity metadata can expose database names, table names, view names, stored procedure names, field names, key fields, relationships, permissions, and role design., Read and DML tool calls can expose or change customer records, internal data, regulated fields, identifiers, audit fields, and business workflow state., Connection strings, role headers, MCP URLs, logs, request bodies, result payloads, and MCP transcripts can contain sensitive operational or personal data., Redact database values, connection details, entity names, role names, and query results before sharing prompts, screenshots, logs, or generated notes.
Author
Azure
Submitted by
oktofeesh1
Claim status
unclaimed
Last verified
2026-06-06
Decision playbook
Review trust signals before you adopt
Signals are present but mixed. Use the checklist below to confirm the source and operational safety for your environment.
Compare context
Selected
0
Current score
63
Baseline
—
Delta
No baseline selected
No major trust-signal divergence detected in the current selection.
Source and provenance checks
Needs review
Confirm ownership and provenance before trusting install instructions.
Source link availableRequired
Open the canonical repository and verify ownership.
Done
Source provenance statusRequired
Marked as source-backed.
Done
Metadata reviewed
No reviewed flag detected in metadata.
Pending
Safety and privacy checks
Complete
Validate risk disclosures before installation or API wiring.
Safety notes presentRequired
Review the listed safety guidance before running commands.
Done
Privacy notes presentRequired
Review data handling notes before connecting accounts or secrets.
Done
Trust level risk gateRequired
Trust level does not block evaluation.
Done
Package and install checks
Needs review
Check package metadata and artifact integrity signals.
Install payload available
Install or copy payload is available for review.
Done
Package verification flag
No package verification flag provided.
Pending
Checksum metadata
No checksum provided for downloaded artifact.
Pending
Compare-driven decision checks
Needs review
Use compare context to validate trade-offs before adoption.
Compare tray has multiple entries
Add at least one more entry to compare trust differences.
5 prerequisites to line up before setup. Includes a review or approval gate.
0/5 ready
Network & hosting2Review & approval330 minutes
Safety & privacy surface
Safety & privacy surface
5 safety and 4 privacy notes across 5 risk areas. Review closely: permissions & scopes, network access.
5 areas
SafetyPermissions & scopesData API Builder MCP tools can expose database entity metadata and perform DML operations depending on DAB configuration and permissions.
SafetyExecution & processesBuilt-in tools include entity discovery and record read, create, update, delete, aggregate, and execute-style workflows in the MCP source tree.
SafetyNetwork accessThe upstream README still labels endpoint support as coming soon while source, samples, and testing docs expose MCP behavior; verify the exact release before production use.
SafetyPermissions & scopesUse least-privilege roles, disable DML tools where not required, and require approval before write, delete, execute, or stored-procedure operations.
SafetyData retentionDo not connect MCP clients to production databases without backups, audit logging, query limits, and rollback procedures.
PrivacyPermissions & scopesEntity metadata can expose database names, table names, view names, stored procedure names, field names, key fields, relationships, permissions, and role design.
PrivacyGeneralRead and DML tool calls can expose or change customer records, internal data, regulated fields, identifiers, audit fields, and business workflow state.
PrivacyPermissions & scopesConnection strings, role headers, MCP URLs, logs, request bodies, result payloads, and MCP transcripts can contain sensitive operational or personal data.
PrivacyPermissions & scopesRedact database values, connection details, entity names, role names, and query results before sharing prompts, screenshots, logs, or generated notes.
Disclosure: MIT-licensed Azure Data API Builder project with active MCP source, samples, and testing guidance. Treat the MCP surface as release-sensitive and verify current DAB release notes before using it outside a reviewed environment.
Safety notes
Data API Builder MCP tools can expose database entity metadata and perform DML operations depending on DAB configuration and permissions.
Built-in tools include entity discovery and record read, create, update, delete, aggregate, and execute-style workflows in the MCP source tree.
The upstream README still labels endpoint support as coming soon while source, samples, and testing docs expose MCP behavior; verify the exact release before production use.
Use least-privilege roles, disable DML tools where not required, and require approval before write, delete, execute, or stored-procedure operations.
Do not connect MCP clients to production databases without backups, audit logging, query limits, and rollback procedures.
Privacy notes
Entity metadata can expose database names, table names, view names, stored procedure names, field names, key fields, relationships, permissions, and role design.
Read and DML tool calls can expose or change customer records, internal data, regulated fields, identifiers, audit fields, and business workflow state.
Connection strings, role headers, MCP URLs, logs, request bodies, result payloads, and MCP transcripts can contain sensitive operational or personal data.
Redact database values, connection details, entity names, role names, and query results before sharing prompts, screenshots, logs, or generated notes.
Prerequisites
Reviewed Azure Data API Builder configuration with the MCP runtime section enabled.
Supported Azure or on-premises database connection configured through DAB.
DAB entity permissions, role headers, DML tool flags, and per-entity MCP settings reviewed before exposing tools.
MCP client support for the transport used by the deployed DAB server.
Agreement on whether this preview/source-backed MCP support is appropriate for the target environment and release channel.
Schema details
Install type
cli
Troubleshooting
No
Source repository stats
Scope
Source repo
Collection metadata
Estimated setup
30 minutes
Difficulty
advanced
Tool listing metadata
Disclosure
MIT-licensed Azure Data API Builder project with active MCP source, samples, and testing guidance. Treat the MCP surface as release-sensitive and verify current DAB release notes before using it outside a reviewed environment.
Data API Builder MCP Tools are the MCP support being added to Azure Data API
Builder for exposing configured database entities as tools. The source tree
includes MCP server code and built-in tools for describing entities, reading
records, creating records, updating records, deleting records, and related DAB
database operations.
Use it when a team is already using Data API Builder and wants to evaluate an
MCP interface to the same entity model, permissions, and database-backed CRUD
surface that DAB exposes through its API configuration.
These sources were reviewed on 2026-06-06. Prefer the live repository, MCP
Inspector testing guide, license, sample configuration, MCP server source, and
built-in DML tool sources for current setup and behavior details.
Features
Enable MCP at the DAB runtime level with a configured MCP path.
Describe configured entities, fields, parameters, key fields, and permissions.
Read records from configured entities when the role has permission.
Create records for approved entities.
Update records by primary or composite keys.
Delete records through the DAB MCP tool surface.
Respect DAB entity settings, DML tool flags, and role authorization context.
Use MCP tooling alongside DAB's REST and GraphQL configuration model.
Installation
Enable the MCP runtime section in a reviewed Data API Builder configuration:
Because the public README still describes MCP endpoint support as coming soon,
verify the exact DAB release, package, and deployment mode before relying on the
MCP interface outside testing.
Use Cases
Ask Claude to call describe_entities before planning database work.
Inspect which entities expose read or write permissions to the current role.
Read approved records for debugging or support workflows.
Draft record updates, then apply them only after human review.
Test MCP access to a development database before exposing production data.
Compare DAB MCP behavior against the same DAB REST or GraphQL entity model.
Safety and Privacy
Data API Builder MCP Tools can read and mutate database records. Treat the MCP
endpoint as database access, not as documentation search. Start with read-only
roles, disable DML tools where possible, and require explicit approval before
create, update, delete, aggregate, execute, or stored-procedure workflows.
Treat schema metadata, record payloads, primary keys, role headers, connection
details, request bodies, query results, logs, and MCP transcripts as sensitive.
Do not expose customer, production, regulated, or irreplaceable databases to an
agent without backups, audit logging, query limits, and rollback procedures.
Duplicate Check
No Azure/data-api-builder, Data API Builder MCP, DAB MCP tools, Azure database
MCP, or matching source URL entry was found in content/mcp or README.md.
Existing database MCP entries do not cover Azure Data API Builder's source-level
MCP support for configured DAB entities.
Show that Data API Builder MCP Tools is listed on HeyClaude. Paste this Markdown into your README — it renders the badge and links back to this page.
[](https://heyclau.de/entry/mcp/data-api-builder-mcp-tools)
How it compares
Data API Builder MCP Tools side by side with 3 alternatives on trust, install, platform support, and disclosed safety notes — all from reviewed registry metadata.
MCP support in Azure Data API Builder for exposing configured database entities as MCP tools, including entity discovery and DML operations over Azure databases and supported on-premises data stores.
Official Alpaca MCP server for Trading API workflows, including account and portfolio data, orders, positions, watchlists, assets, stocks, crypto, options, news, corporate actions, and market data.
Apache-licensed TypeScript MCP server for Obsidian vaults with stdio and Streamable HTTP transports, Local REST API access, note search, section-aware edits, tag/frontmatter management, path policies, and read-only controls.
Official data.gouv.fr MCP server for searching French national open datasets, exploring organizations and data services, inspecting resources, querying tabular data, and retrieving dataset metrics through Claude.
✓Data API Builder MCP tools can expose database entity metadata and perform DML operations depending on DAB configuration and permissions.
Built-in tools include entity discovery and record read, create, update, delete, aggregate, and execute-style workflows in the MCP source tree.
The upstream README still labels endpoint support as coming soon while source, samples, and testing docs expose MCP behavior; verify the exact release before production use.
Use least-privilege roles, disable DML tools where not required, and require approval before write, delete, execute, or stored-procedure operations.
Do not connect MCP clients to production databases without backups, audit logging, query limits, and rollback procedures.
✓Alpaca MCP Server can expose account balances, buying power, positions, orders, activities, watchlists, assets, market data, news, corporate actions, stocks, crypto, options data, and trading tools to the MCP client.
Trading tools can place stock, ETF, crypto, and option orders, cancel orders, close positions, liquidate portfolios, replace orders, and exercise or mark do-not-exercise option contracts.
Paper trading is the default documented mode; setting `ALPACA_PAPER_TRADE=false` points trading calls at live Alpaca accounts and can result in real financial losses.
Require explicit human approval before any order placement, cancellation, liquidation, option exercise, live-account change, or strategy involving leverage, margin, extended hours, crypto, or options.
Use `ALPACA_TOOLSETS` to restrict the server to read-only or data-only toolsets when trading tools are not needed.
The upstream order override code warns that read timeouts may happen after an order was sent; users should check open orders before retrying to avoid duplicate trades.
✓Cyanheads Obsidian MCP can read, list, search, create, append, patch, replace, delete, tag, and edit frontmatter in the configured vault through the Local REST API plugin.
The server defaults to full-vault access unless read paths, write paths, or read-only mode are configured.
Set `OBSIDIAN_READ_ONLY=true` for research-only workflows, then narrow writes with `OBSIDIAN_WRITE_PATHS` before allowing note edits.
Delete operations are permanent in the vault and should require human review even when the MCP host supports destructive-tool prompts.
Command-palette tools are disabled unless `OBSIDIAN_ENABLE_COMMANDS=true`; command execution can trigger opaque or destructive Obsidian plugin behavior.
Streamable HTTP deployments should use JWT or OAuth auth before being exposed beyond a trusted local machine.
✓The hosted endpoint is documented as publicly available without access restrictions, so treat requests and returned public-data context as externally visible.
Tools are read-only but can retrieve dataset metadata, resource URLs, rows from tabular resources, service OpenAPI specs, metrics, and organization details that may influence decisions.
Public open data can be stale, incomplete, licensed with reuse conditions, or unsuitable for operational decisions without checking the dataset publisher and update cadence.
Tabular queries can return rows from large resources; use small page sizes and pagination instead of asking an agent to pull entire datasets through chat.
If self-hosting, review MCP_HOST, allowed hosts, allowed origins, Sentry, Matomo, and API-environment settings before exposing the server.
Privacy notes
✓Entity metadata can expose database names, table names, view names, stored procedure names, field names, key fields, relationships, permissions, and role design.
Read and DML tool calls can expose or change customer records, internal data, regulated fields, identifiers, audit fields, and business workflow state.
Connection strings, role headers, MCP URLs, logs, request bodies, result payloads, and MCP transcripts can contain sensitive operational or personal data.
Redact database values, connection details, entity names, role names, and query results before sharing prompts, screenshots, logs, or generated notes.
✓Alpaca API keys, secret keys, account IDs, balances, buying power, portfolio history, activities, positions, orders, watchlists, option contracts, crypto holdings, and trade history can be exposed to the MCP client.
Prompts and responses may include private trading strategy, portfolio allocation, order intent, symbols, quantities, prices, client order IDs, and market data queries.
MCP clients, model providers, terminal history, logs, and chat transcripts may retain financial data and trading instructions.
Upstream documentation states the server sends an Alpaca MCP user agent string for API calls; review Alpaca privacy and disclosure materials for account data handling.
✓Vault notes, headings, block references, frontmatter, tags, file metadata, outgoing links, search queries, command names, plugin status, and edit history may be exposed to the MCP client and model provider.
API keys, local plugin endpoints, HTTP auth settings, path allowlists, logs, OpenTelemetry traces, and Docker environment variables can reveal private vault structure or credentials.
Tag listing is vault-wide in upstream behavior and can reveal tag names outside narrowed read paths.
Notes may contain personal journals, client work, credentials, meeting notes, research plans, health data, or other sensitive knowledge-base content.
✓Search terms, dataset interests, resource IDs, user-agent headers, request URLs, tool names, and returned dataset rows may be visible to the hosted MCP service, MCP client, model provider, and logs.
The server includes optional Matomo and Sentry instrumentation in source; hosted deployments may apply their own analytics and error-reporting policies.
Public datasets can still contain personal data, geographic sensitivity, business identifiers, or regulated information; review source metadata and reuse terms before sharing results.
Avoid placing private investigation notes, customer context, or unpublished analysis inside prompts when a generic dataset search is enough.
Prerequisites
Reviewed Azure Data API Builder configuration with the MCP runtime section enabled.
Supported Azure or on-premises database connection configured through DAB.
DAB entity permissions, role headers, DML tool flags, and per-entity MCP settings reviewed before exposing tools.
MCP client support for the transport used by the deployed DAB server.
Python 3.10 or newer and uv or uvx available.
Alpaca API key and secret key for a paper trading account or an explicitly approved live account.
Review of Alpaca account permissions, paper versus live mode, options approval, crypto availability, and market data subscription limits.
A narrow `ALPACA_TOOLSETS` allowlist for the workflow whenever full trading access is not required.
Node.js 24 or newer, or Bun 1.3.11 or newer.
Obsidian vault with the Obsidian Local REST API community plugin enabled.
Local REST API key stored in the MCP client environment.
Stdio MCP client, or reviewed Streamable HTTP deployment with authentication.
MCP client that supports Streamable HTTP or a remote MCP bridge such as mcp-remote.
Agreement on whether hosted data.gouv.fr MCP requests may be sent to the public hosted endpoint.
Public-data review process for datasets that may contain personal, sensitive, stale, or jurisdiction-specific information.
Python 3.13 or newer only if self-hosting the repository instead of using the hosted endpoint.
Install
Enable the DAB runtime MCP section, start Data API Builder with the reviewed configuration, and connect an MCP client to the configured MCP path.
uvx alpaca-mcp-server
npx -y obsidian-mcp-server@latest
claude mcp add --transport http datagouv https://mcp.data.gouv.fr/mcp