Productivity
shodai.network
Manages and retrieves agreement records and their associated documents and states.
ENDPOINT 1
https://shodai.network/mcp
MCP server metadata
- Name
- agreements-mcp-server
- Version
- 0.1.0
This server exposes the Shodai Agreements API: author, validate, deploy, and operate verifiable on-chain agreements. Authoring loop: read the simple/complex example resources to learn the agreement JSON shape, draft the document, then iterate with validate_agreement until it has no blocking warnings, and run preflight_deployment before any signing. Reads (list_agreements, get_agreement, get_agreement_state, get_input_history) require the agreements.read scope; validation tools require agreements.write. Hosted tool calls must include environment: "testnet" or "production"; API keys only work in the environment where they were created. For deployment, signing, and troubleshooting workflows beyond these tools, fetch the docs pages listed in the docs-index resource.
Known tools 11
get_agreementReturns a single agreement record, including the full authored agreement JSON and hosted record context (participants, observers, owner, deployment address).
Inferred read-onlyget_agreement_documentReturns the rendered hosted prose document for an agreement by documentId, including content type, display name, chain, docUri, and agreement record references.
Inferred read-onlyget_input_historyReturns recorded input submissions for an agreement, with pagination and filtering.
Inferred read-onlyvalidate_agreementChecks only the authored agreement JSON document and returns participant variable keys, input IDs, state IDs, and warnings.
Inferred read-onlypreflight_deploymentChecks whether authored agreement JSON plus target chain, deployment values, participant wallet mappings, and observer context are ready for deployment.
Inferred read-onlydeploy_agreementDeploys authored agreement JSON using an EIP-712 permit; the API submits the on-chain transaction and returns the deployed agreement record.
Inferred read-onlysubmit_inputSubmits a signed input to a deployed agreement, advancing its on-chain lifecycle.
Inferred read-onlyprepare_deployment_typed_dataBuilds the exact EIP-712 payload that must be signed to authorize deployment of the given agreement JSON.
Inferred read-onlyprepare_input_typed_dataBuilds the exact EIP-712 payload that must be signed to authorize submitting an input to a deployed agreement.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.agreements-mcp-server]
url = "https://shodai.network/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agreements-mcp-server": {
"type": "http",
"url": "https://shodai.network/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agreements-mcp-server
Remote MCP URL: https://shodai.network/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"agreements-mcp-server": {
"url": "https://shodai.network/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agreements-mcp-server": {
"type": "http",
"url": "https://shodai.network/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agreements-mcp-server",
"transport": "streamable-http",
"url": "https://shodai.network/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.