← famulor.io

INDIVIDUAL MCP TOOL

create_knowledgebase

Create a new knowledge base.

famulor.ionone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.famulor.io/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

famulor.io

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.famulor-mcp]
url = "https://mcp.famulor.io/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "famulor-mcp": {
      "type": "http",
      "url": "https://mcp.famulor.io/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: famulor-mcp
Remote MCP URL: https://mcp.famulor.io/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": {
    "famulor-mcp": {
      "url": "https://mcp.famulor.io/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "famulor-mcp": {
      "type": "http",
      "url": "https://mcp.famulor.io/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "famulor-mcp",
  "transport": "streamable-http",
  "url": "https://mcp.famulor.io/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_me — Get the authenticated Famulor user profile, including total balance.
  • get_assistants — List all AI assistants on the Famulor account (paginated).
  • get_outbound_assistants — List all outbound-capable assistants.
  • get_phone_numbers — List phone numbers eligible to be attached to an assistant (filter by inbound/outbound).
  • get_models — List available LLM / multimodal / dualplex model IDs.
  • get_voices — List voices compatible with a given engine mode and optional language.
  • get_languages — List all supported assistant languages.
  • get_synthesizer_providers — List custom TTS providers selectable on an assistant.