Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.AINative-Studio/ainative-prd-mcp

NPM · AINATIVE-PRD-MCP · SCANNED AUG 3

PRD Generator MCP — generate, validate, and manage Product Requirement Documents.

Available components

64 Trust /100
Trust breakdown (6 categories)

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 (108 of 109), 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 (108 of 109), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability71
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 2045 tokens (~88/item across 23 items; 23 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
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 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.

Install

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 · ainative-prd-mcp

# add to Claude Code
claude mcp add ainative-studio-ainative-prd-mcp -- npx -y ainative-prd-mcp
# add to Codex CLI
codex mcp add ainative-studio-ainative-prd-mcp -- npx -y ainative-prd-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ainative-studio-ainative-prd-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "ainative-prd-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add ainative-studio-ainative-prd-mcp --command npx --arg -y --arg ainative-prd-mcp
# ~/.hermes/config.yaml
mcp_servers:
  ainative-studio-ainative-prd-mcp:
    command: "npx"
    args: ["-y", "ainative-prd-mcp"]
// mcp.json
{
  "mcpServers": {
    "ainative-studio-ainative-prd-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ainative-prd-mcp"
      ]
    }
  }
}
Changelog

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.

  • 2 Aug 26 +43
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • MCP protocol: unverified → pass functional
    • Schema quality: unverified → good functional
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • Licence: MIT functional
  • 1 Aug 26 21

    First indexed and scored.

Diagnostics

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 108 packages

108 packages in the resolved dependency tree · 108 deprecated · 32 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 23 exposed · ~2,045 tokens

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.

Tool Tokens
prd_check_api_refs ~69

Verify that all API endpoint references in a PRD actually exist in the AINative OpenAPI spec. Catches typos and invalid paths.

NameTypeReqDescription
contentstringPRD content to check
prd_idstringID of a saved PRD to check

No output schema declared.

No examples provided.

prd_create_template ~89

Create a custom PRD template. Stored persistently in ZeroDB so it survives across sessions.

NameTypeReqDescription
contentstringyesMarkdown template content with {{PLACEHOLDER}} variables
descriptionstringyesWhat this template is for
namestringyesTemplate name (lowercase, hyphens allowed)
sectionsarrayList of section names in this template

No output schema declared.

No examples provided.

prd_from_issue ~87

Generate a PRD from a GitHub issue. Fetches the issue title, body, labels, and comments, then expands them into a full PRD with AINative platform context.

NameTypeReqDescription
issue_numberintegeryesGitHub issue number
repostringGitHub repository (owner/repo format)
templatestringPRD template to use

No output schema declared.

No examples provided.

prd_generate ~230

Generate a comprehensive Product Requirements Document (PRD) for an AINative feature, integration, or product. Uses AI with full AINative platform context — knows all services, APIs, SDKs, and architectural constraints. The PRD is automatically saved to ZeroMemory for cross-session recall.

NameTypeReqDescription
additional_contextstringAny additional context, links, or requirements
ainative_servicesarrayAINative services this feature will use (e.g., ["ZeroDB", "ZeroMemory", "Agent Cloud"]). If omitted, the generator will auto-detect relevant services.
constraintsarrayTechnical or business constraints
core_featuresarrayyesList of core features to include
descriptionstringyesDetailed description of what needs to be built
issue_numberintegerOptional GitHub issue number to link to
product_namestringyesName of the product or feature
target_audiencestringyesWho will use this product/feature
templatestringPRD template to use (default: standard)

No output schema declared.

No examples provided.

prd_generate_section ~136

Generate or regenerate a single section of a PRD. Useful for iterative refinement — update just the Technical Architecture or User Stories without regenerating the entire document.

NameTypeReqDescription
contextstringAdditional context for generating this section
descriptionstringProduct description (required if no prd_id)
prd_idstringID of an existing saved PRD (from prd_save). If provided, the section will be generated in context of the full PRD.
product_namestringProduct name (required if no prd_id)
section_namestringyesWhich section to generate

No output schema declared.

No examples provided.

prd_get_api_catalog ~78

Get API endpoint details for a specific AINative service or category. Returns endpoint paths, methods, and descriptions from the OpenAPI catalog.

NameTypeReqDescription
servicestringyesService name (e.g., "ZeroDB", "ZeroMemory", "Agent Cloud") or API prefix (e.g., "/api/v1/zerodb")

No output schema declared.

No examples provided.

prd_get_template ~52

Get a PRD template by name. Returns the full Markdown template with placeholder variables.

NameTypeReqDescription
namestringyesTemplate name (e.g., "standard", "ainative-feature", "agent-capability")

No output schema declared.

No examples provided.

prd_history ~46

Get version history for a PRD, showing how it evolved over time. Returns unified diffs between versions.

NameTypeReqDescription
prd_idstringyesArtifact ID of the PRD

No output schema declared.

No examples provided.

prd_list_services ~98

List all AINative products and services with descriptions, categories, API prefixes, SDKs, and pricing tiers. Use this before writing a PRD to understand what platform capabilities are available.

