Dataverse
Enables programmatic management of Microsoft Dataverse schemas, including tables, columns, relationships, and option sets.
关于
This server, built on the Model Context Protocol (MCP), provides comprehensive capabilities for managing Microsoft Dataverse schemas. It allows users to programmatically create, update, retrieve, and delete core Dataverse components such as custom tables, various column types (including String, Integer, DateTime, Picklist, and Lookup), relationships (One-to-Many, Many-to-Many), and global option sets. Utilizing the Dataverse Web API, it streamlines schema operations, offering robust configuration options and secure authentication via Azure AD client credentials flow, making it ideal for automated development and deployment workflows.
主要功能
- Comprehensive Table Operations (create, update, delete, list)
- Extensive Column Management with diverse type support
- One-to-Many and Many-to-Many Relationship Creation
- Global Option Set Lifecycle Management
- Secure Client Credentials Authentication for Dataverse API
- 0 GitHub stars
使用案例
- Automating Dataverse schema deployments in CI/CD pipelines
- Programmatically provisioning new custom entities and fields in Dataverse environments
- Integrating Dataverse schema management into external applications or scripts