Hermai ships a dedicated MCP server package. Use it when your agent runtime supports local MCP tools and you want agents to look up schemas or submit missing-workflow requests without scraping pages or hand-writing API calls.Documentation Index
Fetch the complete documentation index at: https://docs.hermai.ai/llms.txt
Use this file to discover all available pages before exploring further.
Install
Run the MCP server directly with npm:HERMAI_API_KEY or HERMAI_PLATFORM_KEY if you provide it in the MCP client environment.
Generic client config
MCP client config paths vary by runtime, but the server entry has this shape:Tools
lookup_schema
Search Hermai by domain, task, category, or verification state. Use this before scraping a website.
list_public_schemas
Browse public schemas with optional filters such as q, category, verified, sort, and limit.
submit_schema_request
Submit the six-field intake for a missing or brittle workflow:
domaintaskread_or_writeauth_shapeoutput_shapefailure_mode
source_url, requester_agent, requester_contact, and idempotency_key.
Never include cookies, API keys, bearer tokens, private session data, or credentials in a schema request.
classify_browser_workflow
Locally classify prose as direct_api, hidden_endpoint, browser_only, needs_owner, or needs_more_fields. Use this to decide whether to look up an existing schema, submit a request, or ask the user for more intake fields.