{
  "specVersion": "0.91",
  "entries": [
    {
      "identifier": "urn:air:nomadpoint.app:server:nomadpoint",
      "displayName": "NomadPoint MCP server",
      "type": "application/mcp-server-card+json",
      "url": "https://nomadpoint.app/.well-known/mcp/server-card.json",
      "description": "Read and edit a user's own NomadPoint trips (stays, flights, accommodation, activities, expenses) and check visa and entry rules. Streamable HTTP at https://nomadpoint.app/mcp, Bearer personal access token (see https://nomadpoint.app/auth.md). Registry name app.nomadpoint/nomadpoint.",
      "capabilities": [
        "list_journeys",
        "get_journey",
        "create_stay",
        "create_flight",
        "get_country_info"
      ],
      "representativeQueries": [
        "show my upcoming trip itinerary",
        "add a flight to my trip",
        "do I need a visa for Japan on my passport"
      ],
      "trustManifest": {
        "identity": "nomadpoint.app"
      }
    },
    {
      "identifier": "urn:air:nomadpoint.app:webmcp:schengen-calculator",
      "displayName": "Schengen 90/180 calculator (WebMCP)",
      "type": "text/html",
      "url": "https://nomadpoint.app/schengen-calculator",
      "description": "WebMCP tool calculate_schengen_days, registered on every nomadpoint.app page. Counts days used and remaining under the Schengen 90/180 rule. No account.",
      "capabilities": [
        "calculate_schengen_days"
      ],
      "representativeQueries": [
        "how many Schengen days do I have left",
        "when can I go back to Europe under the 90/180 rule"
      ],
      "trustManifest": {
        "identity": "nomadpoint.app"
      }
    },
    {
      "identifier": "urn:air:nomadpoint.app:skill:nomadpoint",
      "displayName": "NomadPoint agent skill",
      "type": "text/markdown",
      "url": "https://raw.githubusercontent.com/eladkishon/nomadpoint-skills/main/SKILL.md",
      "description": "Agent Skill that teaches an agent to plan and edit trips through the NomadPoint MCP server.",
      "representativeQueries": [
        "plan my trip in NomadPoint",
        "edit my NomadPoint itinerary"
      ],
      "trustManifest": {
        "identity": "nomadpoint.app"
      }
    },
    {
      "identifier": "urn:air:nomadpoint.app:doc:llms",
      "displayName": "NomadPoint llms.txt",
      "type": "text/plain",
      "url": "https://nomadpoint.app/llms.txt",
      "description": "What NomadPoint is, when an agent should use it, pricing, and key reference pages.",
      "representativeQueries": [
        "what is NomadPoint",
        "best travel planner for visa tracking"
      ],
      "trustManifest": {
        "identity": "nomadpoint.app"
      }
    }
  ]
}
