HomeProductivity › Shodai Agreements

Shodai Agreements

Author, validate, deploy, and operate Shodai on-chain agreements.

TypeScript CloudLocal Remote
★ 2 stars Last pushed 2026-08-23 License: Apache-2.0

Topics: Agreements & Coordination

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://shodai.network/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http agreements-api-sdk https://shodai.network/mcp --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "agreements-api-sdk": {
      "url": "https://shodai.network/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization required secret — Bearer API key, e.g. Bearer cns_pk_...

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry