Server data from the Official MCP Registry
Query and manage Microsoft Dynamics 365 Finance & Operations via MCP
Query and manage Microsoft Dynamics 365 Finance & Operations via MCP
Set these up before or after installing:
Environment variable: D365_TENANT_ID
Environment variable: D365_CLIENT_ID
Environment variable: D365_CLIENT_SECRET
Environment variable: D365_ENVIRONMENT_URL
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-zhound420-d365fo-connector": {
"env": {
"D365_CLIENT_ID": "your-d365-client-id-here",
"D365_TENANT_ID": "your-d365-tenant-id-here",
"D365_CLIENT_SECRET": "your-d365-client-secret-here",
"D365_ENVIRONMENT_URL": "your-d365-environment-url-here"
},
"args": [
"-y",
"@zhound/d365fo-mcp-server"
],
"command": "npx"
}
}
}This is a well-structured D365 Finance & Operations MCP server with comprehensive authentication, multi-environment support, and production safety controls. The code demonstrates good security practices with proper credential handling via environment variables and configuration files, production read-only enforcement, and comprehensive error handling. Supply chain analysis found 9 known vulnerabilities in dependencies (1 critical, 4 high severity). Package verification found 1 issue.
Scanned 3 files · 12 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!