Skip to main content
The TypeScript SDK for Dispersed provides a typed, standardized interface for interacting with the network’s API and compute protocols, including support for the Model Context Protocol @dispersed/mcp-server environment. You can acquire @dispersed/sd.from the npm software registry at https://www.npmjs.com/package/@dispersed/sdk and install it instead of writing complex and unvalidated network requests to talk to the Dispersed API. For Service Consumers:
  • Build applications or autonomous agents
  • Request compute resources, send tasks, manage workloads, and retrieve data without manually dealing with low-level HTTP requests or raw socket communication.
  • Catch errors and ensure that requests are correctly formatted.
For Node Operators:
  • Script tools to monitor node health and track resource availability.
  • Bridge nodes to the Dispersed network’s core protocols to automate node registration or de-registration on the network.