← Registry

Productivity

shodai.network

Manages and retrieves agreement records and their associated documents and states.

1 endpoint11 known toolsFirst detected June 27, 2026Last detected July 6, 2026

ENDPOINT 1

https://shodai.network/mcp

No auth detected

Known tools 11

list_agreements

Lists agreement summaries visible to the current API key.

get_agreement

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

get_agreement_document

Returns the rendered hosted prose document for an agreement by documentId, including content type, display name, chain, docUri, and agreement record references.

get_agreement_state

Returns the current state of an agreement.

get_input_history

Returns recorded input submissions for an agreement, with pagination and filtering.

validate_agreement

Checks only the authored agreement JSON document and returns participant variable keys, input IDs, state IDs, and warnings.

preflight_deployment

Checks whether authored agreement JSON plus target chain, deployment values, participant wallet mappings, and observer context are ready for deployment.

deploy_agreement

Deploys authored agreement JSON using an EIP-712 permit; the API submits the on-chain transaction and returns the deployed agreement record.

submit_input

Submits a signed input to a deployed agreement, advancing its on-chain lifecycle.

prepare_deployment_typed_data

Builds the exact EIP-712 payload that must be signed to authorize deployment of the given agreement JSON.

prepare_input_typed_data

Builds the exact EIP-712 payload that must be signed to authorize submitting an input to a deployed agreement.