Skip to main content
Glama
AINative-Studio

AINative PRD Generator MCP Server

Official

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ZERODB_API_KEYNoYour ZeroDB API key. Get one via 'npx zerodb-cli init'.
ZERODB_API_URLNoThe ZeroDB API URL. Default is https://api.ainative.studio.
ZERODB_PASSWORDNoYour ZeroDB password (used with ZERODB_USERNAME for JWT auth).
ZERODB_USERNAMENoYour ZeroDB username (used with ZERODB_PASSWORD for JWT auth).

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}
prompts
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
prd_generateA

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.

prd_generate_sectionA

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.

prd_refineA

Refine 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_issueA

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.

prd_list_templatesB

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

prd_get_templateA

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

prd_create_templateA

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

prd_render_templateA

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

prd_validateB

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

prd_scoreB

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

prd_check_api_refsA

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

prd_saveA

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.

prd_loadA

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

prd_searchA

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

prd_historyA

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

prd_list_servicesA

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.

prd_get_api_catalogA

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

prd_suggest_stackA

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

skill_listA

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.

skill_getA

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.

skill_get_referenceA

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.

skill_searchA

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.

skill_syncA

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.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/AINative-Studio/ainative-prd-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server