{
    "protocolVersion": "0.3.0",
    "name": "EveryCRED",
    "description": "EveryCRED is a credential verification and management platform. This card exposes read-only content discovery (industries, case studies, white papers, FAQs) and the public contact form to AI agents.",
    "version": "1.0.0",
    "url": "https://everycred.com/wp-json/wp/v2/",
    "preferredTransport": "HTTP+JSON",
    "supportedInterfaces": [
        {
            "url": "https://everycred.com/wp-json/wp/v2/",
            "transport": "HTTP+JSON"
        }
    ],
    "provider": {
        "organization": "EveryCRED",
        "url": "https://everycred.com"
    },
    "documentationUrl": "https://everycred.com/auth.md",
    "capabilities": {
        "streaming": false,
        "pushNotifications": false,
        "extendedAgentCard": false
    },
    "defaultInputModes": [
        "application/json"
    ],
    "defaultOutputModes": [
        "application/json",
        "text/markdown"
    ],
    "skills": [
        {
            "id": "a2a-agent-card",
            "name": "A2a Agent Card",
            "description": "A2A (Agent2Agent) Agent Card at /.well-known/agent-card.json describing this site for agent-to-agent discovery.",
            "tags": [
                "discovery"
            ]
        },
        {
            "id": "ucp-profile",
            "name": "Ucp Profile",
            "description": "Universal Commerce Protocol profile at /.well-known/ucp listing available services and capabilities. No payment capability is offered (payments: false).",
            "tags": [
                "discovery"
            ]
        },
        {
            "id": "acp-discovery",
            "name": "Acp Discovery",
            "description": "Agentic Commerce Protocol discovery document at /.well-known/acp.json describing available services. No payment capability is offered.",
            "tags": [
                "discovery"
            ]
        },
        {
            "id": "markdown-negotiation",
            "name": "Markdown Negotiation",
            "description": "Returns any published page or post as Markdown when Accept: text/markdown is present. Responses include x-markdown-tokens and Vary: Accept headers.",
            "tags": [
                "content-negotiation"
            ]
        },
        {
            "id": "api-catalog",
            "name": "Api Catalog",
            "description": "RFC 9727 API catalog at /.well-known/api-catalog (application/linkset+json) covering the public WordPress REST API.",
            "tags": [
                "discovery"
            ]
        },
        {
            "id": "auth-md",
            "name": "Auth Md",
            "description": "auth.md agent registration and authentication instructions at /auth.md.",
            "tags": [
                "auth"
            ]
        },
        {
            "id": "mcp-server-card",
            "name": "Mcp Server Card",
            "description": "MCP server card at /.well-known/mcp/server-card.json describing available tools for AI agents.",
            "tags": [
                "mcp"
            ]
        },
        {
            "id": "oauth-discovery",
            "name": "Oauth Discovery",
            "description": "OAuth 2.0 / OIDC discovery metadata at /.well-known/openid-configuration and /.well-known/oauth-authorization-server.",
            "tags": [
                "auth"
            ]
        },
        {
            "id": "oauth-protected-resource",
            "name": "Oauth Protected Resource",
            "description": "RFC 9728 protected resource metadata at /.well-known/oauth-protected-resource.",
            "tags": [
                "auth"
            ]
        },
        {
            "id": "webmcp",
            "name": "Webmcp",
            "description": "navigator.modelContext tools exposing site search, content lookup, and the contact form to in-browser AI agents.",
            "tags": [
                "webmcp"
            ]
        },
        {
            "id": "industries",
            "name": "Industries",
            "description": "List or search EveryCRED industry solution pages.",
            "tags": [
                "retrieval"
            ]
        },
        {
            "id": "case-studies",
            "name": "Case Studies",
            "description": "List or search EveryCRED case studies.",
            "tags": [
                "retrieval"
            ]
        },
        {
            "id": "white-papers",
            "name": "White Papers",
            "description": "List or search EveryCRED white papers and downloadable resources.",
            "tags": [
                "retrieval"
            ]
        },
        {
            "id": "faqs",
            "name": "Faqs",
            "description": "List or search EveryCRED FAQ entries, optionally by category.",
            "tags": [
                "retrieval"
            ]
        },
        {
            "id": "contact-inquiry",
            "name": "Contact Inquiry",
            "description": "Submit a sales/contact inquiry via the public Contact Form 7 feedback endpoint.",
            "tags": [
                "action"
            ]
        }
    ],
    "note": "Declarative discovery card only. No A2A JSON-RPC/gRPC task-execution transport (message/send, tasks/get) is implemented; agents should call the read-only WordPress REST API endpoints and WebMCP tools listed here and in /.well-known/mcp/server-card.json directly."
}