d365fo-drill-engine
MCP server for Dynamics 365 Finance & Operations certification prep, enabling interactive drills with accuracy tracking and review.
README
D365 F&O Drill Engine
A Model Context Protocol (MCP) server that turns Dynamics 365 Finance & Operations certification prep into a conversation. Runs inside Claude Desktop. Drill by module (Inventory, AR, GL, WMS, Production Control), track your accuracy, review the ones you get wrong.
What it does
Ten MCP tools across four categories:
- Drill / Practice — start a drill session, answer, get scored, review
- Lookup — pull specific concepts on demand
- Reference — quick reference cards for exam-relevant topics
- Discovery — see what categories and how many cards are available
Who it's for
Anyone preparing for MB-330, MB-500, MB-700, MB-800, or MB-820. Also useful as a day-to-day reference for practitioners who want to sharpen their memory on specific F&O topics without leaving Claude Desktop.
Installation
Prerequisites:
- Python 3.10+
- Claude Desktop
- (Optional) A Dataverse tenant if you want to store your progress remotely. Otherwise, local storage is used by default.
Setup:
-
Clone the repo: ```bash git clone https://github.com/AntonTjiptadi/d365fo-drill-engine.git cd d365fo-drill-engine ```
-
Create a virtual environment and install dependencies: ```bash python -m venv .venv source .venv/bin/activate # or .venv\Scripts\activate on Windows pip install -r requirements.txt ```
-
Copy
.env.exampleto.envand fill in your values (if using Dataverse). -
Add the MCP server to your Claude Desktop config (
~/Library/Application Support/Claude/claude_desktop_config.jsonon Mac,%APPDATA%\Claude\claude_desktop_config.jsonon Windows):```json { "mcpServers": { "d365fo-drill": { "command": "python", "args": ["/absolute/path/to/mcp_server/server.py"] } } } ```
-
Restart Claude Desktop. In a new conversation, you should see the drill tools available.
Usage
In Claude Desktop:
"Start a 10-question drill on Inventory Management."
"Show me what I got wrong in my last session."
"Give me a quick reference card on cost groups."
Content
Drill cards are authored from practitioner experience across 15+ years of D365 F&O
delivery and enriched with public Microsoft Learn documentation. Cards are stored
locally in content/ by default. Contribution guidelines below.
Contributing
Cards live as structured JSON in content/<category>/. To add or improve a card:
- Fork the repo
- Add or edit the card following the schema in
content/SCHEMA.md - Open a PR with a brief description of what the card covers and why it matters
Limitations
This tool is a study aid, not a replacement for hands-on practice or official Microsoft Learn paths. It reflects one practitioner's synthesis of the exam surface and may be incomplete or biased toward areas I've worked in most.
About
Built by Anton Tjiptadi, Solution Architect working on D365 F&O and agentic AI. If you find this useful, connect on LinkedIn or open a discussion.
License
MIT. See LICENSE.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.