
Hermai Cli
Let agents look up, submit, and classify third-party website API schemas through Hermai from any MCP client.
Overview
Hermai CLI MCP is a MCP server for the Build phase that looks up, submits, and classifies website API schemas for agent-driven integrations.
What is this MCP server?
- Look up website API schemas from the Hermai corpus
- Submit new API schemas for classification
- Classify and organize request patterns for agents
- npm stdio package hermai-cli v0.3.0
- Works from any MCP client without a separate UI
- Package version 0.3.0
- Transport: stdio
- Registry: npm identifier hermai-cli
Community signal: 36 GitHub stars.
What problem does it solve?
Agents integrating random web APIs lack reliable schema context and burn tokens guessing endpoints.
Who is it for?
Builders automating many third-party sites who want schema lookup inside Claude Code or Cursor.
Skip if: Products that only call one well-documented REST API with a static OpenAPI spec in-repo.
What do I get? / Deliverables
Your agent can query Hermai for known API shapes, submit gaps, and classify requests before writing integration code.
- Retrieved API schema references for target sites
- Submitted schema entries to Hermai
- Workflow classifications for API request patterns
Recommended MCP Servers
Journey fit
How it compares
Hermai schema MCP via npm CLI package—sibling to hermai-mcp, not a code generator skill.
Common Questions / FAQ
Who is Hermai CLI MCP for?
Solo developers and agent users who integrate diverse website APIs and need Hermai schema lookup inside MCP.
When should I use Hermai CLI MCP?
Use it while building integrations when you need lookup, submission, or classification of website API schemas from the agent session.
How do I add Hermai CLI MCP to my agent?
Install hermai-cli from npm and register it as a stdio MCP server in your client configuration.