bc-agentic-mcp

NickOnTheGit/bc-agentic-mcp
★ 0 stars Python Code/Dev Tools Updated today
Evidence-first Business Central delivery machine: 68-tool MCP server + gated agent trio (capture -> spec -> approval -> guarded implement -> container-proven tests -> enforced reflection -> story-standard PR)
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "bc-agentic-mcp": {
      "command": "uvx",
      "args": [
        "bc-agentic-mcp"
      ]
    }
  }
}

Or install with pip: pip install bc-agentic-mcp

README Excerpt

Agentic MCP server for Business Central AL development. Builds a standalone, portable MCP server that enables agentic BC AL development from human bullets to AppSource-ready code. State lives in a `.specs/` directory; prompts are editable Markdown files; scope/ID/schema enforcement is server-side and independent of model quality.

Tools (1)

regression