目录 / PERSONAIZER
MCP
需 API Key
未评级
已上架
PERSONAIZER
Low-Latency MCP API to create AI chat personas for websites — upload knowledge, search, and chat
该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链
接入信息
- 传输形态
- http
- 鉴权方式
- 需 API Key(需要配置:apiKey)
- 端点
https://ai-website-persona--personaizer.run.tools
该服务需要凭证,请按官方文档申请后替换占位符
{
"mcpServers": {
"PERSONAIZER": {
"headers": {
"Authorization": "Bearer \u003cYOUR_KEY\u003e"
},
"url": "https://ai-website-persona--personaizer.run.tools"
}
}
}
能力清单
| 工具 | 说明 |
|---|---|
| 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. |
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错
侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。