{
  "specVersion": "1.0",
  "host": {
    "displayName": "Nonresident Tax",
    "identifier": "did:web:nonresident.tax",
    "documentationUrl": "https://nonresident.tax/developers/"
  },
  "entries": [
    {
      "identifier": "urn:air:nonresident.tax:mcp:site",
      "displayName": "Nonresident Tax MCP server",
      "type": "application/mcp-server-card+json",
      "url": "https://nonresident.tax/.well-known/mcp/server-card.json",
      "description": "Read-only MCP server at /mcp: list services, read a service page with its stated pricing, and search the guides.",
      "representativeQueries": [
        "how much does it cost to form a Wyoming LLC as a non-resident",
        "what services does Nonresident Tax offer",
        "find a guide on getting an EIN without an SSN",
        "who files Form 5472 for a foreign-owned US LLC"
      ]
    },
    {
      "identifier": "urn:air:nonresident.tax:api:openapi",
      "displayName": "Nonresident Tax OpenAPI description",
      "type": "application/vnd.oai.openapi+json",
      "url": "https://nonresident.tax/openapi.json",
      "description": "OpenAPI 3.1 description of every HTTP surface on nonresident.tax: the public form API, the markdown page siblings and the MCP endpoint.",
      "representativeQueries": [
        "how do I contact Nonresident Tax support from an API",
        "subscribe an email address to the Nonresident Tax newsletter",
        "fetch a nonresident.tax page as markdown"
      ]
    },
    {
      "identifier": "urn:air:nonresident.tax:skill:site-content",
      "displayName": "Nonresident Tax agent skills index",
      "type": "application/agent-skills+json",
      "url": "https://nonresident.tax/.well-known/agent-skills/index.json",
      "description": "Agent-skills discovery index of the site's service pages, reference pages and guides, each with a content hash.",
      "representativeQueries": [
        "US company formation for non-residents",
        "federal tax filing for a foreign-owned LLC",
        "bookkeeping for a US LLC run from abroad",
        "how to dissolve a US LLC"
      ]
    },
    {
      "identifier": "urn:air:nonresident.tax:docs:llms-txt",
      "displayName": "Nonresident Tax llms.txt",
      "type": "text/plain",
      "url": "https://nonresident.tax/llms.txt",
      "description": "llmstxt.org index of every page on the site, each linking its markdown sibling.",
      "representativeQueries": [
        "Wyoming vs Delaware LLC for a non-resident founder",
        "US LLC annual compliance calendar",
        "Nonresident Tax pricing"
      ]
    },
    {
      "identifier": "urn:air:nonresident.tax:docs:agent-auth",
      "displayName": "Nonresident Tax agent authorization guide",
      "type": "text/markdown",
      "url": "https://nonresident.tax/auth.md",
      "description": "How an agent registers as an OAuth client and gets a signed-in customer's approval to call the MCP tools that read their own orders and services.",
      "representativeQueries": [
        "how does an AI agent sign in to Nonresident Tax on my behalf",
        "register an OAuth client for the Nonresident Tax MCP server",
        "list my Nonresident Tax orders from an agent"
      ]
    }
  ]
}