Back to Home
WycliffeAssociates icon

DataverseMetadataMCPServer

Verified Safe

by WycliffeAssociates

Overview

Provides AI assistants with tools to query Microsoft Dataverse/Power Platform metadata.

Installation

Run Command
dotnet run --project DataverseMetadataMCPServer/DataverseMetadataMCPServer.csproj

Environment Variables

  • DATAVERSE_CONNECTION_STRING

Security Notes

The server relies on the `DATAVERSE_CONNECTION_STRING` environment variable for authentication, which is a good practice for handling secrets. It uses standard Microsoft libraries for Dataverse interaction and the Model Context Protocol SDK for server communication via standard I/O (stdio), limiting direct network exposure. Without the full C# source code, a thorough check for dynamic code execution (e.g., `eval` equivalents) or other low-level vulnerabilities cannot be performed. However, the stated purpose (metadata retrieval) and the use of well-known libraries suggest a generally secure design.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens750
Stars0
Forks0
Last Update2025-12-11

Tags

DataverseMetadataPower PlatformMCP Server.NET