
Hermai Mcp
Run the dedicated Hermai MCP server for schema lookup, inbound API requests, and workflow classification during agent builds.
Overview
Hermai MCP is a MCP server for the Build phase that provides schema lookup, request intake, and workflow classification for website APIs.
What is this MCP server?
- Schema lookup against Hermai’s website API database
- Request intake for new or updated API definitions
- Workflow classification for how agents should call APIs
- Dedicated server package hermai-mcp v1.0.0 on npm stdio
- Purpose-built MCP surface separate from the CLI wrapper
- Server version 1.0.0
- npm identifier hermai-mcp
- stdio transport
What problem does it solve?
Without a schema MCP, agents guess HTTP shapes for long-tail sites and ship brittle integrations.
Who is it for?
Builders who standardize on the hermai-mcp npm server for all Hermai-powered agent integrations.
Skip if: Projects with no external web API surface or full in-repo OpenAPI for every partner.
What do I get? / Deliverables
Agents pull Hermai classifications and schemas into the session before generating client code or automation.
- Classified API workflow guidance
- Schema lookup results for target domains
- Intake records for new API definitions
Recommended MCP Servers
Journey fit
How it compares
Dedicated Hermai MCP npm server—pairs with hermai-cli as an alternate package, not an agent skill markdown.
Common Questions / FAQ
Who is Hermai MCP for?
Solo builders and small teams using MCP agents that need Hermai schema lookup and classification during integration work.
When should I use Hermai MCP?
Use it when building features that call many websites and you want structured schema lookup and intake in the agent loop.
How do I add Hermai MCP to my agent?
Add the npm package hermai-mcp as a stdio MCP server in your editor or Claude Code MCP config.