
PERSONAIZER
Free MCP API to create AI chat personas for websites — upload knowledge, search, and chat
Community: Submitted by a user or imported; check the owner before granting accessOnlineAPI key requiredGlobalFreeCan modify data
What it can do
What data it sees
Do you need an account
An API key from the service settings is required
Free MCP API to create AI chat personas for websites — upload knowledge, search, and chat
Server tool list (5)
Raw names from tools/list. Only developers need these.
| search_knowledge | Search a PersonAIzer persona's knowledge base (site pages, documents, and products) for content relevant to a query. Requires the caller's PersonAIzer secret API key in the X-Api-Key header. |
| create_persona | Start building a new PersonAIzer persona from a website URL — scrapes the site, synthesizes an identity, generates an avatar, and (by default) harvests the site's content into the persona's knowledge base. Asynchronous (~1 minute) — returns a job_id and persona_id; poll check_persona_status. Requires an account-level API key. |
| chat | Send a message to a PersonAIzer persona and get its reply, including any knowledge-base cards it surfaces. Requires the persona's own secret API key (persona_id is then implied), or an account-level API key plus persona_id. |
| upload_knowledge_docs | Upsert up to 100 structured knowledge documents (products, FAQs, etc.) into a persona's knowledge base. Requires the persona's own secret API key — not an account-level key. |
| check_persona_status | Poll the status of a persona build started by create_persona. Requires an account-level API key. |