{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "youspot",
  "version": "0.2.0",
  "description": "Official YouSpot agent tools: two MCP servers, three agent skills and the youspot CLI. 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.",
  "author": {
    "name": "YouSpot, Inc.",
    "email": "support@youspot.com",
    "url": "https://youspot.com/"
  },
  "homepage": "https://youspot.com/docs",
  "repository": "https://github.com/OnStartups/youspot-agent-tools",
  "license": "MIT",
  "keywords": [
    "youspot",
    "personal-crm",
    "crm",
    "mcp",
    "model-context-protocol",
    "agent-skills",
    "agent-plugins",
    "sdk",
    "cli"
  ],
  "extensions": {
    "com.youspot": {
      "mcp": "https://youspot.com/.well-known/mcp.json",
      "mcpServers": {
        "youspot": {
          "type": "streamable-http",
          "url": "https://youspot.com/mcp/v1",
          "description": "Read and write the signed-in member's contacts, companies, notes and files, plus their connected Gmail, Google Calendar, HubSpot, LinkedIn, Slack and X accounts. OAuth 2.1 with PKCE; initialize and tools/list need no credential."
        },
        "youspot-docs": {
          "type": "streamable-http",
          "url": "https://youspot.com/mcp/docs",
          "description": "Search and read YouSpot's public pages and developer documentation. No credential at all."
        }
      },
      "skills": [
        {
          "name": "youspot-mcp",
          "description": "Connect to the YouSpot MCP server and read or write the signed-in member's personal CRM.",
          "url": "https://youspot.com/.well-known/agent-skills/youspot-mcp/SKILL.md"
        },
        {
          "name": "youspot-api",
          "description": "Call YouSpot over plain HTTP: public profile endpoints with no auth, and the tool surface with a bearer token.",
          "url": "https://youspot.com/.well-known/agent-skills/youspot-api/SKILL.md"
        },
        {
          "name": "youspot-solo-crm-playbook",
          "description": "How to run a one-person CRM well: what to file, what to follow up, and what to ask a personal CRM for.",
          "url": "https://youspot.com/.well-known/agent-skills/youspot-solo-crm-playbook/SKILL.md"
        }
      ],
      "command": {
        "name": "youspot",
        "run": "npx youspot"
      }
    }
  }
}
