Server data from the Official MCP Registry
MCP server for Cantrip — AI-powered GTM engine for solo founders
MCP server for Cantrip — AI-powered GTM engine for solo founders
Valid MCP server (3 strong, 4 medium validity signals). 3 known CVEs in dependencies (0 critical, 3 high severity) Package registry verified. Imported from the Official MCP Registry.
9 files analyzed · 4 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: CANTRIP_API_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-ozten-cantrip": {
"env": {
"CANTRIP_API_KEY": "your-cantrip-api-key-here"
},
"args": [
"-y",
"mcp-server-cantrip"
],
"command": "npx"
}
}
}From the project's GitHub README.
Cantrip helps technical founders find their first customers with structured GTM workflows.
Works with Claude Code / Claude Desktop / Cursor — any MCP-compatible agent.
claude mcp add cantrip -e CANTRIP_API_KEY=your-api-key -- npx -y mcp-server-cantrip
"Initialize a Cantrip project for my product: [describe yours in one sentence]"
The Quick start command above covers Claude Code. Verify it worked with claude mcp list or the /mcp command inside a session.
All MCP clients use the same JSON block. Add it to the appropriate config file:
| Client | Config file |
|---|---|
| Claude Code (manual) | ~/.claude.json |
| Claude Code (project-scoped) | .mcp.json in project root |
| Claude Desktop (macOS) | ~/Library/Application Support/Claude/claude_desktop_config.json |
| Claude Desktop (Windows) | %APPDATA%\Claude\claude_desktop_config.json |
| Cursor | .cursor/mcp.json (project) or ~/.cursor/mcp.json (global) |
{
"mcpServers": {
"cantrip": {
"command": "npx",
"args": ["-y", "mcp-server-cantrip"],
"env": {
"CANTRIP_API_KEY": "your-api-key"
}
}
}
}
Note: The
-yflag is required — without it,npxprompts for confirmation which hangs over stdio.
Windows (not WSL): Use
"command": "cmd"with"args": ["/c", "npx", "-y", "mcp-server-cantrip"].
Project-scoped with teams: Use
"${CANTRIP_API_KEY}"in the env value so each developer sets the key in their shell profile.
.cantrip.json)Each project directory contains a .cantrip.json file that tells Cantrip which project to target:
{
"project": "my-saas"
}
This file is created automatically by cantrip_init (new project) or cantrip_connect (existing project). The agent manages it — you don't need to create it manually.
Multiple projects on the same machine? Each project directory gets its own .cantrip.json. The agent switches context by working in the right directory.
After connecting Cantrip, try these prompts in order:
Server not found / no tools appear:
claude mcp list (Claude Code) or /mcp inside a session to check connection status.~/.claude.json or .mcp.json, not ~/.claude/mcp.json.Server hangs on startup:
-y in the npx args. Without it, npx waits for interactive confirmation that can never arrive over stdio."Cannot reach Cantrip API" errors:
CANTRIP_API_KEY is set in the env block of your MCP config.https://api.cantrip.ai is reachable from your network.Windows "Connection closed" errors:
"command": "cmd" with "args": ["/c", "npx", "-y", "mcp-server-cantrip"].Agent (Claude, etc.) ── MCP protocol (stdio) ──> mcp-server-cantrip ── HTTPS POST ──> https://api.cantrip.ai
The MCP server is a thin translation layer. It converts MCP tool calls into {command, args, flags} JSON envelopes and POSTs them to the Cantrip API. Zero business logic — identical contract to the CLI and React UI.
| Tool | Description |
|---|---|
cantrip_connect | Connect workspace to a project (reads/writes .cantrip.json) |
cantrip_status | Check if the daemon is running |
cantrip_init | Create a new project and auto-connect |
| Tool | Description |
|---|---|
cantrip_snapshot | Project overview, drill into entity types |
cantrip_next | List gap-analysis opportunities |
cantrip_next_prompt | Generate a context-rich LLM prompt for an opportunity |
cantrip_next_run | Spawn a background agent for an opportunity |
cantrip_history | Query the audit trail |
| Tool | Description |
|---|---|
cantrip_review | List items pending review |
cantrip_review_accept | Accept an inferred entity |
cantrip_review_reject | Reject an inferred entity |
cantrip_review_resolve | Resolve an escalation |
cantrip_review_dismiss | Dismiss an escalation |
| Tool | Description |
|---|---|
cantrip_entity_list | List entities of a type |
cantrip_entity_show | Show entity detail |
cantrip_entity_add | Create a new entity |
cantrip_entity_edit | Edit an existing entity |
Supported entity types: icp, pain_point, value_prop, experiment, channel, competitor, contact
MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally
by mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.