GodPrompt MCP Server
MCPB · GOD-PROMPT-MCP-1.0.15.MCPB · 2 COMPONENTS · SCANNED SEP 20
GodPrompt workflows for TDD, debugging, verification, task routing, and progressive disclosure.
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 → Why this is hard to score →
Supply Chain Security25
- Malware scan not yet available for this package.Unverified
- Known CVEs were checked across the 3 of 3 dependencies we could resolve, so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- 0 of 3 dependencies flagged as unhealthy. View diagnostics → Pass
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 0 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability73
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 445 tokens (~63/item across 7 items; 7 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
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
Tool Safety100
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- We read all 7 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
- An AI judge read all 7 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a current MCP spec version (2026-07-28).Pass
Unverified: 1 category
A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.
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.
mcpb · god-prompt-mcp-1.0.15.mcpb
Download bundleEvery 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.
- 20 Sept 26 48
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 20 Sept 2026 · Analysed mcpb/https://github.com/AKzar1el/god-prompt-mcp/releases/download/v1.0.15/god-prompt-mcp-1.0.15.mcpb
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | mcpb |
Background: How many MCP packages publish verified provenance →
Dependencies 3 packages
| Packages resolved | 3 |
|---|---|
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
classify_task Classify software-development task ~95
Classify a task description into one of GodPrompt's 9 task types (BUILD, DEBUG, REFACTOR, CONTENT, DESIGN, SHIP, ANALYZE, AUTOMATE, PLAN) and return the matching protocol name. Useful for routing tasks through the right workflow.
| Name | Type | Req | Description |
|---|---|---|---|
| description | string | yes | The task description to classify, e.g. 'fix the login bug' or 'build a REST API for user auth' |
No output schema declared.
No examples provided.
get_anti_patterns Get GodPrompt anti-patterns ~66
Returns references/03-ANTI-PATTERNS.md — red flags, rationalizations, and recovery patterns. Covers the 10 most dangerous anti-patterns that lead to broken code, scope creep, and false confidence. Load when you catch yourself rationalizing. ~9KB.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_core_skill Get core GodPrompt skill ~73
Returns SKILL.md — the lean core protocol (~11KB) covering the universal 6-phase protocol, Three Iron Laws, and task auto-classification. Load it at the start of a task or after a context reset, then reuse that context instead of reloading it on every message. Start here for progressive disclosure.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_gates Get GodPrompt verification gates ~55
Returns references/02-GATES.md — verification checklists, THE GATE (pre-completion verification), and structured report templates for every deliverable type. Load when you need to verify work before claiming completion. ~9KB.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_god_prompt Get full GodPrompt ~66
Returns the complete GodPrompt.md — a single-file universal system prompt for AI software development (41KB, ~1145 lines). Use this when you want the full payload in one shot. For progressive disclosure (smaller context), use get_core_skill and the reference tools instead.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_protocols Get GodPrompt protocols ~69
Returns references/01-PROTOCOLS.md — deep execution guides for each task type (BUILD, DEBUG, REFACTOR, CONTENT, DESIGN, SHIP, ANALYZE, AUTOMATE, PLAN). Load this when the task requires detailed protocol steps beyond the core skill. ~13KB.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_version Get GodPrompt version ~21
Returns the current GodPrompt version and a summary of what's included.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
What is the GodPrompt MCP Server server?
GodPrompt MCP Server is listed in the public MCP registry as io.github.AKzar1el/god-prompt-mcp. GodPrompt workflows for TDD, debugging, verification, task routing, and progressive disclosure. This page covers its MCPB bundle (https://github.com/AKzar1el/god-prompt-mcp/releases/download/v1.0.15/god-prompt-mcp-1.0.15.mcpb).
Is the GodPrompt MCP Server server safe to use?
GodPrompt MCP Server scores 48 out of 100 on VerifyMCP. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the GodPrompt MCP Server server expose?
GodPrompt MCP Server exposes 7 tools: get_god_prompt, get_core_skill, get_protocols, get_gates, get_anti_patterns, and 2 more. Their descriptions and schemas cost roughly 445 tokens of context every time the server is loaded.
What licence is the GodPrompt MCP Server server under?
GodPrompt MCP Server declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.