{
  "x402Version": 2,
  "id": 7453,
  "slug": "7453",
  "resource": "https://mcp.zensched.com/x402/tools/location_create",
  "description": "ZenSched `location_create` — Register a private work location. Provide street_address (Places establishment pin preferred over street-mailbox geocode; known ZenShows store pins reused by google_place_id) OR lat+lng. Metered on either path. Returns location_id, pin_quality (street|place|known_store|client), maps_url, satellite_url. Pay-per-call $0.03 USDC; the paying wallet owns the org (auto-provisioned on first call). Catalog: https://mcp.zensched.com/x402/tools",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x081D7F97cA4478dAc465569E1fE3F5846ad598dD",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "30000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "name": "Ferry Building Marketplace",
            "street_address": "1 Ferry Building, San Francisco, CA 94111"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "org": {
              "org_id": 12345,
              "provisioned": false,
              "wallet": "0x…"
            },
            "payment": {
              "amount_usd": "$0.03",
              "network": "eip155:8453",
              "payer": "0x…",
              "transaction": "0x…"
            },
            "result": {
              "note": "tool-specific JSON result",
              "status": "ok"
            },
            "tool": "location_create"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "checkin_radius_m": {
                    "default": 0,
                    "title": "Checkin Radius M",
                    "type": "integer"
                  },
                  "idempotency_key": {
                    "default": "",
                    "title": "Idempotency Key",
                    "type": "string"
                  },
                  "lat": {
                    "default": 0,
                    "title": "Lat",
                    "type": "number"
                  },
                  "lng": {
                    "default": 0,
                    "title": "Lng",
                    "type": "number"
                  },
                  "name": {
                    "title": "Name",
                    "type": "string"
                  },
                  "notes": {
                    "default": "",
                    "title": "Notes",
                    "type": "string"
                  },
                  "street_address": {
                    "default": "",
                    "title": "Street Address",
                    "type": "string"
                  }
                },
                "required": [
                  "name"
                ],
                "title": "location_createArguments",
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST",
                  "PUT",
                  "PATCH"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "mcp.zensched.com",
  "lastUpdated": "2026-09-02T02:28:13.838Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-02T02:28:13.728Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "mcp.zensched.com",
    "manifest_name": "mcp.zensched.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}