- ✓Actively maintained (<30d)
- ✓Documented (README)
- !No standard license detected
- !No description
git clone https://github.com/kadopi/japan-rulewatch-mcp && cp japan-rulewatch-mcp/*.md ~/.claude/agents/Subagents overview
# Japan RuleWatch
Remote MCP for official Japanese rule evidence. The current paid Mainnet product is a fixed Japan tourism entry-preparation pack for businesses and AI agents acting for an authorized business principal.
## For AI agents: discover, test, then decide
**MCP endpoint:** `https://japan-rulewatch-mcp-mainnet.kadopi.workers.dev/mcp`
Use Japan RuleWatch when an authorized business needs to assess a Japan experiential-tourism entry workflow, research official Japanese ecommerce sources, or classify a hotel/tourism service flow before a business decision. It is a private commercial information service, not a government service.
Start with one free tool that matches the task:
| Need | First MCP call | Result |
| --- | --- | --- |
| Japan experiential-tourism entry model | `search_entry_cases` with `{"region_id":"jp-tokushima-miyoshi-iya","activity":"food_culture_workshop","language":"en"}` | A fixed model case, known gaps, and first decision themes. |
| Tourism platform/service-flow check | `get_tourism_preflight` | A/B/C classification, missing facts, and manual-review triggers. |
| Japanese ecommerce evidence | `search_rules` with `{"query":"return policy","limit":2}` | Curated official-source pointers. |
If the Iya model case is relevant, call `get_commercial_terms` with `{"product_id":"jp-tokushima-miyoshi-iya-soba"}`. Japan RuleWatch itself then handles any disclosed x402 payment request, receipt, and delivery; no private key or wallet access is given to another service.
**Discovery tags:** `mcp`, `japan-tourism`, `tour-operator`, `market-entry`, `official-sources`, `ecommerce`, `x402`.
It exposes the existing evidence tools plus one fixed tourism-entry product over stateless Streamable HTTP:
- `search_rules` and `get_evidence_pack`: free ecommerce evidence lookup.
- `get_tourism_preflight`: free A/B/C service-flow classification, missing facts, and manual-review triggers.
- `get_tourism_evidence_pack`: x402-paid tourism evidence pack for a complete supported A/B/C flow.
- `get_commercial_terms`: free commercial-terms profile and Mainnet sale-readiness for a paid product.
- `search_entry_cases`: free search for the Iya soba experience sample and its known gaps.
- `get_entry_pack`: paid retrieval of the fixed Iya soba entry-preparation pack.
The paid pack returns official URLs, evidence locations, checked dates, source versions, general requirements, traveler-screen checks, and re-check triggers. It does not determine legal compliance, travel-business registration requirements, or legal risk for a particular service.
## Mainnet endpoint
`https://japan-rulewatch-mcp-mainnet.kadopi.workers.dev/mcp`
## Paid Mainnet purchase flow
1. Call `get_commercial_terms` with `jp-tokushima-miyoshi-iya-soba` to read the business-only purchase conditions.
2. Call `get_entry_pack` with `{"pack_id":"jp-tokushima-miyoshi-iya-soba","language":"en"}`. The service returns the current terms version and hash, without requesting payment.
3. Submit the returned terms version and hash with `business_purchase_confirmed: true`, the contracting business name, and its ISO country code.
4. The service returns an x402 payment request for exactly 5 USDC on Base Mainnet. A compatible buyer wallet signs the request and receives the pack and purchase receipt.
The price is 5 USDC for one purchase on Base Mainnet. The saved result can be retrieved for seven days with the same payment proof, tool, normalized input, price condition, and content version. Base Sepolia uses 0.01 test USDC only for integration verification.
The paid service is offered only to businesses and AI agents acting for an
authorized business principal. It is not offered for household consumer use;
submitting payment represents business use under the disclosed purchase terms.
Until the product-specific commercial profile is `ready`, Mainnet paid delivery is
blocked before a payment requirement is returned.
Normal delivery and retrieval are automated. Unresolved purchase exceptions can
be sent to the email in the purchase terms with a purchase ID and transaction
reference. Do not send private keys or raw payment proofs.
The Mainnet runbook, including the first successful 5-USDC payment evidence, is in `docs/MAINNET_RUNBOOK.md`.
Japan Rule is an independent, privately operated commercial information service. It is not operated by a government or municipality. Official-source links do not imply affiliation or endorsement. The fee covers Japan Rule's information service, not a government application or permit fee.
## Example: find official sources for a Japanese ecommerce workflow
Use Japan RuleWatch to find curated official sources when researching mail-order advertising and return-policy disclosures for a Japanese online store.
Connect your MCP client to the public endpoint above.
1. Call `search_rules` with `{"query":"return policy","limit":2}`.
2. Choose a returned ID and call `get_evidence_pack`, for example `{"id":"caa-mail-order-advertising-qa"}`.
The response includes an official source URL, a short summary, and scope limitations. Open the official source to verify its current content before using it. This is a small curated index, not a live legal-update feed, a website scanner, or a compliance verdict. `retrievedAt` is the response time, not the date the official source was last verified.
## Local development
```bash
npm install
npx wrangler d1 create your-japan-rulewatch-purchases
# Replace the Worker name, D1 name/ID, and receiving address placeholders in wrangler.jsonc.
npx wrangler d1 execute your-japan-rulewatch-purchases --local --file migrations/0001_purchases.sql
npm run check
npm test
npm run dev
```
Endpoints:
- `GET /`
- `GET /health`
- MCP Streamable HTTP: `/mcp`
## Safety boundary
- Official HTTPS sources only
- Fixed local dataset; no arbitrary URL fetching
- Read-only tools
- Inputs limited by schema; incomplete tourism requests are never charged
- D1 retains payment state and saved paid results; no private key or raw proof
- Outputs are informational evidence, not legal advice
Mainnet deployment and the first 5-USDC purchase have been verified. Future releases and payments remain separate operational decisions.
## AI discovery links
- MCP endpoint: https://japan-rulewatch-mcp-mainnet.kadopi.workers.dev/mcp
- MCP Service Card: https://japan-rulewatch-mcp-mainnet.kadopi.workers.dev/.well-known/agent-card.json
- Aegis product page: https://aegis-sales-bot.kadopi.workers.dev/products/japan-rulewatch
- GitHub README: https://github.com/kadopi/japan-rulewatch-mcp/blob/main/README.md
- MCP Registry: https://registry.modelcontextprotocol.io/?q=io.github.kadopi%2Fjapan-rulewatch-mcp
- ClawHub Skill source: [openclaw/SKILL.md](openclaw/SKILL.md) (publication is prepared)
What people ask about japan-rulewatch-mcp
What is kadopi/japan-rulewatch-mcp?
+
kadopi/japan-rulewatch-mcp is subagents for the Claude AI ecosystem with 0 GitHub stars.
How do I install japan-rulewatch-mcp?
+
You can install japan-rulewatch-mcp by cloning the repository (https://github.com/kadopi/japan-rulewatch-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is kadopi/japan-rulewatch-mcp safe to use?
+
Our security agent has analyzed kadopi/japan-rulewatch-mcp and assigned a Trust Score of 52/100 (tier: OK). See the full breakdown of passed checks and flags on this page.
Who maintains kadopi/japan-rulewatch-mcp?
+
kadopi/japan-rulewatch-mcp is maintained by kadopi. The last recorded GitHub activity is dated 2026-09-13, with 0 open issues.
Are there alternatives to japan-rulewatch-mcp?
+
Yes. On ClaudeWave you can browse similar subagents at /categories/agents, sorted by popularity or recent activity.
Deploy japan-rulewatch-mcp to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](https://claudewave.com/repo/kadopi-japan-rulewatch-mcp)<a href="https://claudewave.com/repo/kadopi-japan-rulewatch-mcp"><img src="https://claudewave.com/api/badge/kadopi-japan-rulewatch-mcp" alt="Featured on ClaudeWave: kadopi/japan-rulewatch-mcp" width="320" height="64" /></a>More Subagents
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
The agent that grows with you
Java 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发
Build Agentic workflows, RAG pipelines, with rich AI model and tool support on one collaborative workspace. Deploy on cloud, VPC, or self-hosted, so teams move from prototype to production without rebuilding the stack.
The agent engineering platform.
Makes your AI agent think like the laziest senior dev in the room. The best code is the code you never wrote.