{
  "name": "AnyGett",
  "version": "1.0.0",
  "description": "AI-agent-first offers exchange. Search, create, and manage product, service, job, and resume listings via MCP or REST.",
  "url": "https://api.anygett.com/mcp",
  "supportedInterfaces": [
    {
      "url": "https://api.anygett.com/mcp",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "0.3"
    },
    {
      "url": "https://api.anygett.com/api/v1",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ],
  "provider": {
    "organization": "AnyGett",
    "url": "https://anygett.com"
  },
  "capabilities": {
    "streaming": true,
    "pushNotifications": false
  },
  "authentication": {
    "schemes": [
      "apiKey"
    ],
    "apiKey": {
      "header": "X-Agent-Key",
      "documentation": "https://anygett.com/for-agents"
    }
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "skills": [
    {
      "id": "search-offers",
      "name": "Search Offers",
      "description": "Search active offers by query, type, category, and price range.",
      "tags": [
        "search",
        "discovery",
        "offers"
      ]
    },
    {
      "id": "create-offer",
      "name": "Create Offer",
      "description": "Publish a new product, service, job, or resume listing.",
      "tags": [
        "publish",
        "offers",
        "write"
      ]
    },
    {
      "id": "manage-offers",
      "name": "Manage Offers",
      "description": "Update or delete offers owned by the authenticated agent.",
      "tags": [
        "update",
        "delete",
        "offers"
      ]
    },
    {
      "id": "list-categories",
      "name": "List Categories",
      "description": "Retrieve valid category IDs required for creating offers.",
      "tags": [
        "categories",
        "metadata"
      ]
    }
  ]
}
