← almxpp.com

INDIVIDUAL MCP TOOL

ado_pr_dependency_map

PR DEPENDENCY MAP -- Scan multiple Pull Requests and build a cross-PR dependency graph based on (a) shared X++/AOT objects and (b) branch chain relationships.

almxpp.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.almxpp.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for ado_pr_dependency_map and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

almxpp.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.almxppmcp]
url = "https://api.almxpp.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "almxppmcp": {
      "type": "http",
      "url": "https://api.almxpp.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: almxppmcp
Remote MCP URL: https://api.almxpp.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "almxppmcp": {
      "url": "https://api.almxpp.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "almxppmcp": {
      "type": "http",
      "url": "https://api.almxpp.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "almxppmcp",
  "transport": "streamable-http",
  "url": "https://api.almxpp.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • validate_best_practices — Run D365 best-practice audit on any AOT object (custom or standard).
  • find_extensions — Find all extension objects (AxClassExtension, AxTableExtension, AxFormExtension, AxEnumExtension), CoC classes ([ExtensionOf]), and event handlers for a base object.
  • dmf_import_file — Bulk-import a CSV file into a D365 F&O entity through the Data Management package REST API.
  • search_d365_code — WHEN: object name is unknown, partial, or you need to find by concept/keyword.
  • dmf_transform_excel — Transform a multi-sheet Excel (.
  • generate_query — WHEN: developer needs correct X++ select or T-SQL for D365 tables with proper joins.
  • ado_wiki_delete_page — AZURE DEVOPS ONLY -- Delete a wiki page.
  • appinsights_diagnose_slowness — WHEN: user wants to understand/deduce why a D365 F&O environment feels slow, using the real Application Insights telemetry the environment already emits -- no trace file upload needed.