Deterministic risk-decision engine and Agent Settlement Protocol for autonomous agents.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Quesen is the deterministic decision-and-receipt core for agent actions β a typed security context in, a
PASS / REVIEW / BLOCK / SKIPverdict out, with machine reason codes and a receipt you can re-run byte-for-byte and prove. No model inference is in the scoring path, so the same input always yields the same verdict. It is built to sit behind injection detection, on top of agent identity, and to bill per decision (ASP/402).Unlike log-based governance layers whose audit trail is their word, kept by them, a Quesen receipt is independently verifiable by the caller β recomputable, and (engine signing enabled) Ed25519-signed. See
docs/architecture-gap-closers.mdand client-side enforcement + receipt verification inquesen-sdkβ₯ 0.5.0.This repository is the public developer portal. It contains only documentation, integration guides, examples, registry manifests, and reference links. No engine source code lives here. Quesen's engine implementation is sovereign, non-public infrastructure.
Live production
| Surface | URL |
|---|---|
| REST API | https://web-production-3df26.up.railway.app |
| MCP (Streamable HTTP) | https://web-production-3df26.up.railway.app/mcp |
| OpenAPI 3.1 | https://web-production-3df26.up.railway.app/openapi.json |
| Swagger UI | https://web-production-3df26.up.railway.app/docs |
| Health | https://web-production-3df26.up.railway.app/health |
| Version | https://web-production-3df26.up.railway.app/version |
Fastest path β no install, no signup, no card. Self-serve a free sandbox key and run a
real deterministic decision against production. Full guide: docs/QUICKSTART.md
Β· try it in the browser at senueren.co.za/try.
Published. The SDKs are live on PyPI and npm (
quesen-sdk0.5.0/ npm0.5.0;quesen-langchain,quesen-crewai,quesen-autogen0.3.0). Thebase_url+X-API-Key(including the sandbox key above) are identical across all SDKs.
| Framework | Package | Repository |
|---|---|---|
| LangChain / LangGraph | quesen-langchain | Shxnque/quesen-langchain |
| CrewAI | quesen-crewai | Shxnque/quesen-crewai |
| AutoGen v0.4+ | quesen-autogen | Shxnque/quesen-autogen |
| Python (core) | quesen-sdk | Shxnque/quesen-sdk-py |
| JavaScript / TypeScript | quesen-sdk (npm) | Shxnque/quesen-sdk-js |
Quesen exposes five MCP tools over the production endpoint. See
docs/mcp.md for the client-config snippet.
Autonomous agents make more decisions per second than any human oversight can audit. When those decisions involve capital β launching a token, opening a position, executing a trade, greenlighting a smart-contract deployment β the marginal cost of a bad decision is fatal.
Quesen answers exactly one question:
Should the calling agent proceed with this action?
Inputs are typed. Outputs are one of PROCEED, REVIEW, SKIP, always with a
risk_score in [0.0, 1.0], a confidence in [0.0, 1.0], and the exact
conflict rules that fired. Same inputs β same output. Every time. Every
response embeds engine_version, weights, and thresholds. Fully
reproducible. Fully auditable.
Published receipts are independently reproducible from this repo alone β no hosted service or private engine required:
All six UCP #724 vectors show a byte-for-byte three-way match between the
published fixture, the public reference, and the live engine
(verify/README.md, verify/three_way_match.json).
That doc also states honestly where independent verification stops today (the
production ruleset commit_sha is not publicly resolvable; receipts are not yet
cryptographically issuer-signed).
The egress/authority decision subset β the part security integrators gate on β is now independently verdict-replayable offline too, with zero network:
Six cases (OWASP-agentic + LoopX prepared-Effect PASS/REVIEW/BLOCK) recompute
byte-for-byte from the public reference evaluator, plus a prod-1βprod-2
integrity-flip check β no signup, key, or hosted call
(evaluation/conformance/README.md).
https://web-production-3df26.up.railway.appGET /health returns {"status":"ok","engine_version":"1.10.0"}GET /version returns full engine + billing + on-chain flags (ASP/1.0)Quesen is discoverable via Model Context Protocol registries and the standard
agent-directory ecosystem. See docs/registries.md for
the current state of each submission. Manifests:
smithery.yaml β Smithery.ai (canonical)mcp.json β MCP.so / generic MCP client (canonical).well-known/ai-plugin.json β OpenAI plugin
manifest / .well-known/ai-plugin.json autodiscoveryllms.txt β machine-readable summary for LLM crawlersFactual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/quesen)<a href="https://allmcps.com/mcp/quesen"><img src="https://allmcps.com/api/badge/quesen?style=directory" alt="Quesen on AllMCPs" /></a>