1. Conduid
  2. Developer Tools
  3. Cakemail API Documentation MCP
MCP server · Developer Tools

Cakemail API Documentation MCP

MCP server exposing Cakemail API documentation to AI agents for accurate code generation

Unclaimed MIT last commit 11 months ago devtools
51Fair

Scored yesterday · breakdown

About Cakemail API Documentation MCP

Cakemail API Documentation MCP is an MCP server published by cakemail in the Developer Tools category: mCP server exposing Cakemail API documentation to AI agents for accurate code generation. It has been installed 0 times through Conduid.

Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx cakemail-api-documentation-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Cakemail API Documentation MCP

Powered by Claude · Grounded in docs

I know everything about Cakemail API Documentation MCP. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

v0.1.0Cakemail API Documentation MCP Server v0.1.0 · 5 Oct 2025Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic…

README

Cakemail API MCP Server

A Model Context Protocol (MCP) server that exposes Cakemail's email marketing API documentation to AI agents, eliminating hallucination and enabling accurate code generation.

Overview

The Cakemail API MCP Server provides AI coding assistants (Claude, Cursor, GitHub Copilot) with direct access to authoritative Cakemail API specifications. Instead of guessing endpoint URLs, parameters, and authentication details, AI agents can query the MCP server for exact specifications from Cakemail's OpenAPI documentation.

Features

  • Zero-hallucination guarantee: AI agents get facts from OpenAPI spec, not statistical guesses
  • Real-time API documentation: Always reflects the latest API state
  • Seamless integration: Works with Claude Desktop, Cursor, and other MCP-compatible tools
  • Fast queries: <500ms response time for spec lookups

Installation

⭐ Easiest Method (Recommended)

One command to install with Claude Code/Desktop:

# Using npx (works for everyone!)
claude mcp add cakemail-api-docs -- npx cakemail-api-docs

# Or using uvx (Python developers)
claude mcp add cakemail-api-docs -- uvx cakemail-api-docs-mcp

That's it! No manual configuration needed.

Alternative Methods

Method 1: Using npm

npm install -g cakemail-api-docs
claude mcp add cakemail-api-docs cakemail-api-docs

Method 2: Using pip

pip install cakemail-api-docs-mcp
claude mcp add cakemail-api-docs cakemail-api-docs-mcp

Method 3: From source (for development)

git clone https://github.com/cakemail/cakemail-api-documentation-mcp.git
cd cakemail-api-documentation-mcp
uv pip install -e ".[dev]"

See INSTALLATION.md for detailed installation options.

Quick Start

Using with Claude Desktop

After running claude mcp add, restart Claude Desktop. You should see a 🔌 icon indicating the server is connected.

Test it:

  • "Can you check the health of the Cakemail MCP server?"
  • "List all Cakemail API endpoints"
  • "Show me how to authenticate with the Cakemail API"

Manual Configuration

If not using claude mcp add, edit ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "cakemail": {
      "command": "cakemail-api-docs-mcp"
    }
  }
}

Running Standalone

cakemail-api-docs-mcp

Or using Python module:

python -m cakemail_mcp

Integrating with Claude Desktop

Add to your Claude Desktop configuration (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):

{
  "mcpServers": {
    "cakemail": {
      "command": "cakemail-api-docs-mcp"
    }
  }
}

Development

Setup

# Clone repository
git clone https://github.com/cakemail/cakemail-api-docs-mcp.git
cd cakemail-api-docs-mcp

# Install with development dependencies
uv pip install -e .[dev]

Running Tests

pytest

Code Quality

# Format code
black src tests

# Lint
ruff check src tests

# Type check
mypy src

License

MIT License - see LICENSE for details.

Contributing

Contributions are welcome! Please see our contributing guidelines for details.

Support

README mirrored from the source repository yesterday. The original is authoritative.

Questions

About Cakemail API Documentation MCP

How do I install Cakemail API Documentation MCP?

Run npx cakemail-api-documentation-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Cakemail API Documentation MCP safe to use with an AI agent?

Its trust score is 51 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Cakemail API Documentation MCP still maintained?

The last commit was 11 months ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.