io.github.ozten/cantrip
NPM · MCP-SERVER-CANTRIP · SCANNED AUG 3
MCP server for Cantrip — AI-powered GTM engine for solo founders
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (98 of 102), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (98 of 102), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 145 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability71
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 1758 tokens (~92/item across 19 items; 19 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
- Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · mcp-server-cantrip
claude mcp add ozten-cantrip -- npx -y mcp-server-cantrip
codex mcp add ozten-cantrip -- npx -y mcp-server-cantrip
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"ozten-cantrip": {
"type": "local",
"command": [
"npx",
"-y",
"mcp-server-cantrip"
],
"enabled": true
}
}
} openclaw mcp add ozten-cantrip --command npx --arg -y --arg mcp-server-cantrip
mcp_servers:
ozten-cantrip:
command: "npx"
args: ["-y", "mcp-server-cantrip"] {
"mcpServers": {
"ozten-cantrip": {
"command": "npx",
"args": [
"-y",
"mcp-server-cantrip"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 3 Aug 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.
- 2 Aug 26 +46
- Provenance: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Malware scan: unverified → pass ▲ security
- Security disclosure: fail → unverified ▼ functional
- Tool coverage: 100 → unverified ▼ functional
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Stability: unverified → 0.20 ▲ functional
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Schema quality: unverified → good ▲ functional
- First check of Schema quality: unverified functional
- Licence: MIT functional
- 31 Jul 26 −7
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −18
- Malware scan: pass → unverified ▼ security
- 27 Jul 26 46
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 98 packages
98 packages in the resolved dependency tree · 97 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
cantrip_connect ~66
Start here. Connect this workspace to a Cantrip project by writing a .cantrip.json file. All subsequent commands will target this project automatically. Call without arguments to check the current connection.
| Name | Type | Req | Description |
|---|---|---|---|
| project | string | — | Project name to connect to. Omit to check current connection. |
No output schema declared.
No examples provided.
cantrip_entity_add ~363
Create a new entity. Automatically marked as 'accepted'. Fields vary by type: - icp: name, description, demographics, jobs_to_be_done, willingness_to_pay, current_alternatives, priority, is_beachhead - pain_point: description, severity (low|medium|high|critical), frequency (rare|occasional|frequent|constant), evidence - value_prop: framing (required — use instead of 'name'; 'description' is stored in extensions), tagline, evidence - channel: name, channel_type, lifecycle_stage (exploring|testing|scaling|maintaining|killed), cac, estimated_reach, conversion_rate (note: 'description' maps to 'notes' column) - experiment: title (required — use instead of 'name'), hypothesis, description, status (proposed|designed|active|completed|analyzed|abandoned), success_metrics, outcome_notes, value_prop_id, channel_id - competitor: name, description, url, positioning, strengths, weaknesses, pricing_model - contact: name, email, phone, company, role, source, url, notes Extra fields (any field not in the schema above) are stored in extensions. After adding entities, pause and confirm with the user before adding more.
| Name | Type | Req | Description |
|---|---|---|---|
| description | string | — | Entity description |
| entity_type | string | yes | Entity type: icp, pain_point, value_prop, experiment, channel, competitor, contact |
| fields | object | — | Additional fields as key-value pairs (e.g. {severity: 'high', frequency: 'constant'}) |
| name | string | — | Entity name (mapped to 'framing' for value_prop, 'title' for experiment) |
No output schema declared.
No examples provided.
cantrip_entity_edit ~138
Edit an existing entity. Fields vary by type (same as cantrip_entity_add). Pass well-known fields directly, and any additional fields in the 'fields' object. Extra fields are stored in extensions.
| Name | Type | Req | Description |
|---|---|---|---|
| description | string | — | Updated description |
| entity_type | string | yes | Entity type: icp, pain_point, value_prop, experiment, channel, competitor, contact |
| fields | object | — | Additional fields to update as key-value pairs |
| id | string | yes | Entity ID to edit |
| name | string | — | Updated name (mapped to 'framing' for value_prop, 'title' for experiment) |
No output schema declared.
No examples provided.
cantrip_history ~94
Query the append-only audit trail of all actions taken on the project
| Name | Type | Req | Description |
|---|---|---|---|
| entity | string | — | Filter by entity type (e.g. icp, pain_point) |
| limit | number | — | Max events to return (default: 50) |
| since | string | — | Only events after this ISO date |
| type | string | — | Filter by event type (e.g. init, entity_created, review_accept) |
No output schema declared.
No examples provided.
cantrip_init ~178
Create a new project and connect this workspace to it. Pass 'brief_text' (product brief as text) to auto-extract ICPs, pain points, and value props as inferred entities (costs 5 credits). Or pass 'brief_path' (absolute file path) and the file will be read locally. Without a brief, the project is created empty (free) and you add entities manually. Writes .cantrip.json automatically after creation. After creating a project, add a few entities and confirm them with the user before going deeper.
| Name | Type | Req | Description |
|---|---|---|---|
| brief_path | string | — | Absolute path to a product brief file — will be read locally and sent as text |
| brief_text | string | — | Product brief content as text (preferred) |
| description | string | yes | One-line project description |
| name | string | yes | Project name |
No output schema declared.
No examples provided.
cantrip_meter_balance ~31
Check remaining credits. Returns available credits, reserved credits (held by in-progress operations), and total balance.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
cantrip_meter_history ~42
View recent credit transactions. Shows usage debits, purchases, and running balance.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Maximum entries to return (default: 20) |
No output schema declared.
No examples provided.
cantrip_meter_tiers ~26
View available credit packs. Shows tier name, credits included, and price.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
cantrip_next ~74
List gap-analysis opportunities — things that would move the project closer to ideal state. Each opportunity has a stable UUID that you can pass to cantrip_next_prompt or cantrip_next_run. Opportunities persist across calls; re-running gap analysis updates existing opportunities rather than replacing them. Review the project snapshot with the user before running opportunities.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
cantrip_next_prompt ~52
Generate a context-rich LLM prompt for an opportunity. Returns a ready-to-use prompt with all relevant ontology context baked in. Zero credit cost.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Opportunity ID from cantrip_next |
No output schema declared.
No examples provided.
cantrip_next_run ~104
Execute an enrichment opportunity with AI. Runs the LLM-powered enrichment inline — either updating existing entities' missing fields (targeted) or generating new entities (bulk). Returns when complete with a summary of what was created or updated. Parallelism: you may run different loop types concurrently (e.g. enrich ICPs + enrich competitors), but the daemon blocks concurrent runs of the same loop type for safety.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Opportunity ID from cantrip_next |
No output schema declared.
No examples provided.
cantrip_project ~131
Manage projects. Actions: - list (default): List all projects in the current team. - update: Update a project's name or description. Uses the connected project unless 'slug' is provided. - delete: Delete a project and all its data. Uses the connected project unless 'slug' is provided.
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | — | Action to perform (default: list) |
| description | string | — | New description (update only) |
| name | string | — | New display name (update only) |
| slug | string | — | Project slug to target. Defaults to the connected project from .cantrip.json. |
No output schema declared.
No examples provided.
cantrip_review ~23
List all items pending review (inferred entities and open escalations)
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
cantrip_review_accept ~33
Accept an inferred entity, marking it as verified ground truth
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Entity ID to accept |
No output schema declared.
No examples provided.
cantrip_review_dismiss ~58
Dismiss an inferred entity or open escalation. For entities: removes from review queue without accepting or rejecting (kept for history). For escalations: closes without resolving.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Entity or escalation ID to dismiss |
No output schema declared.
No examples provided.
cantrip_review_reject ~34
Reject an inferred entity (soft-delete, kept for history)
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Entity ID to reject |
No output schema declared.
No examples provided.
cantrip_review_resolve ~43
Resolve an open escalation with a resolution message
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Escalation ID |
| resolution | string | yes | Resolution text explaining the decision |
No output schema declared.
No examples provided.
cantrip_snapshot ~132
Browse project data at three zoom levels. No args: project overview with entity counts by type and review state, gaps, and review queue size. entity_type only: list all entities of that type (e.g. 'icps', 'pain-points', 'channels'). entity_type + entity_id: show full detail for one entity. This is the primary tool for listing and inspecting entities.
| Name | Type | Req | Description |
|---|---|---|---|
| entity_id | string | — | Specific entity ID for detail view |
| entity_type | string | — | Entity type to drill into (e.g. 'icps', 'pain-points', 'value-props') |
No output schema declared.
No examples provided.
cantrip_status ~61
Check daemon health, authentication, and current project. Returns daemon reachability, authenticated identity (user, team), and the active project from .cantrip.json. When CANTRIP_API_KEY is missing, returns setup instructions with config examples for common MCP clients.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.