{
  "id": "dexter-lobster",
  "name": "Dexter x402 Marketplace (lobster.cash)",
  "description": "Search verified paid APIs and call them with automatic USDC payment through your lobster.cash wallet. Covers DeFi, AI, Analytics, Social, Data, and Tools.",
  "version": "1.0.0",
  "skills": ["./skills"],
  "configSchema": {
    "type": "object",
    "additionalProperties": false,
    "properties": {
      "facilitatorUrl": {
        "type": "string",
        "default": "https://x402.dexter.cash",
        "description": "x402 facilitator URL for payment settlement"
      },
      "bazaarUrl": {
        "type": "string",
        "default": "https://x402.dexter.cash/discovery/resources",
        "description": "Bazaar discovery endpoint for searching APIs"
      },
      "maxSpendPerCall": {
        "type": "string",
        "default": "1.00",
        "description": "Maximum USDC spend per API call (e.g., '1.00' = $1.00)"
      },
      "preferredNetwork": {
        "type": "string",
        "enum": ["solana", "base"],
        "default": "solana",
        "description": "Preferred settlement network when endpoint supports multiple"
      },
      "preferredCategories": {
        "type": "array",
        "items": { "type": "string" },
        "default": [],
        "description": "Preferred API categories to surface first in search results"
      }
    }
  },
  "uiHints": {
    "facilitatorUrl": {
      "label": "Facilitator URL",
      "advanced": true,
      "help": "Dexter facilitator. Default: https://x402.dexter.cash"
    },
    "bazaarUrl": {
      "label": "Bazaar URL",
      "advanced": true,
      "help": "API discovery endpoint. Default: https://x402.dexter.cash/discovery/resources"
    },
    "maxSpendPerCall": {
      "label": "Max Spend per Call (USDC)",
      "help": "Safety cap on per-request spending. Default: $1.00"
    },
    "preferredNetwork": {
      "label": "Preferred Network",
      "help": "Which chain to prefer when an endpoint supports multiple"
    },
    "preferredCategories": {
      "label": "Preferred Categories",
      "advanced": true,
      "help": "API categories to prioritize in search (e.g., DeFi, AI)"
    }
  }
}
