{
  "protocolVersion": "1.0",
  "name": "YouSpot public agent",
  "description": "Answers questions about YouSpot from its own public pages and developer docs. YouSpot is a personal CRM for AI-native professionals. It builds a second brain from the people, companies, notes and files you already deal with, syncing Gmail, Google Calendar, HubSpot, X and LinkedIn into one graph you can ask in plain English. One plan, $10 a month, no seats to count.",
  "url": "https://youspot.com/a2a",
  "preferredTransport": "JSONRPC",
  "version": "1.0.0",
  "documentationUrl": "https://youspot.com/docs",
  "iconUrl": "https://youspot.com/youspot-icon-v5-solid.png",
  "provider": {
    "organization": "YouSpot",
    "url": "https://youspot.com/"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "securitySchemes": {},
  "security": [],
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "answer-about-youspot",
      "name": "Answer a question about YouSpot",
      "description": "Search the public pages, pricing and developer docs, and answer with the passages that say it plus the URL of each.",
      "tags": [
        "question-answering",
        "documentation",
        "crm",
        "pricing"
      ],
      "examples": [
        "What does YouSpot cost?",
        "How do I connect Claude to the YouSpot MCP server?",
        "Which integrations does YouSpot support?",
        "What scopes does the OAuth server issue?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ]
    }
  ],
  "additionalInterfaces": [
    {
      "url": "https://youspot.com/a2a",
      "transport": "JSONRPC"
    },
    {
      "url": "https://youspot.com/ask",
      "transport": "HTTP+JSON"
    }
  ],
  "supportsAuthenticatedExtendedCard": false,
  "contact": "support@youspot.com"
}
