OpenClaw / ClawHub
CertiWatt is packaged as a compatible bundle so OpenClaw can expose the same MCP tools through ClawHub.
openclaw plugins install clawhub:certiwatt
A thin MCP adapter exposes the catalog, verifier, rule discovery, and cited sources so agents can answer power-bank travel questions without guessing.
CertiWatt is packaged as a compatible bundle so OpenClaw can expose the same MCP tools through ClawHub.
openclaw plugins install clawhub:certiwatt
Hermes uses a lightweight skill to discover the same published MCP server rather than a separate backend.
npx -y @certiwatt/mcp
search_modelsResolve product names, aliases, and recalled model names into canonical model IDs.
get_modelFetch canonical specs, sources, and related-model groups for one model.
verify_power_bankReturn an allowed / conditional / banned / insufficient verdict for a specific trip.
search_rulesFind rules by loose topic, authority, jurisdiction, or rule-ID fragment.
get_sourcesReturn normalized evidence for one model or one rule.
Resolve the device name with search_models.
If the user needs model facts or related models, call get_model.
For the actual travel question, call verify_power_bank.
If the user names a rule loosely, call search_rules before get_sources.
Treat insufficient as a real outcome, not a weak version of allowed.
Can I fly with my Anker 737 from China to Japan on Cathay?
What models are related to the Anker 737?
Show me the source for the China 3C rule.
Can I fly with a VoltNinja X9000?
The same public ruleset, source registry, and compliance surfaces used by the website also back the MCP tools.
For high-intent model-airline-country answers, agents can read /aeo-manifest.json first: each long-tail verdict includes article_body, which mirrors the page Article JSON-LD articleBody with summary, route signals, and citation source metadata (citation_kind, citation_jurisdiction, pulled_at).