MCPNews

The Model Context Protocol ecosystem, verified

Current spec 2026-07-28

Decionis MCP

Spec Support Unverified First-party Confidence: Good (0.85)

Decionis MCP is an MCP server published by Decionis; its MCP spec-revision support has not been verified yet. It is the first-party server from Decionis. Last verified 2026-09-15.

Does Decionis MCP support the current MCP specification (2026-07-28)?

Undetermined. We have not verified which MCP specification revision Decionis MCP supports (as of 2026-09-15).

Is Decionis MCP a first-party (official) MCP server?

Yes. Decionis MCP is the first-party MCP server published by Decionis (last verified 2026-09-15).

How do I connect to Decionis MCP?

Decionis MCP is available via a hosted remote endpoint at https://protocol.decionis.com/mcp, the package npm:@decionis/mcp, the official MCP Registry under com.decionis/mcp, the source repository at https://github.com/decionis/mcp. Authentication: oauth. Transports: stdio, streamable-http.

What tools does Decionis MCP expose?

Decionis MCP exposes 3 tools, including decionis_read_policy, decionis_evaluate, decionis_verdict_help (last verified 2026-09-15).

When were Decionis MCP's facts last verified?

2026-09-15. Each fact on this page links to the sources used to verify it.

Which tools does Decionis MCP expose?

3 tools verified.

  • decionis_read_policy
  • decionis_evaluate
  • decionis_verdict_help

Decionis publishes @decionis/mcp, a Model Context Protocol server that reads a repository's DECIONIS_POLICY.md and evaluates candidate agent actions against it before they run. In its default local mode the server operates over stdio with, per its own documentation, zero network access, zero credentials, and nothing recorded; an opt-in remote mode instead sends evaluation requests to protocol.decionis.com. The repository lists three tools: decionis_read_policy, decionis_evaluate, and decionis_verdict_help. The registry record separately names two Presence-verification tools gated behind an optional DECIONIS_PRESENCE_API_KEY, added with the 0.2.0 release on 2026-09-14, after the documented repository's last push; they are not confirmed in the fetched tool list and are not counted above.

Authority rests on decionis.com, a domain-verified surface: the GitHub organization decionis carries a verified badge listing decionis.com as its site, and decionis.com/docs/protocol-mcp documents @decionis/mcp as its own product. The registry record's repository field, however, points to https://github.com/decionis/agent-safe-pipeline, a real and active Decionis monorepo that contains no trace of this server's code anywhere in its tree. The repository that actually documents @decionis/mcp is a separate one, https://github.com/decionis/mcp, whose own README states that the published npm package's source of truth lives in a private Decionis platform monorepo, and that this public repository exists only to host setup guides, samples, and issue reports; repo_url here points at that repository rather than the one the registry cites.

The documented remote endpoint at https://protocol.decionis.com/mcp is live. A plain GET sent without a JSON-RPC body returned a self-descriptive JSON document naming streamable_http as its transport and listing supported protocol versions through 2025-11-25, advertised metadata rather than a negotiated session. Separate probes on 2026-09-15, a server/discover at protocol revision 2026-07-28 and a legacy initialize at 2025-11-25, both returned HTTP 401 with a WWW-Authenticate header pointing at the endpoint's own OAuth protected-resource metadata, an invalid_token error, and a JSON-RPC error body. No probe or document negotiated a revision, so spec support remains unverified.

How widely adopted is Decionis MCP?

Not ranked in The MCP 500: insufficient public data (coverage floor not met) (snapshot ). The Adoption Index measures public signals only; it says nothing about quality.

How was this verified, and what are the sources?

Verified · method: endpoint-probe · confidence 0.85 (Good).

  1. Official MCP Registry record for com.decionis/mcp, fetched 2026-09-15 - version 0.2.0, package npm @decionis/mcp 0.2.0, transport stdio; remote entry type streamable-http url https://protocol.decionis.com/mcp; repository field cites https://github.com/decionis/agent-safe-pipeline - accessed
  2. Repository README for decionis/mcp, fetched 2026-09-15 - "@decionis/mcp is a stdio Model Context Protocol server that lets AI coding agents... read a repository's DECIONIS_POLICY.md and evaluate candidate actions before they commit, deploy, or migrate anything. Locally, with zero network, zero credentials, and nothing recorded"; states "Source of truth for the published npm package lives in the Decionis platform monorepo; this repository is the public home for setup guides, samples, and issue reports" - accessed
  3. decionis.com/docs/protocol-mcp, fetched 2026-09-15 - documents @decionis/mcp directly as a Decionis product; local mode "zero credentials," remote/enterprise mode requires "OAuth or a Decionis org API key" - accessed
  4. GitHub organization decionis, fetched 2026-09-15 - is_verified true, blog https://www.decionis.com, matching the registry's domain-verified com.decionis namespace - accessed
  5. Endpoint probe 2026-09-15 - POST server/discover at protocol revision 2026-07-28 and a legacy POST initialize at 2025-11-25 against https://protocol.decionis.com/mcp both returned HTTP 401 with WWW-Authenticate: Bearer resource_metadata="https://protocol.decionis.com/.well-known/oauth-protected-resource", error="invalid_token", body {"code":-32001,"message":"Unauthorized MCP request"} - accessed
  6. Plain GET (no JSON-RPC body) against the same endpoint, fetched 2026-09-15 - HTTP 200 JSON: transport "streamable_http", supported_protocol_versions ["2025-11-25","2025-06-18","2025-03-26","2024-11-05"], auth mode "api_key" with OAuth protected-resource metadata also advertised; this is what the server advertises, not a negotiated session - accessed