Connect any AI client to Dataverse in minutes — query data, manage records, inspect schema, automate workflows. Three auth modes, zero lock-in.
Pick a scenario — your AI agent calls the right tool and gets a structured response.
{
"tool": "dataverse_query",
"parameters": {
"entityLogicalName": "account",
"select": [
"name",
"revenue",
"createdon"
],
"filter": "revenue gt 1000000",
"orderby": "revenue desc",
"top": 5
}
}{
"summary": "5 accounts found (revenue > $1M)",
"data": [
{
"name": "Contoso Ltd",
"revenue": 8500000,
"createdon": "2024-01-15"
},
{
"name": "Fabrikam Inc",
"revenue": 5200000,
"createdon": "2023-11-02"
},
// ... 3 more records
],
"suggestions": [
"Use dataverse_get to fetch full details",
"Try dataverse_execute_fetchxml for complex joins"
]
}Six developer workflows, zero portal tabs. From schema exploration to bulk migrations — fully conversational.
Map tables, relationships, option sets and entity keys across any Dataverse org — without opening the portal or reading a single doc.
list_tablesget_table_metadataget_relationshipsget_option_setOData filter, FetchXML aggregate, full-text search, paginated retrieval — your AI writes the right query, runs it, and explains the results.
queryexecute_fetchxmlsearchretrieve_multiple_with_pagingUp to 1,000 create, update or delete operations in one atomic batch. Build data migration scripts at the speed of a conversation.
batch_executecreateupdateupsertassignList roles, inspect privilege sets, detect over-permissioned users, grant or revoke record access — your full RBAC model at a glance.
list_rolesget_role_privilegesassign_role_to_usercheck_record_accessPull trace logs and workflow execution history, then let AI diagnose the error, explain the call stack, and suggest the fix.
get_plugin_trace_logsget_workflow_trace_logslist_plugin_stepslist_workflowsCreate tables, add columns, configure lookups and relationships, set environment variables, publish customizations — all via chat.
create_tablecreate_attributecreate_relationshipset_environment_variablepublish_customizationsWorks with your favourite AI client
Schema-aware, batch-capable, and battle-tested with the major MCP clients.
Complete coverage — CRUD, metadata, FetchXML, batch, solutions, audit, RBAC. One server, every operation your AI needs.
Interactive device code for local dev, service principal for CI/CD, managed identity for Azure-hosted deployments.
One command runs an interactive wizard — fully configured in under 2 minutes. Just needs Node.js 20+.
AI agents see real schema — entity definitions, relationships, option sets. No hallucinated columns, no broken OData.
Up to 1 000 operations in a single atomic request. Built for migrations and bulk updates with full error reporting.
VS Code Copilot, Claude Desktop, Cursor, Windsurf, Gemini CLI, Copilot Studio, Codex CLI — any MCP-compliant client.
Install in under two minutes. Works with any MCP-compatible client.