Decionis CommerceGate MCP for Cursor
com.decionis/commerce-gate
Commerce preflights, D365 authorization, signed evidence, and reports; no marketplace or ERP writes.
client:Cursor
transport:stdio
runtime:npm
Install Decionis CommerceGate MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"commerce-gate": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@decionis/commerce"
],
"env": {
"DECIONIS_API_KEY": "<DECIONIS_API_KEY>",
"DECIONIS_ORG_ID": "<DECIONIS_ORG_ID>",
"DECIONIS_API_BASE": "<DECIONIS_API_BASE>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs