{
    "specVersion": "1.0",
    "host": {
        "displayName": "steelequivalents.com",
        "identifier": "did:web:steelequivalents.com"
    },
    "entries": [
        {
            "identifier": "urn:air:steelequivalents.com:server:mcp",
            "displayName": "MCP server card",
            "description": "Model Context Protocol server card for read-only tools over published steel grade, standard and composition data, and the engineering calculators over it.",
            "type": "application/mcp-server-card+json",
            "url": "https://steelequivalents.com/.well-known/mcp/server-card.json",
            "representativeQueries": [
                "find the equivalent steel grade for a designation in another standard",
                "what is the chemical composition of a steel grade",
                "which standards cover a given steel material",
                "calculate a steel property from its composition"
            ]
        },
        {
            "identifier": "urn:air:steelequivalents.com:agent:a2a",
            "displayName": "A2A agent card",
            "description": "Agent2Agent card describing this site as an agent over published steel grade, standard and composition data, and the engineering calculators over it.",
            "type": "application/a2a-agent-card+json",
            "url": "https://steelequivalents.com/.well-known/agent-card.json",
            "representativeQueries": [
                "find the equivalent steel grade for a designation in another standard",
                "what is the chemical composition of a steel grade",
                "which standards cover a given steel material",
                "calculate a steel property from its composition"
            ]
        },
        {
            "identifier": "urn:air:steelequivalents.com:skills:index",
            "displayName": "Agent Skills index",
            "description": "Skill documents teaching an agent to consume what this site serves.",
            "type": "application/agent-skills+json",
            "url": "https://steelequivalents.com/.well-known/agent-skills/index.json",
            "representativeQueries": [
                "find the equivalent steel grade for a designation in another standard",
                "what is the chemical composition of a steel grade",
                "which standards cover a given steel material",
                "calculate a steel property from its composition"
            ]
        },
        {
            "identifier": "urn:air:steelequivalents.com:api:openapi",
            "displayName": "OpenAPI description",
            "description": "OpenAPI 3.1 description of the agent tool surface at /api/v1.",
            "type": "application/openapi+json",
            "url": "https://steelequivalents.com/openapi.json",
            "representativeQueries": [
                "find the equivalent steel grade for a designation in another standard",
                "what is the chemical composition of a steel grade",
                "which standards cover a given steel material",
                "calculate a steel property from its composition"
            ]
        }
    ]
}