Dynamics 365 MCP ServerServer

srikanth-paladugula
GitHub
Dynamics 365API IntegrationModel Context Protocol

Loading subscription status...

πŸ’‘ Description

The Microsoft Dynamics 365 MCP server is a tool that allows interaction with Microsoft Dynamics 365 using the Model Context Protocol (MCP) from Anthropic. Users can perform various operations such as retrieving user information, searching for accounts, creating, and updating accounts.

πŸ“ JSON Entries

{
  "mcpServers": [
    {
      "Dynamics365": {
        "env": {
          "D365_URL": "Dynamics 365 url",
          "CLIENT_ID": "<D365 Client Id>",
          "TENANT_ID": "<D365 Tenant ID>",
          "CLIENT_SECRET": "<D365 Client Secret>"
        },
        "args": [
          "<Path to your MCP server build file ex: rootfolder/build/index.js>"
        ],
        "command": "node"
      }
    }
  ]
}

πŸ› οΈ Tools

fetch-accountsget-associated-opportunitiesget-user-infocreate-accountupdate-account

⚑ Features

  • Interaction with Microsoft Dynamics 365
  • Ability to manage user accounts
  • API-based integration

πŸ’¬ Example Queries

  • Retrieve user information for the authenticated user.
  • Fetch all accounts from Dynamics 365.
  • Get associated opportunities related to a specific account.
  • Create a new account in Dynamics 365.
  • Update an existing account in Dynamics 365.