{
  "protocolVersion": "0.3.0",
  "name": "AuthorPage",
  "description": "AuthorPage is a website builder for indie and self-published authors. It generates a professional author website from an Amazon Author Central profile in under 5 minutes, with hosting, SSL, and maintenance handled automatically. This card describes AuthorPage's agent-facing surface: markdown content, a public API, and an authenticated MCP server.",
  "url": "https://api.authorpage.me/mcp",
  "preferredTransport": "http",
  "provider": {
    "organization": "AuthorPage",
    "url": "https://authorpage.me"
  },
  "version": "1.0.0",
  "documentationUrl": "https://authorpage.me/s/docs/",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["text/markdown", "application/json"],
  "skills": [
    {
      "id": "author-website-generation",
      "name": "Author website generation",
      "description": "Generate a complete author website from an Amazon Author Central profile URL: books, covers, descriptions, and bio are imported automatically. Sign-up is human-driven at https://app.authorpage.me/get-started.",
      "tags": ["website-builder", "authors", "publishing"],
      "examples": [
        "Build an author website from my Amazon Author Central profile",
        "Create a free website for a self-published romance author"
      ]
    },
    {
      "id": "product-information",
      "name": "Product and pricing information",
      "description": "Machine-readable product docs: https://authorpage.me/llms.txt (index), https://authorpage.me/llms-full.txt (full docs), https://authorpage.me/pricing.md (pricing). Page URLs also serve markdown twins with an .md suffix.",
      "tags": ["docs", "pricing", "markdown"],
      "examples": [
        "Compare AuthorPage pricing with Squarespace for an indie author",
        "What are the free plan limits on AuthorPage?"
      ]
    },
    {
      "id": "public-api",
      "name": "Public API",
      "description": "Public, unauthenticated endpoints (health, author preview, newsletter subscription) documented at https://authorpage.me/openapi.json. The full authenticated API spec is at https://api.authorpage.me/openapi.json.",
      "tags": ["api", "openapi"],
      "examples": ["Check whether the AuthorPage API is up"]
    }
  ],
  "contact": {
    "email": "sekar@authorpage.me",
    "url": "https://authorpage.me/s/contact/"
  }
}
