Shodai Agreements MCP Server

Shodai turns agreement definitions into machine-readable, verifiable coordination workflows for humans, products, and AI agents. Agreements carry readable terms plus participants, valid inputs, states, transitions, and history. It is available as a remote MCP endpoint.

Teams that want a hosted cloud infrastructure endpoint instead of running a local process. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-23 · ★ 2 · #118 OF 141 MAINTAINED CLOUD INFRASTRUCTURE · VERIFIED 2026-08-25

Apache-2.0 · TypeScript servers · how we verify → /methodology

01 · Install Shodai Agreements

before you install - you'll need

Set AGREEMENTS_API_KEY, AGREEMENTS_API_ENVIRONMENT before connecting.

Claude Code

claude mcp add cnslabs-agreements-api-sdk --transport http https://shodai.network/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "cnslabs-agreements-api-sdk": {
      "url": "https://shodai.network/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://shodai.network/mcp

transport: streamable-http

endpoint alive - authentication required · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to shodai.network

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

license Apache-2.0 - declared in the repository

registry vendor namespace network.shodai - domain-verified with the official MCP registry

03 · What Shodai Agreements can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

0.6.0 · 2026-08-23

Hosting refernce app · serialize index creation

0.5.0 · 2026-08-06

Oauth 2.1 · NPM packages version bumps

0.4.1 · 2026-07-06

renaming all packages to be rooted in @shodai-network org

04 · Who maintains Shodai Agreements

Shodai Agreements is maintained by cnslabs. It's the only MCP server we track from this author; the repo dates to Apr 2026.

05 · Facts

category
cloud infrastructure - ranked #118 of 141 actively-maintained cloud infrastructure servers as of 2026-08-25.
release cadence
6 releases in the last 90 days (latest 2026-08-23)
registry
network.shodai/agreements (active, first published 2026-06-25)

06 · Shodai Agreements FAQ

What is Shodai Agreements?

Shodai turns agreement definitions into machine-readable, verifiable coordination workflows for humans, products, and AI agents. Agreements carry readable terms plus participants, valid inputs, states, transitions, and history. It is available as a remote MCP endpoint.

Is Shodai Agreements still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-23 and it shipped 6 releases in the last 90 days. We re-verify nightly.

How do I install Shodai Agreements?

Run `claude mcp add cnslabs-agreements-api-sdk --transport http https://shodai.network/mcp`. The README documents 2 environment variables (AGREEMENTS_API_KEY, AGREEMENTS_API_ENVIRONMENT) to set first. Set AGREEMENTS_API_KEY, AGREEMENTS_API_ENVIRONMENT before connecting. You can also paste the ready-made client config above.

Does Shodai Agreements require authentication?

Yes - when we probed the endpoint on 2026-08-25, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

07 · Alternatives to Shodai Agreements