plain-mcp
Verified Safeby tellahq
Overview
This MCP server provides a comprehensive interface for managing customer support operations, help center content, and customer data within the Plain.com platform.
Installation
bun run src/index.tsEnvironment Variables
- PLAIN_API_KEY
Security Notes
The server correctly handles API keys via environment variables, avoiding hardcoding. It uses Zod for input validation, which is a strong practice against injection vulnerabilities. All external communication is routed through the official Plain.com TypeScript SDK. No 'eval' or other highly dangerous functions are present. The code follows standard secure coding practices for an API wrapper.
Similar Servers
claude-historian-mcp
Provides an MCP server for Claude Code to search and retrieve insights from conversation history, including past solutions, file changes, and tool usage patterns.
RDFPortal-MCP
Facilitates SPARQL queries and API interactions with various biological/biomedical RDF databases for research and data integration.
pylon-mcp
An MCP server enabling AI agents to interact with and manage the Pylon customer support platform, handling accounts, contacts, issues, tags, and teams.
mcp-prompts
This server manages and serves customizable prompt templates to MCP clients for various tasks like meeting analysis and content summarization.