ainative-prd-mcp

MCP serverDocs & knowledge

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

This server has no hosted endpoint yet, so ahel can't serve it. You can still add it. It stays paused until ahel can serve it.

Serve it through your gateway

One link, every agent. Your own credentials, stored once.

Tools it gives your agents (23)

ToolWhat it does
prd_generateGenerate a comprehensive Product Requirements Document (PRD) for an AINative feature, integration, or product.
prd_generate_sectionGenerate 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.
prd_refineRefine an existing PRD based on feedback. Provide the PRD ID and feedback, and the AI will update the document while preserving version history.
prd_from_issueGenerate 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.
prd_list_templatesList all available PRD templates (built-in and custom). Each template has a specific structure optimized for different types of products and features.
prd_get_templateGet a PRD template by name. Returns the full Markdown template with placeholder variables.
prd_create_templateCreate a custom PRD template. Stored persistently in ZeroDB so it survives across sessions.
prd_render_templateRender a template with variable substitution (no AI, pure placeholder replacement). Fast and deterministic.
prd_validateValidate a PRD against quality rules and AINative architectural constraints. Checks for required sections, content completeness, AINative service references, and architecture compliance.
prd_scoreScore a PRD completeness from 0-100 based on section coverage, content quality, and AINative integration depth.
prd_check_api_refsVerify that all API endpoint references in a PRD actually exist in the AINative OpenAPI spec. Catches typos and invalid paths.
prd_saveSave 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.
prd_loadLoad a saved PRD by its artifact ID. Use at the start of a session to resume work on an existing PRD.
prd_searchSemantic search across all saved PRDs. Find PRDs by topic, service name, feature description, or any natural language query.
prd_historyGet version history for a PRD, showing how it evolved over time. Returns unified diffs between versions.
prd_list_servicesList 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.
prd_get_api_catalogGet API endpoint details for a specific AINative service or category. Returns endpoint paths, methods, and descriptions from the OpenAPI catalog.
prd_suggest_stackGiven a set of requirements, suggest which AINative services, APIs, and SDKs to use. Returns a recommended technology stack with justifications.
skill_listList 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.
skill_getGet 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.
skill_get_referenceGet a single reference file for a skill (e.g., "references/testing-patterns.md"). Load reference files on demand when the SKILL.md says to.
skill_searchSemantic 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.
skill_syncMirror 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.

Signals

Forks
1
Last commit
Aug 2026
Weekly downloads
89
Tools captured
23