Query and manage Microsoft Dynamics 365 Finance & Operations via MCP
MCPpedia last refreshed this data
io.github.zhound420/d365fo-connector is an MCP server that query and manage Microsoft Dynamics 365 Finance & Operations via MCP. Its tool list has not been published yet over stdio and http, requires no API key, and scores 72/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"Microsoft D365": {
"env": {
"D365_CLIENT_ID": "your-client-id",
"D365_TENANT_ID": "your-tenant-id",
"D365_CLIENT_SECRET": "your-client-secret",
"D365_ENVIRONMENT_URL": "https://your-env.operations.dynamics.com"
},
"args": [
"/path/to/d365fo-mcp-server/dist/index.js"
],
"command": "node"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
An MCP (Model Context Protocol) server that provides access to Microsoft Dynamics 365 Finance & Operations environments. Enables AI assistants like Claude to explore D365 metadata, query data, and perform write operations on non-production environments.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@zhound/d365fo-mcp-server' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @zhound/d365fo-mcp-server against OSV.dev.
Click any tool to inspect its schema.
Entities ListList all entities with optional wildcard filtering
d365://entities?filter={filter}
Entity SchemaFull schema for any entity (fields, keys, navigation properties)
d365://entity/{entityName}
Navigation PropertiesEntity relationships and navigation properties
d365://navigation/{entityName}
Enum DefinitionsAll enum types with their values
d365://enums
Saved QueriesList saved query templates
d365://queries
DashboardJSON metrics for all environments (health, API stats, recent operations)
d365://dashboard
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in data / finance
Manage Supabase projects — databases, auth, storage, and edge functions
Zero-dependency, token-efficient database MCP server for Postgres, MySQL, SQL Server, MariaDB, SQLite.
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
DataForSEO API modelcontextprotocol server
MCP Security Weekly
Get CVE alerts and security updates for io.github.zhound420/d365fo-connector and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.