dataverse Claude Code Plugin
Claude Code PluginClaude CodeDatabaseEnterprise Business PlatformsDatabases & StorageAI Agents & AI App DevelopmentThe explanation below is AI-generated. Please verify it against the sources.
This plugin adds a collection of agent skills for working with Microsoft Dataverse, letting an AI coding agent build data models, query and manage records, and handle solution deployment through natural-language requests. According to the README, it drives the Dataverse MCP server, PAC CLI, Dataverse CLI, and Python SDK, choosing the right tool for each task. The skills span initial connection and authentication, record querying and aggregation, single-record and bulk data operations, schema/metadata editing, solution lifecycle management, environment administration, and security/role management.
About the service
Microsoft Dataverse is a cloud-based data platform, described on Microsoft Learn as a place to securely store and manage data used by business applications such as Power Apps, Power Automate, Power BI, and Dynamics 365. Data is organized into tables with defined columns, relationships, and business logic, and access is controlled through role-based, row-based, and column-based security.
What you can do with dataverse
- Ask natural-language questions to read, filter, paginate, and aggregate Dataverse records, including loading results into a pandas DataFrame (dv-query)
- Perform single-record CRUD and bulk operations such as CSV imports, multi-table imports, and upsert by alternate key (dv-data)
- Author and edit the Dataverse data model, including tables, columns, relationships, forms, and views (dv-metadata)
- Handle environment-level administration such as bulk delete, retention/archival, org settings, and audit review (dv-admin)
- Assign security roles, manage user access, add application users, and configure business units (dv-security)
- Rely on cross-cutting routing logic that directs each request to the appropriate skill (dv-overview)