{
  "name": "getname-pl",
  "displayName": "GetName.pl",
  "description": "Polish domain marketplace with NASK .pl registrar integration. Agents can check availability, search listings, read pricing, and stream domains as they are caught by the hunter and listed for sale.",
  "url": "https://agents.getname.pl",
  "version": "1.0.0",
  "protocolVersion": "0.3.0",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    {
      "type": "mcp",
      "transport": "streamable-http",
      "url": "https://mcp.getname.pl"
    },
    {
      "type": "openapi",
      "transport": "https",
      "url": "https://getname.pl/openapi.json"
    },
    {
      "type": "sse",
      "transport": "https",
      "url": "https://api.getname.pl/v1/domains/hunter/stream"
    }
  ],
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["text/plain", "text/markdown", "application/json"],
  "skills": [
    {
      "id": "check-domain",
      "name": "Check .pl availability",
      "description": "Check if a domain is available through NASK and get registration price.",
      "tags": ["domains", "nask", "availability"],
      "examples": ["Is example.pl available?", "Check availability for foo.pl"]
    },
    {
      "id": "list-marketplace",
      "name": "List marketplace",
      "description": "List domains currently for sale with filters.",
      "tags": ["marketplace", "listings"],
      "examples": ["Show me .pl domains under 500 PLN", "List premium domains"]
    },
    {
      "id": "monitor-catches",
      "name": "Monitor hunter catches",
      "description": "Subscribe to domains just caught and added to the marketplace.",
      "tags": ["hunter", "sse", "stream"],
      "examples": ["Watch for new catches", "Stream hunter events"]
    }
  ],
  "provider": { "organization": "GetName.pl", "url": "https://getname.pl" },
  "documentationUrl": "https://getname.pl/api/docs"
}
