Server data from the Official MCP Registry
Deterministic risk-decision engine and Agent Settlement Protocol for autonomous agents.
Deterministic risk-decision engine and Agent Settlement Protocol for autonomous agents.
Remote endpoints: streamable-http: https://web-production-30ab5.up.railway.app/mcp
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.
5 tools verified · Open access · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"io-github-shxnque-quesen": {
"url": "https://web-production-30ab5.up.railway.app/mcp"
}
}
}From the project's GitHub README.
Quesen is the deterministic AI decision engine for A2A (Agent-to-Agent) risk evaluation. It is the trust filter that sits between autonomous agents and capital loss.
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-30ab5.up.railway.app |
| MCP (Streamable HTTP) | https://web-production-30ab5.up.railway.app/mcp |
| OpenAPI 3.1 | https://web-production-30ab5.up.railway.app/openapi.json |
| Swagger UI | https://web-production-30ab5.up.railway.app/docs |
| Health | https://web-production-30ab5.up.railway.app/health |
| Version | https://web-production-30ab5.up.railway.app/version |
pip install quesen-sdk
from quesen_sdk import QuesenClient
q = QuesenClient(base_url="https://web-production-30ab5.up.railway.app",
api_key="YOUR_KEY")
verdict = q.validate(domain_age_days=1, engagement_ratio=0.95, scam_keyword_count=4)
if verdict.decision == "SKIP":
return # respect the deterministic answer
npm i quesen-sdk
import { QuesenClient } from "quesen-sdk";
const q = new QuesenClient({
baseUrl: "https://web-production-30ab5.up.railway.app",
apiKey: process.env.QUESEN_API_KEY,
});
const verdict = await q.validate({
domain_age_days: 1,
engagement_ratio: 0.95,
scam_keyword_count: 4,
});
| 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.
https://web-production-30ab5.up.railway.appGET /health returns {"status":"ok","engine_version":"1.9.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 crawlersThis is a documentation-only repository. Engine PRs cannot be accepted here.
If you have integration-specific feedback, please open an issue or read CONTRIBUTING.md.
SDK contributions belong in the corresponding public SDK repository:
Security issues: please read SECURITY.md before filing publicly.
MIT. See LICENSE.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.