Language: 日本語English

dataverse Plugin

Category
Database
Topics
Enterprise Business Platforms · Databases & Storage · Claude Code Customization & Workflow
First seen
2026-07-09
Last confirmed
2026-07-13
Explanation last updated
2026-07-12

The explanation below is AI-generated. Please verify it against the sources.

dataverse is a plugin that provides a set of agent skills for building on, analyzing, and managing Microsoft Dataverse. According to the README, it teaches AI coding agents to drive the Dataverse MCP server, Dataverse CLI, Python SDK, and PAC CLI through eight specialist skills covering setup, querying, data CRUD, metadata authoring, solution lifecycle management, environment administration, and security. It requires a Microsoft Dataverse environment, available through Power Apps, Dynamics 365, Power Platform plans, or the free Power Apps Developer Plan. The README states the plugin operates on a least-privilege model and cannot exceed the permissions of the authenticated user, with server-side security role enforcement on every API call. It can be installed via GitHub Copilot, Claude Code, Codex, or Cursor.

Overview

dataverse is not itself a SaaS product but an agent-skills plugin (for AI coding agents such as GitHub Copilot, Claude Code, Codex, and Cursor) that wraps the Dataverse MCP server, Dataverse CLI, Python SDK, and PAC CLI to interact with Microsoft Dataverse, a data platform underlying Power Apps and Dynamics 365.

What you can do with dataverse

  • dv-connect: Install required tools, authenticate to a Dataverse environment, and register the Dataverse MCP server (per README)
  • dv-query: Read, filter, paginate, and aggregate Dataverse records via natural-language questions, including loading results into pandas DataFrames
  • dv-data: Perform single-record CRUD and bulk import, including CSV loads, multi-table imports with foreign-key dependencies, and upsert by alternate key
  • dv-metadata: Author and edit tables, columns, relationships, forms, and views
  • dv-solution: Create, export, import, promote, and validate solutions across environments
  • dv-admin: Handle environment-level administration such as bulk delete, retention/archival, organization settings, recycle bin, audit, and allowlisted PPAC toggles
  • dv-security: Assign security roles, manage user access, add application users, and configure business units
  • dv-overview: Route each request to the appropriate specialist skill before any other skill runs

Sources

Original description (English)

Agent skills for building on, analyzing, and managing Microsoft Dataverse — with Dataverse MCP, PAC CLI, and Python SDK.

History of dataverse

Back to list