streamable-httpupdated 5mo ago
| Tool | Description | |------|-------------| | registerpolicy | Register an ICT security policy. | | listpolicies | List policies with optional status filter. | | policygapcheck | Check coverage against 12 RTS-required ICT policies. | | reviewschedule | Policy review cycle — overdue and upcoming. | | approvaltracker | Policy approval workflow status. | | coveragemap | Map policies to DORA/RTS article requirements. | | versioncontrol | Track policy versions. Set newversion to bump. | | attestation | Record policy attestation. Set add=true.
What can you do with policyoracle?
📜 policyOracle
DORA Execution MCP Server — 10 tools | Part of ToolOracle
Quick Connect
# Claude Desktop / Cursor / Windsurf
npx -y mcp-remote https://tooloracle.io/policy/mcp/
// claude_desktop_config.json
{
"mcpServers": {
"policyoracle": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://tooloracle.io/policy/mcp/"]
}
}
}
Tools (10)
| Tool | Description |
|---|---|
register_policy |
Register an ICT security policy. |
list_policies |
List policies with optional status filter. |
policy_gap_check |
Check coverage against 12 RTS-required ICT policies. |
review_schedule |
Policy review cycle — overdue and upcoming. |
approval_tracker |
Policy approval workflow status. |
coverage_map |
Map policies to DORA/RTS article requirements. |
version_control |
Track policy versions. Set new_version to bump. |
attestation |
Record policy attestation. Set add=true. |
compliance_score |
Overall policy compliance scoring. |
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
policyOracle 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/policy/mcp/ - 📚 Docs: tooloracle.io/docs
- 🏠 Platform: tooloracle.io
Built by FeedOracle — Evidence by Design
Install
Add policyoracle to your client. Pick the one you use.
claude mcp add --transport http policyoracle https://tooloracle.io/policy/mcp/codex mcp add policyoracle --url https://tooloracle.io/policy/mcp/{
"mcpServers": {
"policyoracle": {
"url": "https://tooloracle.io/policy/mcp/"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"policyoracle": {
"type": "http",
"url": "https://tooloracle.io/policy/mcp/"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"policyoracle": {
"url": "https://tooloracle.io/policy/mcp/"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"policyoracle": {
"serverUrl": "https://tooloracle.io/policy/mcp/"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
9 tools
policyoracle exposes 9 tools to a connected agent.
- register_policy
- Register an ICT security policy.
- list_policies
- List policies with optional status filter.
- policy_gap_check
- Check coverage against 12 RTS-required ICT policies.
- review_schedule
- Policy review cycle — overdue and upcoming.
- approval_tracker
- Policy approval workflow status.
- coverage_map
- Map policies to DORA/RTS article requirements.
- version_control
- Track policy versions. Set new_version to bump.
- compliance_score
- Overall policy compliance scoring.
- health_check
- Server status.
Score
59 / 100
Adequate
- Documentation22/25
- Maintenance13/25
- Trust6/20
- Capability6/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
- 9 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 |