ALM XPP MCP gives your AI assistant deep, real-time knowledge of Dynamics 365 Finance & Operations — 40 tools that search, analyze, generate and validate X++ code directly in VS Code, Cursor, or Claude.
The open standard that turned AI from a chat box into a real development partner.
Anthropic's Model Context Protocol is a shared JSON format for connecting AI to tools. Any AI assistant that speaks MCP instantly understands any MCP server — no custom adapters, no per-platform rewrites.
Build once, integrate everywhere. Your knowledge base, your API, your code — available to every AI platform immediately.
An MCP server purpose-built for Dynamics 365 F&O. It indexes the entire standard codebase — every table, class, form, enum, EDT, security object, data entity, and label — and exposes it as 40 real-time AI tools inside your IDE.
Natural language search across 300K+ D365 F&O objects with hybrid TF-IDF + keyword matching.
Security chain tracing, data flow analysis, execution flow mapping, best practice validation.
X++ templates, CoC extensions, unit tests, data entities, full Visual Studio solutions.
Every tool call tracks hours saved vs manual effort. Real-time dashboard with credits & usage analytics.
Create an account, grab your token, paste one config block into your IDE.
node -v. Not required for HTTP mode.Sign up with email or use Google / Microsoft SSO. No credit card needed.
Sign Up FreeGo to Dashboard → click "Request API Token" → wait for admin approval.
Tokens require approval & expire after 90 days.
Paste one config block below into your MCP client. Start asking questions in natural language.
// .vscode/mcp.json { "servers": { "almxppmcp": { "type": "http", "url": "https://server/mcp", "headers": { "X-API-Key": "your-token" } } } }
// .cursor/mcp.json { "mcpServers": { "almxppmcp": { "url": "https://server/mcp", "headers": { "X-API-Key": "your-token" } } } }
// claude_desktop_config.json { "mcpServers": { "almxppmcp": { "command": "npx", "args": [ "-y", "almxppmcp", "--api-key", "your-token" ] } } }
Every tool includes a real-world scenario — exactly what you'd ask, exactly what you get back.
See the exact dollar value ALM XPP MCP delivers to your team based on your real hourly rate and usage.
Real time savings on the most common D365 F&O development tasks.
| Task | Time | Without | With ALM XPP MCP |
|---|---|---|---|
| Find a table | 15m5s | Open AOT, expand nodes, scroll 300K objects, inspect each | search_d365_code → instant results with metadata |
| Trace security chain | 30m3s | Navigate Role→Duty→Privilege across dozens of AOT nodes | trace_security_chain → full chain + Mermaid diagram |
| Write a CoC extension | 20m5s | Look up signatures, write boilerplate, check naming conventions | generate_xpp_template → correct CoC with next() call |
| Create a data entity | 45m10s | Define fields, set properties, wire relations — tedious | generate_data_entity → complete entity with joins |
| Understand new code | 30m5s | Read source, trace calls, decode patterns from scratch | explain_framework_pattern → "RunBase/FormLetter…" |
All 40 tools. No restrictions. No credit card. Free during preview.
Create an account, get your API token, and start immediately.
Pricing will be introduced when the product exits preview.
X-API-Key header. Tokens are SHA-256 hashed at rest, sessions use cryptographic random tokens, and user data is AES-256-GCM encrypted. Tokens expire after 90 days.node -v. For HTTP mode in VS Code or Cursor, no Node.js is needed.