← personaizer.com

INDIVIDUAL MCP TOOL

search_knowledge

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

personaizer.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://sessions.personaizer.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for search_knowledge and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

personaizer.com

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.

Related tools

  • 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.
  • chat — Send a message to a PersonAIzer persona and get its reply, including any knowledge-base cards it surfaces.
  • upload_knowledge_docs — Upsert up to 100 structured knowledge documents (products, FAQs, etc.
  • check_persona_status — Poll the status of a persona build started by create_persona.