Language:JapaneseEnglish

dataverse Claude Code Plugin

Category
Database
Topics
Enterprise Business Platforms · Databases & Storage · AI Agents & AI App Development
First cataloged
2026-07-09 (UTC)
Explanation last updated
2026-09-04 (UTC)
Source (GitHub) last updated
2026-08-31 (UTC) (5 days ago)

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

The skills are split by function, including connection setup, record querying, data import and CRUD operations, metadata authoring, solution lifecycle management, Finance and Operations X++ handling, environment administration, and security role management. Per the README's safety section, the plugin operates within a least-privilege model and cannot exceed the permissions of the already-authenticated user.

About the service

Microsoft Dataverse is described on its Microsoft Learn homepage as a cloud-based data platform for securely storing and managing data used by business applications. Data is organized into tables with associated metadata, relationships, business rules, and role-based security, and it serves as the underlying data store for apps built with Power Apps as well as Dynamics 365 applications such as Sales, Customer Service, and Human Resources.

What you can do with dataverse

  • Set up authentication and register the Dataverse MCP server with the dv-connect skill
  • Query, filter, and paginate Dataverse records, including natural-language questions, with dv-query
  • Perform single-record CRUD operations and bulk CSV import/upsert with dv-data
  • Author and edit tables, columns, relationships, forms, and views with dv-metadata
  • Manage solution lifecycle tasks such as create, export, import, and promotion across environments with dv-solution
  • Handle the Finance and Operations X++ build and deployment lifecycle with erp-xpp
  • Perform environment-level administration such as bulk delete, retention, and organization settings with dv-admin
  • Manage security roles, user access, and business units with dv-security

Sources

Back to list