prd_list_services
List all 22 AINative products with descriptions, API prefixes, SDKs, and pricing.
Eight tools, two capability groups, and a live library of Agent Skills — plus the full AINative platform the server has ground truth on.
No credentials required. Live knowledge of every AINative service.
prd_list_services
List all 22 AINative products with descriptions, API prefixes, SDKs, and pricing.
prd_get_api_catalog
Get detailed API information — endpoints, methods, schemas — for a specific service.
prd_suggest_stack
Given a requirement, suggest which AINative services to use — with justifications.
GitHub-canonical, ZeroDB-cached. List & get work with zero credentials.
skill_listList Agent Skills in the skills repo, pulled live from GitHub.
skill_getGet a skill's full SKILL.md body, optionally with all reference files.
skill_get_referenceGet a single reference file for a skill, on demand.
skill_searchFind the right skill for a task — ZeroDB semantic search, GitHub keyword fallback.
skill_syncMirror skills from GitHub into ZeroDB for semantic search and offline use.
Every skill is also exposed as an MCP prompt — each shows up as a selectable prompt named by its slug, with an optional input argument for the task to apply it to.
The platform catalog the server reasons over. Reachable via prd_get_api_catalog.
Reusable patterns — architecture, SOPs, autonomous platform builds. Authored in GitHub, loaded over MCP.
agentic-platform-builderBuildTurns any business idea, SOP, or workflow into a complete multi-agent TypeScript/Node system — with a Coda data layer, test infrastructure, and GitHub CI/CD.
prd-generatorAuthorThe full PRD workflow as a declarative skill: intake → template → discover services → generate → validate → score → verify API refs → persist. Carries 3 templates and a 15-rule rubric.
Source of truth is the GitHub repo, laid out as skills/<slug>/SKILL.md + references/*.md. Edit there, then skill_sync to refresh the ZeroDB mirror.