{
  "name": "AuthorPage MCP",
  "version": "1.0.0",
  "description": "MCP server for AuthorPage, the website builder for indie authors. Exposes authenticated tools for managing an author's website, books, and content. Authentication uses an AuthorPage account session; unauthenticated requests receive 401.",
  "server": {
    "url": "https://api.authorpage.me/mcp",
    "transport": "streamable-http"
  },
  "authentication": {
    "required": true,
    "description": "Requires an authenticated AuthorPage account. Sign in at https://app.authorpage.me — there is no public API key program yet."
  },
  "provider": {
    "name": "AuthorPage",
    "url": "https://authorpage.me"
  },
  "documentation": "https://authorpage.me/s/docs/",
  "contact": "sekar@authorpage.me"
}