MCP Dataverse✓
io.github.codeurali/dataverse · v0.5.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.codeurali/dataverse",
"description": "73 tools for Microsoft Dataverse: CRUD, FetchXML, metadata, audit, batch, role privileges and more.",
"title": "MCP Dataverse",
"repository": {
"url": "https://github.com/codeurali/mcp-dataverse",
"source": "github",
"id": "1163599879"
},
"version": "0.5.0",
"websiteUrl": "https://codeurali.github.io/mcp-dataverse/",
"icons": [
{
"src": "https://raw.githubusercontent.com/codeurali/mcp-dataverse/master/assets/logo.webp",
"mimeType": "image/webp",
"sizes": [
"any"
]
}
],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "mcp-dataverse",
"version": "0.5.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Path to a config.json file (overrides all other env vars). Recommended for VS Code / Claude Desktop setups.",
"format": "string",
"placeholder": "/path/to/config.json",
"name": "MCP_CONFIG_PATH"
},
{
"description": "Your Dataverse environment URL",
"format": "string",
"placeholder": "https://yourorg.crm.dynamics.com",
"name": "DATAVERSE_ENV_URL"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}