Server data from the Official MCP Registry
Dedicated Hermai MCP server for schema lookup, request intake, and workflow classification.
Dedicated Hermai MCP server for schema lookup, request intake, and workflow classification.
Valid MCP server (2 strong, 3 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.
4 files analyzed · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-hermai-ai-hermai-mcp": {
"args": [
"-y",
"hermai-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
Dedicated Model Context Protocol server for Hermai.
Use this package when an agent runtime supports MCP and should call Hermai as native tools. The Hermai CLI is a separate human/operator tool and is not required for MCP.
Run directly with npx:
npx -y hermai-mcp
Or install globally:
npm install -g hermai-mcp
hermai-mcp
{
"mcpServers": {
"hermai": {
"command": "npx",
"args": ["-y", "hermai-mcp"]
}
}
}
Optional environment variables:
HERMAI_API_BASE or HERMAI_PLATFORM_URL: API base URL. Defaults to https://api.hermai.ai.HERMAI_API_KEY or HERMAI_PLATFORM_KEY: optional API key for authenticated Hermai APIs. Public schema lookup and schema-request intake work without a key.lookup_schema — search Hermai schemas by domain, task, category, or verification state.list_public_schemas — page through public schemas.submit_schema_request — submit the six-field intake for a brittle browser/API workflow.classify_browser_workflow — locally classify whether a workflow maps to direct API, hidden endpoint, browser-only, or owner/auth work.check_schema_request_status — check a schema request status.Never submit cookies, bearer tokens, API keys, session IDs, or private session data through schema-request intake.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.