Skip to content

Add io.decisionrules/mcp-server - #1524

Open
ivanperesta-alt wants to merge 3 commits into
modelcontextprotocol:mainfrom
decisionrules:main
Open

Add io.decisionrules/mcp-server#1524
ivanperesta-alt wants to merge 3 commits into
modelcontextprotocol:mainfrom
decisionrules:main

Conversation

@ivanperesta-alt

@ivanperesta-alt ivanperesta-alt commented Aug 11, 2026

Copy link
Copy Markdown

Motivation and Context

Adds DecisionRules to the official MCP Registry. DecisionRules is a business rules engine (decision tables, decision flows, lookup tables, scripting rules); this remote MCP server exposes rule authoring, testing, and execution to MCP clients.

How Has This Been Tested?

Tested against the production endpoint (https://api.decisionrules.io/mcp) using MCP Inspector and as a custom connector in Claude. Verified the initialize handshake, tools/list (60 tools returned), and solve_rule execution against real rule data with expected outputs matching.

Breaking Changes

None, this is a new server entry, no existing users or configurations affected.

Types of changes

  • New feature (non-breaking change which adds functionality)

Checklist

  • I have read the MCP Documentation
  • My code follows the repository's style guidelines
  • New and existing tests pass locally
  • I have added appropriate error handling
  • I have added or updated documentation as needed

Additional context

Server uses OAuth 2.0 with Dynamic Client Registration (RFC 7591) for authentication. Icon and repository URL confirmed reachable. Reverse-DNS name (io.decisionrules/mcp-server) matches domain ownership.

add io.decisionrules/mcp-server
add icon to mcp server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant