{
  "$schema": "https://a2a-protocol.org/schemas/agent-card/v1",
  "protocolVersion": "0.2",
  "name": "eriqa",
  "displayName": "Eriqa",
  "description": "Query Eriqa (formerly DemandIntel) conversation intelligence: transcripts, competency assessments, QA scorecards, coaching plans, playbooks, insights and reports for B2B verbal sales teams.",
  "version": "1.0.0",
  "url": "https://mcp.eriqa.io",
  "documentationUrl": "https://eriqa.io/mcp",
  "iconUrl": "https://eriqa.io/brand-icon.png",
  "provider": {
    "organization": "Eriqa",
    "url": "https://eriqa.io",
    "contact": "hello@eriqa.io"
  },
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "authentication": {
    "schemes": [
      "bearer"
    ],
    "credentialsUrl": "https://eriqa.io/auth.md",
    "tokenIssuanceUrl": "https://eriqa.io/app/settings"
  },
  "skills": [
    {
      "id": "calls",
      "name": "Calls",
      "description": "List, search and read ingested calls with transcripts and dispositions.",
      "tags": [
        "read",
        "calls",
        "transcripts"
      ]
    },
    {
      "id": "competency",
      "name": "Competency assessments",
      "description": "Read per-rep competency scores against configured frameworks; team heatmaps and trends.",
      "tags": [
        "read",
        "competency",
        "coaching"
      ]
    },
    {
      "id": "qa",
      "name": "QA scorecards",
      "description": "Read call-level QA scores, adherence, drift alerts and framework definitions.",
      "tags": [
        "read",
        "qa",
        "quality"
      ]
    },
    {
      "id": "reports",
      "name": "Reports",
      "description": "List and generate client reports (master, campaign, rep) across Google Docs / Word / PDF.",
      "tags": [
        "read",
        "write",
        "reports"
      ]
    },
    {
      "id": "insights",
      "name": "Insights",
      "description": "Voice of customer, top objections, most-improved reps and daily briefing insights.",
      "tags": [
        "read",
        "insights"
      ]
    },
    {
      "id": "playbooks",
      "name": "Playbooks",
      "description": "Read playbook documents and recommendations grounded in call evidence.",
      "tags": [
        "read",
        "playbooks"
      ]
    },
    {
      "id": "ask",
      "name": "Ask",
      "description": "Ask natural-language questions across the account's grounded call intelligence.",
      "tags": [
        "read",
        "ask",
        "grounded"
      ]
    },
    {
      "id": "spotcheck",
      "name": "Spot check",
      "description": "Quick single-call spot checks with cited evidence.",
      "tags": [
        "read",
        "spotcheck"
      ]
    },
    {
      "id": "coaching",
      "name": "Coaching plans",
      "description": "Read weekly themes and coaching recommendations for reps.",
      "tags": [
        "read",
        "coaching"
      ]
    },
    {
      "id": "team",
      "name": "Team & clients",
      "description": "List clients, reps and account members visible to the calling token.",
      "tags": [
        "read",
        "team",
        "clients"
      ]
    }
  ],
  "links": {
    "mcpServerCard": "https://eriqa.io/.well-known/mcp/server-card.json",
    "openapi": "https://eriqa.io/openapi.json",
    "apiCatalog": "https://eriqa.io/.well-known/api-catalog",
    "llmsTxt": "https://eriqa.io/llms.txt",
    "llmsFull": "https://eriqa.io/llms-full.txt",
    "auth": "https://eriqa.io/auth.md",
    "skills": "https://eriqa.io/.well-known/agent-skills/index.json"
  }
}
