← Registry

AI & Machine Learning

personaizer.com

Enables creating and interacting with AI personas built from website content, including searching their knowledge base and uploading documents.

1 endpoint5 known toolsFirst detected August 21, 2026Last detected August 21, 2026

ENDPOINT 1

https://sessions.personaizer.com/mcp

No auth detected

MCP server metadata

Name
PersonAIzer.Sessions
Version
0.0.0.0
Capabilities
loggingtools

Known tools 5

search_knowledge

Search a PersonAIzer persona's knowledge base (site pages, documents, and products) for content relevant to a query.

Inferred read-only
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.

Inferred read-only
chat

Send a message to a PersonAIzer persona and get its reply, including any knowledge-base cards it surfaces.

Potential side effects
upload_knowledge_docs

Upsert up to 100 structured knowledge documents (products, FAQs, etc.

Inferred read-only
check_persona_status

Poll the status of a persona build started by create_persona.

Inferred read-only

CONNECT 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.

Trust status Trusted

personaizer.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.