Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

Shodai Agreements

REMOTE · SHODAI.NETWORK · SCANNED AUG 3

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

Available components

+4 this week 70 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security63
Transport & Reachability100
Schema Quality & AI Usability79
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 2436 tokens (~162/item across 15 items; 11 tools + 4 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · shodai.network

# add to Claude Code
claude mcp add --transport http network-shodai-agreements https://shodai.network/mcp
# ~/.codex/config.toml
[mcp_servers.network-shodai-agreements]
url = "https://shodai.network/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "network-shodai-agreements": {
      "type": "remote",
      "url": "https://shodai.network/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add network-shodai-agreements --url https://shodai.network/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  network-shodai-agreements:
    url: "https://shodai.network/mcp"
// mcp.json
{
  "mcpServers": {
    "network-shodai-agreements": {
      "type": "http",
      "url": "https://shodai.network/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

  • 31 Jul 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 29 Jul 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

  • 28 Jul 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

  • 27 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 26 Jul 26 66

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Probed https://shodai.network/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=shodai.network CN=YR2,O=Let's Encrypt,C=US 11 Jul 2026 9 Oct 2026 RSA 2048 SHA256-RSA 50ab0f5fc8f7b4eb3cc96966535383e0812
SANs: shodai.network
CN=YR2,O=Let's Encrypt,C=US (CA) CN=Root YR,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 RSA 2048 SHA256-RSA 4ebd24947e24d394802d84a52fd5b319
CN=Root YR,O=ISRG,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 RSA 4096 SHA256-RSA f24b6d17f9d9ad7cb1c9fea78782699f
DNSSEC insecure

Validation of shodai.network. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
network. present 40414 8 Verified
shodai.network. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Header Value
strict-transport-security max-age=63072000
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://shodai.network/mcp Verified 200
http (plaintext) http://shodai.network/mcp HTTPS enforced 308 https://shodai.network/mcp
MCP tools — 11 exposed · ~2,119 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
deploy_agreement ~346

Deploys authored agreement JSON using an EIP-712 permit; the API submits the on-chain transaction and returns the deployed agreement record. Provide a pre-signed permit (signer, deadline, signature), or call prepare_deployment_typed_data first to obtain the payload to sign. Always run preflight_deployment before deploying. Requires the agreements.write scope.

NameTypeReqDescription
agreementobjectyesComplete authored agreement JSON document with metadata, variables, content, and execution sections.
chainIdintegerTarget EVM chain ID (e.g. 59141 for Linea Sepolia).
deadlineintegerPermit deadline in unix seconds. Must match the signed payload.
displayNamestringyesHuman-readable name for the deployed agreement record.
docUristringOptional document URI recorded on-chain with the agreement.
documentIdstringOptional hosted document ID paired with docUri for GET /v0/agreements/documents/{documentId}.
environmentstringyesAgreements API environment for this tool call. API keys only work in the environment where they were created.
initValuesobjectDeployment-time values for variables referenced by execution.initialize.data.
observersarrayObserver email addresses.
participantsarrayWallet mappings for participant variables.
signatureRstringPermit signature r component (0x... 32 bytes).
signatureSstringPermit signature s component (0x... 32 bytes).
signatureVintegerPermit signature v component (27 or 28).
signerstringWallet address (0x...) that signed the permit.

No output schema declared.

No examples provided.

get_agreement ~85

Returns a single agreement record, including the full authored agreement JSON and hosted record context (participants, observers, owner, deployment address).

NameTypeReqDescription
agreementIdstringyesAgreement record ID, as returned by list_agreements (not the on-chain address).
environmentstringyesAgreements API environment for this tool call. API keys only work in the environment where they were created.

No output schema declared.

No examples provided.

get_agreement_document ~114

Returns the rendered hosted prose document for an agreement by documentId, including content type, display name, chain, docUri, and agreement record references. Use documentId from list_agreements/get_agreement or from prepare_deployment_typed_data.

NameTypeReqDescription
documentIdstringyesHosted agreement document ID, as returned by list_agreements/get_agreement or prepare_deployment_typed_data.
environmentstringyesAgreements API environment for this tool call. API keys only work in the environment where they were created.

No output schema declared.

No examples provided.

get_agreement_state ~99

Returns the current state of an agreement. For deployed agreements, interpret the state against the states defined in the authored agreement lifecycle (execution.states). Use this to poll for transitions after submitting an input.

NameTypeReqDescription
agreementIdstringyesAgreement record ID, as returned by list_agreements (not the on-chain address).
environmentstringyesAgreements API environment for this tool call. API keys only work in the environment where they were created.

No output schema declared.

No examples provided.

get_input_history ~159

Returns recorded input submissions for an agreement, with pagination and filtering. Use this to inspect which events have been submitted and whether each is PENDING, MINED, or FAILED.

NameTypeReqDescription
agreementIdstringyesAgreement record ID, as returned by list_agreements (not the on-chain address).
cursorstringOpaque pagination cursor from a previous response (pageInfo.nextCursor).
environmentstringyesAgreements API environment for this tool call. API keys only work in the environment where they were created.
inputIdstringFilter by input ID as defined in the agreement JSON (execution.inputs).
limitintegerPage size (max 100).
statusstringFilter by submission status.

No output schema declared.

No examples provided.

list_agreements ~262

Lists agreement summaries visible to the current API key. Supports pagination (cursor + limit), filtering by chain and state, and sorting. Returns summaries only; use get_agreement for the full record.

NameTypeReqDescription
chainIdintegerFilter by EVM chain ID (e.g. 59141 for Linea Sepolia).
createdAfterstringISO 8601 timestamp; only agreements created at or after this time.
createdBeforestringISO 8601 timestamp; only agreements created at or before this time.
cursorstringOpaque pagination cursor from a previous response (pageInfo.nextCursor).
environmentstringyesAgreements API environment for this tool call. API keys only work in the environment where they were created.
limitintegerPage size (max 100).
sortBystringSort field (single field only).
sortDirectionstringSort direction; defaults to desc.
statestringFilter by current lifecycle state ID.
updatedAfterstringISO 8601 timestamp; only agreements updated at or after this time.
updatedBeforestringISO 8601 timestamp; only agreements updated at or before this time.

No output schema declared.

No examples provided.

preflight_deployment ~181

Checks whether authored agreement JSON plus target chain, deployment values, participant wallet mappings, and observer context are ready for deployment. This does not deploy the agreement and does not require a signature. Always run this before signing a deploy permit. Requires the agreements.write scope.

NameTypeReqDescription
agreementobjectyesComplete authored agreement JSON document with metadata, variables, content, and execution sections. See the simple/complex example resources for the authoritative shape.
chainIdintegerTarget EVM chain ID for deployment.
environmentstringyesAgreements API environment for this tool call. API keys only work in the environment where they were created.
initValuesobjectDeployment-time values for variables referenced by execution.initialize.data.
observersarrayObserver email addresses for the deployed agreement.
participantsarrayWallet mappings for participant variables.

No output schema declared.

No examples provided.

prepare_deployment_typed_data ~299

Builds the exact EIP-712 payload that must be signed to authorize deployment of the given agreement JSON. Sign the returned typedData with the deploying wallet (eth_signTypedData_v4 / viem signTypedData), then call deploy_agreement with signer, deadline, and the signature components. No transaction is sent and nothing is stored. Reads the signer nonce from the target chain.

NameTypeReqDescription
agreementobjectyesComplete authored agreement JSON document with metadata, variables, content, and execution sections.
chainIdintegeryesTarget EVM chain ID (e.g. 59141 for Linea Sepolia).
deadlineintegerPermit deadline in unix seconds; defaults to one hour from now.
docUristringDocument URI (must match the later deploy_agreement call).
documentIdstringHosted document ID. If omitted with docUri, no hosted document ID is stored; if both are omitted, the server generates both values.
environmentstringyesAgreements API environment for this tool call. API keys only work in the environment where they were created.
initValuesobjectDeployment-time init values (must match the later deploy_agreement call).
observersarrayObserver email addresses.
participantsarrayWallet mappings for participant variables.
signerAddressstringyesWallet address (0x...) that will sign and own the deployment.

No output schema declared.

No examples provided.

prepare_input_typed_data ~196

Builds the exact EIP-712 payload that must be signed to authorize submitting an input to a deployed agreement. Sign the returned typedData with a wallet allowed by the input definition, then call submit_input with signer, deadline, and the signature components. No transaction is sent and nothing is stored. Reads the agreement record and signer nonce.

NameTypeReqDescription
agreementIdstringyesAgreement record ID of a deployed agreement.
deadlineintegerPermit deadline in unix seconds; defaults to one hour from now.
environmentstringyesAgreements API environment for this tool call. API keys only work in the environment where they were created.
inputIdstringyesInput ID defined by the agreement JSON (execution.inputs).
signerAddressstringyesWallet address (0x...) that will sign the input permit.
valuesobjectyesValues matching the input schema (must match the later submit_input call).

No output schema declared.

No examples provided.

submit_input ~244

Submits a signed input to a deployed agreement, advancing its on-chain lifecycle. The input ID and values must match an input defined by the agreement JSON, and the signer must be allowed by that input. Provide a pre-signed permit (signer, deadline, signature), or call prepare_input_typed_data first. Requires the agreements.write scope.

NameTypeReqDescription
agreementIdstringyesAgreement record ID of a deployed agreement.
deadlineintegerPermit deadline in unix seconds. Must match the signed payload.
environmentstringyesAgreements API environment for this tool call. API keys only work in the environment where they were created.
inputIdstringyesInput ID defined by the agreement JSON (execution.inputs).
signatureRstringPermit signature r component (0x... 32 bytes).
signatureSstringPermit signature s component (0x... 32 bytes).
signatureVintegerPermit signature v component (27 or 28).
signerstringWallet address (0x...) that signed the permit.
valuesobjectyesValues matching the input schema defined by the agreement JSON.

No output schema declared.

No examples provided.

validate_agreement ~134

Checks only the authored agreement JSON document and returns participant variable keys, input IDs, state IDs, and warnings. This does not validate deployment values, participant wallet addresses, signer, or permit data — use preflight_deployment for that. Iterate on the agreement JSON until this returns no blocking warnings. Requires the agreements.write scope.

NameTypeReqDescription
agreementobjectyesComplete authored agreement JSON document with metadata, variables, content, and execution sections. See the simple/complex example resources for the authoritative shape.
environmentstringyesAgreements API environment for this tool call. API keys only work in the environment where they were created.

No output schema declared.

No examples provided.