Back to Home
DecisionsDev icon

decision-intelligence-mcp-server

Verified Safe

by DecisionsDev

Overview

This Model Context Protocol (MCP) server integrates IBM Decision Intelligence or IBM Automation Decision Services decisions with AI assistants, enabling them to discover and execute automated decision services.

Installation

Run Command
npx -y di-mcp-server --di-apikey <YOUR_DI_API_KEY> --url https://mytenant.decision-prod-us-south.decision.saas.ibm.com/ads/runtime/api/v1

Environment Variables

  • DEBUG
  • URL
  • TRANSPORT
  • AUTHENTICATION_MODE
  • DI_APIKEY
  • ZEN_APIKEY
  • ZEN_USERNAME
  • BASIC_USERNAME
  • BASIC_PASSWORD
  • DEPLOYMENT_SPACES
  • DECISION_SERVICE_IDS
  • DECISION_SERVICE_POLL_INTERVAL

Security Notes

The server correctly handles sensitive information by requiring API keys or basic authentication credentials via command-line arguments or environment variables. Communication with IBM Decision Runtime is performed over HTTPS. The code does not exhibit clear signs of 'eval' or malicious obfuscation. A notable point is that DNS rebinding protection for the HTTP transport is disabled by default in the SDK, which could be a concern in certain deployment scenarios, though it's typically used with trusted AI clients.

Similar Servers

Stats

Interest Score35
Security Score8
Cost ClassMedium
Avg Tokens2500
Stars5
Forks1
Last Update2026-01-16

Tags

AI AssistantsDecisioningIBM Decision IntelligenceIBM Automation Decision ServicesModel Context Protocol