Serversio.github.mafzaal/d365fo-client
C

D365FO MCP Server

io.github.mafzaal/d365fo-client · v0.3.6
▦ pypi
v0.3.6pypi pypi: d365fo-client↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
  "name": "io.github.mafzaal/d365fo-client",
  "description": "A community-driven Microsoft Dynamics 365 Finance & Operations MCP server",
  "title": "D365FO MCP Server",
  "repository": {
    "url": "https://github.com/mafzaal/d365fo-client",
    "source": "github"
  },
  "version": "0.3.6",
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "d365fo-client",
      "version": "0.3.6",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your D365FO Client ID",
          "isRequired": true,
          "format": "string",
          "name": "D365FO_CLIENT_ID"
        },
        {
          "description": "Your D365FO Client Secret",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "D365FO_CLIENT_SECRET"
        },
        {
          "description": "Your D365FO Tenant ID",
          "isRequired": true,
          "format": "string",
          "name": "D365FO_TENANT_ID"
        },
        {
          "description": "Your D365FO Base URL",
          "format": "string",
          "name": "D365FO_BASE_URL"
        }
      ]
    },
    {
      "registryType": "oci",
      "identifier": "ghcr.io/mafzaal/d365fo-client:0.3.6",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "description": "Volume to mount",
          "value": "d365fo-mcp:/home/mcp_user/",
          "type": "named",
          "name": "-v"
        }
      ],
      "environmentVariables": [
        {
          "description": "Your D365FO Client ID",
          "isRequired": true,
          "format": "string",
          "name": "D365FO_CLIENT_ID"
        },
        {
          "description": "Your D365FO Client Secret",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "D365FO_CLIENT_SECRET"
        },
        {
          "description": "Your D365FO Tenant ID",
          "isRequired": true,
          "format": "string",
          "name": "D365FO_TENANT_ID"
        },
        {
          "description": "Your D365FO Base URL",
          "format": "string",
          "name": "D365FO_BASE_URL"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}