{
  "name": "@ust-protocol/mcp",
  "version": "1.0.0-rc.61",
  "description": "Model Context Protocol (MCP) server for UST \u2014 agent-facing verbs over ust-protocol: verify, build/create, combine, resolve name-authority, anchor. An agent needs only this server plus its own key.",
  "ust:browser": {
    "stance": "node-only",
    "why": "An MCP server speaking stdio to a local agent process. The transport itself is a Node capability; a browser has no stdio to speak over, so this is not a port that was skipped but a shape that does not translate."
  },
  "author": "THE LAB (https://thelab.md)",
  "type": "module",
  "main": "./index.mjs",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "import": "./index.mjs",
      "default": "./index.mjs"
    }
  },
  "bin": {
    "ust-mcp": "./server.mjs"
  },
  "files": [
    "index.mjs",
    "ssrf-guard.mjs",
    "server.mjs",
    "LICENSE",
    "README.md",
    "./index.d.ts"
  ],
  "keywords": [
    "ust",
    "mcp",
    "model-context-protocol",
    "agent",
    "verification",
    "trust-infrastructure"
  ],
  "license": "Apache-2.0",
  "engines": {
    "node": ">=18"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.0",
    "ust-protocol": "^1.0.0-rc.72"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/thelabmd/UST-Protocol.git",
    "directory": "packages/ust-mcp"
  },
  "homepage": "https://github.com/thelabmd/UST-Protocol/tree/main/packages/ust-mcp#readme",
  "bugs": "https://github.com/thelabmd/UST-Protocol/issues",
  "types": "./index.d.ts"
}
