{
  "markdown": "# PERSONAIZER MCP Server\n\n[![smithery badge](https://smithery.ai/badge/personaizer/personaizer-chat-and-rag)](https://smithery.ai/servers/personaizer/personaizer-chat-and-rag)\n\nCreate and operate AI chat personas for websites — over [MCP](https://modelcontextprotocol.io). Search a persona's knowledge base, chat with it, upload knowledge, and build brand-new personas from a URL, all from any MCP-compatible client (Claude Desktop, Claude Code, Cursor, etc.).\n\nThis repository is a directory listing for the hosted PERSONAIZER MCP server — the server itself is remote (Streamable HTTP), so there's no code to clone or run locally.\n\n- **Registry entry:** `io.github.PersonAIzer/mcp` on the [official MCP Registry](https://registry.modelcontextprotocol.io/v0.1/servers?search=io.github.PersonAIzer/mcp)\n- **Endpoint:** `https://sessions.personaizer.com/mcp`\n- **Docs:** https://personaizer.com/developers/mcp\n- **Sign up for a free API key:** https://personaizer.com\n\n## Tools\n\n| Tool | What it does | Key type |\n|---|---|---|\n| `search_knowledge` | Semantic search over a persona's knowledge base | persona secret key (`pa_...`) |\n| `chat` | Send a message and get a reply from a persona | persona secret key, or account key + `persona_id` |\n| `upload_knowledge_docs` | Add documents to a persona's knowledge base | persona secret key |\n| `create_persona` | Build a new persona from a website URL | account key (`ak_...`) |\n| `check_persona_status` | Poll a persona-creation job's progress | either key type |\n\n## Quickstart\n\n```bash\nclaude mcp add --transport http personaizer https://sessions.personaizer.com/mcp \\\n  --header \"X-Api-Key: YOUR_API_KEY\"\n```\n\nGet a persona secret key from a persona's Developer tab, or an account key from your [Account settings](https://personaizer.com/profile) — full walkthrough at [personaizer.com/developers/mcp](https://personaizer.com/developers/mcp).\n\n## Authentication\n\nEvery request needs an `X-Api-Key` header:\n- A **persona secret key** (`pa_...`) scopes `search_knowledge`, `chat`, and `upload_knowledge_docs` to one persona.\n- An **account key** (`ak_...`) is account-wide — required for `create_persona`, and usable for `chat`/`check_persona_status` with an explicit `persona_id`.\n\n## About PERSONAIZER\n\nPERSONAIZER turns a website into a live AI persona your visitors can talk to — trained on your content, embeddable in minutes. Learn more at [personaizer.com](https://personaizer.com).\n",
  "bytes": 2437,
  "sha": "64b4b5629524bb15c1060f09b67e992769428d3262c97f8971d76aaa34799c94",
  "repo_slug": "personaizer/mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_personaizer_mcp_7b3e4401/readme"
}