{
  "name": "tokenization-atlas",
  "version": "1.0.0",
  "description": "Tokenized-asset intelligence and governed diligence services powered by Wever Labs.",
  "transport": {
    "type": "https",
    "base_url": "https://tokenizationatlas.com"
  },
  "tools": [
    {
      "name": "get_asset_passport",
      "description": "Get a normalized Asset Passport by id or ticker.",
      "method": "GET",
      "path": "/api/assets",
      "input": { "id": "string" }
    },
    {
      "name": "generate_token_thesis",
      "description": "Generate an evidence-gated Token Thesis for a supported asset.",
      "method": "POST",
      "path": "/api/token-thesis",
      "input": { "asset_id": "string", "jurisdiction": "string", "investor_type": "string" }
    },
    {
      "name": "simulate_governed_tokenops",
      "description": "Run the Wever Labs work order, diligence, permission, simulation, and receipt lifecycle.",
      "method": "POST",
      "path": "/api/agent-run",
      "input": { "asset_id": "string", "budget": "number", "approval_threshold": "number", "allow_execution": "boolean" }
    }
  ]
}
