{
  "$schema": "https://static.modelcontextprotocol.io/schemas/v1/server-card.schema.json",
  "name": "com.iurco/site",
  "displayName": "IURCO",
  "title": "IURCO",
  "description": "Public, read-only MCP server of IURCO (technology company / agency-lab in Buenos Aires, Argentina): services, products, contact, schema.org identity and the full site mirror in markdown. No authentication.",
  "version": "1.0.0",
  "icon": "https://iurco.com/images/logo.png",
  "iconUrl": "https://iurco.com/images/logo.png",
  "websiteUrl": "https://iurco.com/",
  "documentationUrl": "https://iurco.com/developers",
  "serverUrl": "https://iurco.com/mcp",
  "transport": "streamable-http",
  "authentication": {
    "type": "none"
  },
  "capabilities": {
    "tools": true,
    "resources": true,
    "prompts": false
  },
  "tools": [
    {
      "name": "list_services",
      "description": "List the services IURCO offers, each with a description."
    },
    {
      "name": "list_products",
      "description": "List IURCO's own products with a description each."
    },
    {
      "name": "contact_info",
      "description": "Email, contact form, location, languages and social profiles of IURCO."
    },
    {
      "name": "read_site_document",
      "description": "Read one of the site's documents in full (llms.txt, llms-full.txt, services, products, contact, organization, pages)."
    },
    {
      "name": "search_site_documents",
      "description": "Full-text search over the site's markdown mirror; returns matching paragraphs with their heading."
    }
  ],
  "resources": [
    {
      "uri": "iurco://site/llms.txt",
      "name": "llms.txt",
      "mimeType": "text/markdown"
    },
    {
      "uri": "iurco://site/llms-full.txt",
      "name": "llms-full.txt",
      "mimeType": "text/markdown"
    },
    {
      "uri": "iurco://services",
      "name": "services",
      "mimeType": "application/json"
    },
    {
      "uri": "iurco://products",
      "name": "products",
      "mimeType": "application/json"
    },
    {
      "uri": "iurco://contact",
      "name": "contact",
      "mimeType": "application/json"
    },
    {
      "uri": "iurco://organization",
      "name": "organization",
      "mimeType": "application/ld+json"
    },
    {
      "uri": "iurco://pages",
      "name": "pages",
      "mimeType": "application/json"
    }
  ],
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://iurco.com/mcp",
      "supportedProtocolVersions": [
        "2026-07-28",
        "2025-11-25",
        "2025-06-18",
        "2025-03-26",
        "2024-11-05"
      ]
    },
    {
      "type": "streamable-http",
      "url": "https://mcp.iurco.com/mcp",
      "supportedProtocolVersions": [
        "2026-07-28",
        "2025-11-25",
        "2025-06-18",
        "2025-03-26",
        "2024-11-05"
      ]
    }
  ]
}
