{
  "specVersion": "1.0",
  "host": {
    "displayName": "YouSpot",
    "legalName": "YouSpot, Inc.",
    "identifier": "https://youspot.com/",
    "url": "https://youspot.com/",
    "documentationUrl": "https://youspot.com/docs",
    "logoUrl": "https://youspot.com/youspot-icon-v5-solid.png",
    "description": "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.",
    "trustManifest": {
      "identity": "https://youspot.com/",
      "identityType": "https",
      "trustSchema": {
        "identifier": "urn:air:youspot.com:trust:domain-verified",
        "version": "1.0",
        "governanceUri": "https://youspot.com/docs/security",
        "verificationMethods": [
          "https"
        ]
      },
      "attestations": [
        {
          "type": "Terms-of-Service",
          "uri": "https://youspot.com/terms",
          "mediaType": "text/html"
        },
        {
          "type": "Privacy-Policy",
          "uri": "https://youspot.com/privacy",
          "mediaType": "text/html"
        },
        {
          "type": "Security-Contact",
          "uri": "https://youspot.com/.well-known/security.txt",
          "mediaType": "text/plain"
        }
      ]
    }
  },
  "entries": [
    {
      "identifier": "urn:air:youspot.com:mcp:youspot",
      "displayName": "YouSpot MCP Server",
      "description": "Query and update one person's YouSpot second brain: their contacts, companies, notes and files, and the Gmail, Google Calendar, HubSpot, LinkedIn, Slack and X accounts they have connected.",
      "type": "application/mcp-server-card+json",
      "url": "https://youspot.com/.well-known/mcp/server-card.json",
      "version": "1.0.0",
      "tags": [
        "crm",
        "personal-crm",
        "second-brain",
        "mcp",
        "productivity"
      ],
      "capabilities": [
        "search_connections",
        "ask_about_connections",
        "search_graph_objects",
        "create_graph_object",
        "search_gmail_messages",
        "get_calendar_events",
        "research_company",
        "what_needs_attention"
      ],
      "representativeQueries": [
        "Who in my network works at a Series B company in New York?",
        "What should I follow up on today?",
        "Add a note to Dharmesh saying we met at the conference",
        "Which of my LinkedIn connections have I never emailed?"
      ],
      "trustManifest": {
        "identity": "https://youspot.com/",
        "identityType": "https",
        "trustSchema": {
          "identifier": "urn:air:youspot.com:trust:domain-verified",
          "version": "1.0",
          "governanceUri": "https://youspot.com/docs/security",
          "verificationMethods": [
            "https"
          ]
        },
        "attestations": [
          {
            "type": "Terms-of-Service",
            "uri": "https://youspot.com/terms",
            "mediaType": "text/html"
          },
          {
            "type": "Privacy-Policy",
            "uri": "https://youspot.com/privacy",
            "mediaType": "text/html"
          },
          {
            "type": "Security-Contact",
            "uri": "https://youspot.com/.well-known/security.txt",
            "mediaType": "text/plain"
          },
          {
            "type": "OAuth2-Authorization-Server-Metadata",
            "uri": "https://youspot.com/.well-known/oauth-authorization-server",
            "mediaType": "application/json"
          },
          {
            "type": "OAuth2-Protected-Resource-Metadata",
            "uri": "https://youspot.com/.well-known/oauth-protected-resource",
            "mediaType": "application/json"
          },
          {
            "type": "Agent-Authentication-Guide",
            "uri": "https://youspot.com/auth.md",
            "mediaType": "text/markdown"
          },
          {
            "type": "MCP-Server-Card",
            "uri": "https://youspot.com/.well-known/mcp/server-card.json",
            "mediaType": "application/mcp-server-card+json"
          }
        ]
      }
    },
    {
      "identifier": "urn:air:youspot.com:mcp:youspot-docs",
      "displayName": "YouSpot Documentation MCP Server",
      "description": "Search and read YouSpot's public pages and developer documentation over MCP (search_docs, read_doc, list_docs). No credential needed.",
      "type": "application/mcp-server-card+json",
      "url": "https://youspot.com/mcp/docs",
      "version": "1.0.0",
      "tags": [
        "documentation",
        "mcp",
        "developer-docs",
        "crm"
      ],
      "capabilities": [
        "search_docs",
        "read_doc",
        "list_docs"
      ],
      "representativeQueries": [
        "How do I connect Claude to the YouSpot MCP server?",
        "What scopes does the YouSpot OAuth server issue?",
        "What does YouSpot cost?"
      ],
      "trustManifest": {
        "identity": "https://youspot.com/",
        "identityType": "https",
        "trustSchema": {
          "identifier": "urn:air:youspot.com:trust:domain-verified",
          "version": "1.0",
          "governanceUri": "https://youspot.com/docs/security",
          "verificationMethods": [
            "https"
          ]
        },
        "attestations": [
          {
            "type": "Terms-of-Service",
            "uri": "https://youspot.com/terms",
            "mediaType": "text/html"
          },
          {
            "type": "Privacy-Policy",
            "uri": "https://youspot.com/privacy",
            "mediaType": "text/html"
          },
          {
            "type": "Security-Contact",
            "uri": "https://youspot.com/.well-known/security.txt",
            "mediaType": "text/plain"
          }
        ]
      }
    },
    {
      "identifier": "urn:air:youspot.com:openapi:youspot",
      "displayName": "YouSpot HTTP API",
      "description": "OpenAPI 3.1 for the public HTTP surface: the agent index, the question endpoint, both MCP servers, the member directory and the OAuth 2.1 endpoints.",
      "type": "application/vnd.oai.openapi+json",
      "url": "https://youspot.com/openapi.json",
      "version": "1.0.0",
      "tags": [
        "rest",
        "openapi",
        "oauth2",
        "mcp",
        "crm"
      ],
      "capabilities": [
        "ask",
        "listMembers",
        "getMember",
        "registerClient",
        "token"
      ],
      "representativeQueries": [
        "What does the YouSpot public API expose without a credential?",
        "How do I register an OAuth client with YouSpot?"
      ],
      "trustManifest": {
        "identity": "https://youspot.com/",
        "identityType": "https",
        "trustSchema": {
          "identifier": "urn:air:youspot.com:trust:domain-verified",
          "version": "1.0",
          "governanceUri": "https://youspot.com/docs/security",
          "verificationMethods": [
            "https"
          ]
        },
        "attestations": [
          {
            "type": "Terms-of-Service",
            "uri": "https://youspot.com/terms",
            "mediaType": "text/html"
          },
          {
            "type": "Privacy-Policy",
            "uri": "https://youspot.com/privacy",
            "mediaType": "text/html"
          },
          {
            "type": "Security-Contact",
            "uri": "https://youspot.com/.well-known/security.txt",
            "mediaType": "text/plain"
          },
          {
            "type": "OAuth2-Authorization-Server-Metadata",
            "uri": "https://youspot.com/.well-known/oauth-authorization-server",
            "mediaType": "application/json"
          },
          {
            "type": "OAuth2-Protected-Resource-Metadata",
            "uri": "https://youspot.com/.well-known/oauth-protected-resource",
            "mediaType": "application/json"
          },
          {
            "type": "Agent-Authentication-Guide",
            "uri": "https://youspot.com/auth.md",
            "mediaType": "text/markdown"
          },
          {
            "type": "MCP-Server-Card",
            "uri": "https://youspot.com/.well-known/mcp/server-card.json",
            "mediaType": "application/mcp-server-card+json"
          }
        ]
      }
    },
    {
      "identifier": "urn:air:youspot.com:a2a:youspot",
      "displayName": "YouSpot A2A Agent",
      "description": "Agent-to-Agent card and JSON-RPC endpoint for questions about YouSpot, answered from its own public pages.",
      "type": "application/json",
      "url": "https://youspot.com/.well-known/agent-card.json",
      "version": "1.0.0",
      "tags": [
        "a2a",
        "question-answering",
        "crm"
      ],
      "capabilities": [
        "message/send",
        "tasks/get"
      ],
      "representativeQueries": [
        "Which integrations does YouSpot support?",
        "How much is YouSpot per month?"
      ],
      "trustManifest": {
        "identity": "https://youspot.com/",
        "identityType": "https",
        "trustSchema": {
          "identifier": "urn:air:youspot.com:trust:domain-verified",
          "version": "1.0",
          "governanceUri": "https://youspot.com/docs/security",
          "verificationMethods": [
            "https"
          ]
        },
        "attestations": [
          {
            "type": "Terms-of-Service",
            "uri": "https://youspot.com/terms",
            "mediaType": "text/html"
          },
          {
            "type": "Privacy-Policy",
            "uri": "https://youspot.com/privacy",
            "mediaType": "text/html"
          },
          {
            "type": "Security-Contact",
            "uri": "https://youspot.com/.well-known/security.txt",
            "mediaType": "text/plain"
          }
        ]
      }
    },
    {
      "identifier": "urn:air:youspot.com:skill:youspot-mcp",
      "displayName": "youspot-mcp",
      "type": "application/vnd.skill+json",
      "url": "https://youspot.com/.well-known/agent-skills/youspot-mcp/SKILL.md",
      "description": "Connect to the YouSpot MCP server and read or write the signed-in member's personal CRM.",
      "tags": [
        "youspot",
        "crm",
        "skill"
      ],
      "trustManifest": {
        "identity": "https://youspot.com/",
        "identityType": "https",
        "trustSchema": {
          "identifier": "urn:air:youspot.com:trust:domain-verified",
          "version": "1.0",
          "governanceUri": "https://youspot.com/docs/security",
          "verificationMethods": [
            "https"
          ]
        },
        "attestations": [
          {
            "type": "Terms-of-Service",
            "uri": "https://youspot.com/terms",
            "mediaType": "text/html"
          },
          {
            "type": "Privacy-Policy",
            "uri": "https://youspot.com/privacy",
            "mediaType": "text/html"
          },
          {
            "type": "Security-Contact",
            "uri": "https://youspot.com/.well-known/security.txt",
            "mediaType": "text/plain"
          },
          {
            "type": "Agent-Skills-Index",
            "uri": "https://youspot.com/.well-known/agent-skills/index.json",
            "mediaType": "application/json"
          }
        ]
      }
    },
    {
      "identifier": "urn:air:youspot.com:skill:youspot-api",
      "displayName": "youspot-api",
      "type": "application/vnd.skill+json",
      "url": "https://youspot.com/.well-known/agent-skills/youspot-api/SKILL.md",
      "description": "Call YouSpot over plain HTTP: public profile endpoints with no auth, and the tool surface with a bearer token.",
      "tags": [
        "youspot",
        "crm",
        "skill"
      ],
      "trustManifest": {
        "identity": "https://youspot.com/",
        "identityType": "https",
        "trustSchema": {
          "identifier": "urn:air:youspot.com:trust:domain-verified",
          "version": "1.0",
          "governanceUri": "https://youspot.com/docs/security",
          "verificationMethods": [
            "https"
          ]
        },
        "attestations": [
          {
            "type": "Terms-of-Service",
            "uri": "https://youspot.com/terms",
            "mediaType": "text/html"
          },
          {
            "type": "Privacy-Policy",
            "uri": "https://youspot.com/privacy",
            "mediaType": "text/html"
          },
          {
            "type": "Security-Contact",
            "uri": "https://youspot.com/.well-known/security.txt",
            "mediaType": "text/plain"
          },
          {
            "type": "Agent-Skills-Index",
            "uri": "https://youspot.com/.well-known/agent-skills/index.json",
            "mediaType": "application/json"
          }
        ]
      }
    },
    {
      "identifier": "urn:air:youspot.com:skill:youspot-solo-crm-playbook",
      "displayName": "youspot-solo-crm-playbook",
      "type": "application/vnd.skill+json",
      "url": "https://youspot.com/.well-known/agent-skills/youspot-solo-crm-playbook/SKILL.md",
      "description": "How to run a one-person CRM well: what to file, what to follow up, and what to ask a personal CRM for.",
      "tags": [
        "youspot",
        "crm",
        "skill"
      ],
      "trustManifest": {
        "identity": "https://youspot.com/",
        "identityType": "https",
        "trustSchema": {
          "identifier": "urn:air:youspot.com:trust:domain-verified",
          "version": "1.0",
          "governanceUri": "https://youspot.com/docs/security",
          "verificationMethods": [
            "https"
          ]
        },
        "attestations": [
          {
            "type": "Terms-of-Service",
            "uri": "https://youspot.com/terms",
            "mediaType": "text/html"
          },
          {
            "type": "Privacy-Policy",
            "uri": "https://youspot.com/privacy",
            "mediaType": "text/html"
          },
          {
            "type": "Security-Contact",
            "uri": "https://youspot.com/.well-known/security.txt",
            "mediaType": "text/plain"
          },
          {
            "type": "Agent-Skills-Index",
            "uri": "https://youspot.com/.well-known/agent-skills/index.json",
            "mediaType": "application/json"
          }
        ]
      }
    }
  ]
}
