Famulor-MCP
Verified Safeby stuckaJ
Overview
This MCP server enables integration with the Famulor Voice Agent Platform, allowing users to manage AI-powered phone calls, voice assistants, campaigns, leads, and send SMS messages through MCP-compatible clients like ChatGPT or Claude Desktop.
Installation
node dist/index.jsEnvironment Variables
- FAMULOR_API_KEY
Security Notes
The server correctly handles authentication by requiring a Famulor API key, which is expected to be provided by the user via MCP client configuration (e.g., mcp.json) or environment variables. For online deployments (Vercel), API keys are securely transmitted via HTTPS Authorization headers. All communication with the external Famulor API is over HTTPS. The code does not contain 'eval', obfuscation, or direct execution of arbitrary user-provided commands. It acts as a secure proxy to the Famulor API. A minor consideration is that runtime input validation within the tool handlers themselves is not extensive, relying on TypeScript casting and the assumption of validation by the MCP SDK and the upstream Famulor API.
Similar Servers
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.
mcp-servers
An MCP server for managing files in Google Cloud Storage, supporting CRUD operations (save, get, search, delete) and exposing files as resources.
mcp-server-llmling
mcp-server-llmling serves as a Machine Chat Protocol (MCP) server, providing a YAML-based system to configure and manage LLM applications, including resources, prompts, and tools.
kokoro-mcp-server
This server provides a comprehensive Text-to-Speech toolkit for content creators and developers, integrating with AI tools via the Model Context Protocol (MCP), offering CLI and Streamlit interfaces, and supporting audio enhancement and multi-engine TTS (Kokoro, Indic, OpenVoice).