Dataverse MCP

✓ Streamable HTTP transport is online.

The MCP endpoint is at /mcp. To sign in and pick an environment, open the local UI at http://127.0.0.1:8400 (start it with python tray.py if it's not running).

Connect Claude Desktop

For local testing, add the following to your claude_desktop_config.json:

{
  "mcpServers": {
    "d365-crm": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "http://127.0.0.1:8000/mcp"]
    }
  }
}

You'll need npm/npx available on PATH so Claude Desktop can run the mcp-remote bridge package. Once we deploy in phase B4, this whole snippet becomes a single URL you paste into Claude's Connectors UI.

Service health: /health