DataverseMetadataMCPServer
Verified Safeby WycliffeAssociates
Overview
Provides AI assistants with tools to query Microsoft Dataverse/Power Platform entity and attribute metadata.
Installation
dotnet run --project DataverseMetadataMCPServer/DataverseMetadataMCPServer.csprojEnvironment Variables
- DATAVERSE_CONNECTION_STRING
Security Notes
The server correctly uses environment variables for the Dataverse connection string, preventing hardcoded credentials. Authentication relies on Dataverse's secure mechanisms (e.g., OAuth). No explicit dangerous patterns like 'eval' or obfuscation were found. Network risks are inherent to connecting to a remote service, but handled by the Dataverse client library. Proper configuration of the Dataverse connection string and environment permissions is crucial.
Similar Servers
powerbi-mcp
Enables AI assistants to interact with Power BI Desktop and Service for querying data, managing models, and performing safe bulk operations through natural language, ensuring enterprise-grade security and preserving report visual integrity during refactoring.
mcpbi
Provides a Model Context Protocol (MCP) server for local Power BI Tabular Models, enabling LLM clients to interact for debugging, analysis, and DAX query composition.
superset-mcp
This MCP server enables programmatic management of Apache Superset resources, including datasets, metrics, calculated columns, charts, dashboards, and direct SQL execution, facilitating automated data operations and analytics workflows.
powerdrill-mcp
An MCP server for AI-driven data analysis by providing tools to interact with Powerdrill datasets using natural language questions and managing data sources, jobs, and sessions.