streamable-httpupdated 5mo ago
| Tool | Description | |------|-------------| | registerchange | Register an ICT change request with full DORA traceability. | | listchanges | List changes with optional filters. | | changeriskassess | Automated risk assessment based on type, scope, and controls. | | approvalcheck | Verify approval chain, SoD compliance, and prerequisites. | | testevidence | Record or view test execution evidence for a change. | | rollbackplan | Validate rollback plan readiness for a change. | | patchcompliance | Patch lag analysis — overdue patches against scheduled deadlines.
What can you do with changeoracle?
🔄 changeOracle
DORA Execution MCP Server — 10 tools | Part of ToolOracle
Quick Connect
# Claude Desktop / Cursor / Windsurf
npx -y mcp-remote https://tooloracle.io/change/mcp/
// claude_desktop_config.json
{
"mcpServers": {
"changeoracle": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://tooloracle.io/change/mcp/"]
}
}
}
Tools (10)
| Tool | Description |
|---|---|
register_change |
Register an ICT change request with full DORA traceability. |
list_changes |
List changes with optional filters. |
change_risk_assess |
Automated risk assessment based on type, scope, and controls. |
approval_check |
Verify approval chain, SoD compliance, and prerequisites. |
test_evidence |
Record or view test execution evidence for a change. |
rollback_plan |
Validate rollback plan readiness for a change. |
patch_compliance |
Patch lag analysis — overdue patches against scheduled deadlines. |
sod_check |
Detect Segregation of Duties violations across all changes. |
change_stats |
Dashboard: volume, risk distribution, test/rollback coverage, emergency ratio. |
health_check |
Server status. |
Pricing
| Tier | Rate Limit | Price |
|---|---|---|
| Free | 10 calls/day | €0 |
| Pro | 1,000 calls/day | €99/month |
| Enterprise | Unlimited | Custom |
Note: This is a compliance oracle. Full tool access requires a Pro or Enterprise subscription. Free tier includes read-only assessment tools.
Part of ToolOracle
changeOracle is one of 42 specialized MCP servers in the ToolOracle ecosystem — the largest collection of production-ready MCP tools for AI agents.
DORA Coverage
Related Oracles:
- FeedOracle — Evidence-grade compliance data infrastructure
- ToolOracle — 42 Oracles, 390+ MCP Tools
Links
- 🌐 Live:
https://tooloracle.io/change/mcp/ - 📚 Docs: tooloracle.io/docs
- 🏠 Platform: tooloracle.io
Built by FeedOracle — Evidence by Design
Install
Add changeoracle to your client. Pick the one you use.
claude mcp add --transport http changeoracle https://tooloracle.io/change/mcp/codex mcp add changeoracle --url https://tooloracle.io/change/mcp/{
"mcpServers": {
"changeoracle": {
"url": "https://tooloracle.io/change/mcp/"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"changeoracle": {
"type": "http",
"url": "https://tooloracle.io/change/mcp/"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"changeoracle": {
"url": "https://tooloracle.io/change/mcp/"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"changeoracle": {
"serverUrl": "https://tooloracle.io/change/mcp/"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
10 tools
changeoracle exposes 10 tools to a connected agent.
- register_change
- Register an ICT change request with full DORA traceability.
- list_changes
- List changes with optional filters.
- change_risk_assess
- Automated risk assessment based on type, scope, and controls.
- approval_check
- Verify approval chain, SoD compliance, and prerequisites.
- test_evidence
- Record or view test execution evidence for a change.
- rollback_plan
- Validate rollback plan readiness for a change.
- patch_compliance
- Patch lag analysis — overdue patches against scheduled deadlines.
- sod_check
- Detect Segregation of Duties violations across all changes.
- change_stats
- Dashboard: volume, risk distribution, test/rollback coverage, emergency ratio.
- health_check
- Server status.
Score
61 / 100
Good
- Documentation22/25
- Maintenance13/25
- Trust6/20
- Capability8/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 148 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 10 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | May 7, 2026 |