NameTypeReqDescription
categorystringFilter by category (e.g., "Data Platform", "AI Inference", "Business", "Infrastructure")
verbosebooleanInclude full details including features, SDKs, and endpoints (default: false)

No output schema declared.

No examples provided.

prd_list_templates ~56

List all available PRD templates (built-in and custom). Each template has a specific structure optimized for different types of products and features.

NameTypeReqDescription
include_custombooleanInclude custom templates stored in ZeroDB (default: true)

No output schema declared.

No examples provided.

prd_load ~55

Load a saved PRD by its artifact ID. Use at the start of a session to resume work on an existing PRD.

NameTypeReqDescription
prd_idstringyesArtifact ID returned by prd_save or prd_generate

No output schema declared.

No examples provided.

prd_refine ~109

Refine an existing PRD based on feedback. Provide the PRD ID and feedback, and the AI will update the document while preserving version history.

NameTypeReqDescription
feedbackstringyesFeedback describing what needs to change (e.g., "Add more detail to user stories", "The API design should use WebSockets instead of polling")
prd_idstringyesID of the saved PRD to refine
sections_to_updatearrayOptional: limit refinement to specific sections

No output schema declared.

No examples provided.

prd_render_template ~73

Render a template with variable substitution (no AI, pure placeholder replacement). Fast and deterministic.

NameTypeReqDescription
template_namestringyesTemplate to render
variablesobjectyesKey-value pairs for placeholder substitution (e.g., {"PRODUCT_NAME": "My Feature", "TARGET_AUDIENCE": "Developers"})

No output schema declared.

No examples provided.

prd_save ~112

Save a PRD to ZeroDB as a persistent plan artifact. Returns an ID you can use to load, update, or search for it in future sessions. Version history is tracked automatically on every update.

NameTypeReqDescription
contentstringyesFull PRD content in Markdown
tagsarrayTags for categorization (e.g., ["billing", "agent-cloud", "q3-2026"])
titlestringyesPRD title (e.g., "PRD: Agent Cloud Billing")

No output schema declared.

No examples provided.

prd_score ~63

Score a PRD completeness from 0-100 based on section coverage, content quality, and AINative integration depth.

NameTypeReqDescription
contentstringPRD content in Markdown
prd_idstringID of a saved PRD to score

No output schema declared.

No examples provided.

prd_search ~83

Semantic search across all saved PRDs. Find PRDs by topic, service name, feature description, or any natural language query.

NameTypeReqDescription
limitintegerMaximum results to return
querystringyesNatural language search query (e.g., "PRDs about agent billing", "streaming video features")
tagsarrayFilter by tags

No output schema declared.

No examples provided.

prd_suggest_stack ~94

Given a set of requirements, suggest which AINative services, APIs, and SDKs to use. Returns a recommended technology stack with justifications.

NameTypeReqDescription
constraintsarrayTechnical constraints (e.g., "must work offline", "real-time updates needed")
featuresarrayList of required features/capabilities
requirementsstringyesNatural language description of what you need to build

No output schema declared.

No examples provided.

prd_validate ~99

Validate a PRD against quality rules and AINative architectural constraints. Checks for required sections, content completeness, AINative service references, and architecture compliance.

NameTypeReqDescription
contentstringPRD content in Markdown (provide directly or use prd_id)
prd_idstringID of a saved PRD to validate
strictbooleanStrict mode: also check AINative-specific rules (default: true)

No output schema declared.

No examples provided.

skill_get ~90

Get the full content of a skill by slug or name, including its SKILL.md body and (optionally) all reference files. Use this to load a skill before doing the work it describes.

NameTypeReqDescription
skillstringyesSkill slug or name (e.g., "agentic-platform-builder")
with_referencesbooleanAlso fetch the full content of every reference file (default: false)

No output schema declared.

No examples provided.

skill_get_reference ~78

Get a single reference file for a skill (e.g., "references/testing-patterns.md"). Load reference files on demand when the SKILL.md says to.

NameTypeReqDescription
referencestringyesReference file path, e.g. "references/agent-patterns.md" or "agent-patterns.md"
skillstringyesSkill slug

No output schema declared.

No examples provided.

skill_list ~95

List all Agent Skills available in the skills repo (the8genc/ai-8gent-skills by default). Each entry includes the skill name, slug, description (with trigger phrases), and its reference files. Skills are pulled live from GitHub. Call this first to discover which skills exist before applying one.

NameTypeReqDescription
refreshbooleanBypass the in-memory cache and re-fetch from GitHub (default: false)

No output schema declared.

No examples provided.

skill_search ~80

Semantic search across all skills to find the right one for a task. Queries the ZeroDB mirror when available (run skill_sync first), otherwise falls back to keyword matching over the live GitHub list.

NameTypeReqDescription
limitintegerMax results
querystringyesNatural language description of the task (e.g., "automate my content workflow")

No output schema declared.

No examples provided.

skill_sync ~73

Mirror skills from the GitHub repo into ZeroDB so they can be semantically searched and served offline. GitHub remains the source of truth — this refreshes the cache. Sync all skills, or one by slug.

NameTypeReqDescription
skillstringOptional: sync only this skill slug. Omit to sync all skills.

No output schema declared.

No examples provided.