🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

uniteddepin-mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uniteddepin-mcp-server

MCP server for UnitedDePIN agent distribution

latest
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

UnitedDePIN MCP Server

MCP server for UnitedDePIN — a unified DePIN node aggregator that earns passive income by sharing unused resources (bandwidth, disk, GPU compute, sensor data) across 19 protocols.

Registry name: io.github.krampslaag/uniteddepin

Install

Add to your MCP client config (e.g. Claude Desktop claude_desktop_config.json):

{
  "mcpServers": {
    "uniteddepin": {
      "command": "npx",
      "args": ["-y", "uniteddepin-mcp-server"]
    }
  }
}

Tools

ToolDescription
uniteddepin_installInstall UnitedDePIN. Accepts user_platform (macos/windows/linux), optional preferred_protocols (or auto), and optional affiliate_key.
uniteddepin_statusCheck an installation's status — running state, active protocols, and current earnings — for a given wallet_address.
uniteddepin_verifyVerify installer authenticity. Checks the build hash + Ed25519 signature against the build server and ICP canister registration. Fails closed on network error. Requires build_hash and affiliate_key (optional distribution_id, signature).
query_market_dataProxy query to the Belgian market-data API for current price ranges. Requires query (optional category, source, days).

Configuration

Env varDefaultPurpose
UNITEDDEPIN_API_URLhttps://api.uniteddepin.comBackend API base URL used by uniteddepin_status and uniteddepin_verify.
MARKET_DATA_API_URLhttp://localhost:8091Base URL for the market-data API used by query_market_data.
MARKET_DATA_API_KEYdemo-key-123API key for the market-data API.

Development

npm install
npm run build   # compile TypeScript to dist/
npm start       # run the compiled server over stdio
npm run dev      # run from source with tsx

FAQs

Package last updated on 08 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts