
OntoRamp Decision Intelligence
Gate risky agent outputs by logging decisions and getting PASS, WARN, or BLOCK against your authority context.
Overview
OntoRamp Decision Intelligence is a MCP server for the Ship phase that logs AI decisions and returns PASS, WARN, or BLOCK against authority context.
What is this MCP server?
- Logs and evaluates AI decisions against authority context
- Returns discrete outcomes: PASS, WARN, or BLOCK
- Streamable-http remote on Fly with Bearer API key auth
- Free API key signup documented at ontoramp.com/mcp
- Version 1.0.1 manifest with GitHub repository for OntoRamp Decision Intelligence
- Three outcome states documented: PASS, WARN, BLOCK
- Server version 1.0.1 in published manifest
- Remote endpoint: https://ontoramp-decision-intelligence.fly.dev/mcp
What problem does it solve?
Agents approve risky choices with no shared log or rule-based veto, so bad decisions slip into production unnoticed.
Who is it for?
Solo builders shipping agent features who need lightweight decision logging and rule-grounded gates without enterprise GRC suites.
Skip if: Hobby projects with no governance needs, or teams unwilling to manage a Bearer API key on a remote MCP server.
What do I get? / Deliverables
After registration, each evaluated decision gets a clear PASS, WARN, or BLOCK you can hook into CI, human review, or tool policies.
- Connected com.ontoramp/decision-intelligence remote MCP server
- Structured PASS, WARN, or BLOCK results for logged agent decisions
Recommended MCP Servers
Journey fit
How it compares
Governance MCP evaluator, not a brainstorming skill or a generic LLM proxy.
Common Questions / FAQ
Who is OntoRamp Decision Intelligence for?
Builders and small teams operating AI agents who need auditable decision checks with PASS, WARN, or BLOCK outcomes tied to authority context.
When should I use OntoRamp Decision Intelligence?
Use it before merging agent-suggested changes, during ship security review, or in operate iterations whenever automated decisions must meet written rules.
How do I add OntoRamp Decision Intelligence to my agent?
Obtain a Bearer API key at ontoramp.com/mcp, add remote https://ontoramp-decision-intelligence.fly.dev/mcp with Authorization header in your MCP client, then invoke the server's decision tools from your agent.