AI & Machine Learning
personaizer.com
Enables creating and interacting with AI personas built from website content, including searching their knowledge base and uploading documents.
ENDPOINT 1
https://sessions.personaizer.com/mcp
MCP server metadata
- Name
- PersonAIzer.Sessions
- Version
- 0.0.0.0
Known tools 5
search_knowledgeSearch a PersonAIzer persona's knowledge base (site pages, documents, and products) for content relevant to a query.
Inferred read-onlycreate_personaStart 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.
Inferred read-onlychatSend a message to a PersonAIzer persona and get its reply, including any knowledge-base cards it surfaces.
Potential side effectsupload_knowledge_docsUpsert up to 100 structured knowledge documents (products, FAQs, etc.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.personaizer-sessions]
url = "https://sessions.personaizer.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"personaizer-sessions": {
"type": "http",
"url": "https://sessions.personaizer.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: personaizer-sessions
Remote MCP URL: https://sessions.personaizer.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"personaizer-sessions": {
"url": "https://sessions.personaizer.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"personaizer-sessions": {
"type": "http",
"url": "https://sessions.personaizer.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "personaizer-sessions",
"transport": "streamable-http",
"url": "https://sessions.personaizer.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for personaizer.com was fetched 2026-08-24T06:03:20.734Z.
personaizer.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.