{
    "name": "İsimKayıt MCP Agent",
    "description": "Domain search, live TRY product catalog, VDS recommendations and agent checkout for İsimKayıt.",
    "url": "https://www.isimkayit.com/mcp",
    "provider": {
        "organization": "İsimKayıt Bilişim Veri Merkezi",
        "url": "https://www.isimkayit.com/"
    },
    "version": "1.2.1",
    "documentationUrl": "https://www.isimkayit.com/agents.md",
    "openapi": "https://www.isimkayit.com/.well-known/openapi.json",
    "mcp": "https://www.isimkayit.com/.well-known/mcp.json",
    "llms_txt": "https://www.isimkayit.com/llms.txt",
    "capabilities": {
        "streaming": false,
        "pushNotifications": false
    },
    "defaultInputModes": [
        "text",
        "application/json"
    ],
    "defaultOutputModes": [
        "application/json",
        "text"
    ],
    "skills": [
        {
            "id": "list_products",
            "name": "list_products",
            "description": "List live hosting, VDS, SSL, email, VPN, SLA or Sophos products with TRY prices, landing_url and purchase_url.",
            "tags": [
                "read"
            ]
        },
        {
            "id": "list_tlds",
            "name": "list_tlds",
            "description": "List supported TLD extensions with live registration, renewal and transfer prices in TRY.",
            "tags": [
                "read"
            ]
        },
        {
            "id": "search_domain",
            "name": "search_domain",
            "description": "Check if a domain is available for registration and return live TRY pricing for the TLD.",
            "tags": [
                "read"
            ]
        },
        {
            "id": "whois_lookup",
            "name": "whois_lookup",
            "description": "WHOIS lookup for a registered domain (registrar, expiry, nameservers).",
            "tags": [
                "read"
            ]
        },
        {
            "id": "recommend_server",
            "name": "recommend_server",
            "description": "Recommend a live VDS/cloud plan from a plain-language workload and return best_pid from list_products.",
            "tags": [
                "read"
            ]
        },
        {
            "id": "ai_domain_suggest",
            "name": "ai_domain_suggest",
            "description": "Generate brandable domain name ideas from a business description and check availability.",
            "tags": [
                "read"
            ]
        },
        {
            "id": "agent_domain_fields",
            "name": "agent_domain_fields",
            "description": "Additional registration fields for ccTLDs (.tr etc.) required before agent_cart_add.",
            "tags": [
                "read"
            ]
        },
        {
            "id": "agent_cart_add",
            "name": "agent_cart_add",
            "description": "Add a product or domain to an agent cart and receive checkout_url (24h TTL) for browser handoff.",
            "tags": [
                "write",
                "commerce"
            ]
        },
        {
            "id": "agent_cart_get",
            "name": "agent_cart_get",
            "description": "Get summary of an existing agent cart by cart_id (items, subtotal, checkout_url, TTL).",
            "tags": [
                "read"
            ]
        },
        {
            "id": "agent_checkout_quote",
            "name": "agent_checkout_quote",
            "description": "Create a 15-minute locked price quote from an agent cart and return checkout_url.",
            "tags": [
                "write",
                "commerce"
            ]
        },
        {
            "id": "get_status",
            "name": "get_status",
            "description": "Live infrastructure status (Kocaeli DC uptime, ping, BGP links) from the public transparency API.",
            "tags": [
                "read"
            ]
        },
        {
            "id": "trabis_reopen_list",
            "name": "trabis_reopen_list",
            "description": "Unofficial nightly mirror of the public TRABİS reallocation list (not an official TRABİS API).",
            "tags": [
                "read"
            ]
        }
    ],
    "preferredTransport": {
        "type": "http",
        "url": "https://www.isimkayit.com/mcp",
        "note": "JSON-RPC 2.0 over POST (initialize, tools/list, tools/call)"
    }
}