Back to Browse

Japan Rulewatch MCP Server

by Kadopi
Developer ToolsModerate5.3MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

Japan tourism entry and ecommerce evidence MCP for business agents; free tools and x402 pack.

About

Japan tourism entry and ecommerce evidence MCP for business agents; free tools and x402 pack.

Remote endpoints: streamable-http: https://japan-rulewatch-mcp-mainnet.kadopi.workers.dev/mcp

Security Report

5.3
Moderate5.3Moderate Risk

Japan RuleWatch is a well-structured MCP server providing read-only access to curated Japanese regulatory information with optional x402-based paid delivery. Authentication is properly implemented via x402 payment protocol for paid tools, input validation is present via Zod schemas, and permissions are appropriately scoped to the service's purpose (network_http for API calls, env_vars for configuration, database for purchase state). Code quality is solid with proper error handling, though some minor logging and edge-case handling improvements could be made. Supply chain analysis found 2 known vulnerabilities in dependencies (1 critical, 0 high severity).

7 files analyzed · 7 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

database

Check that this permission is expected for this type of plugin.

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

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:

NeedFirst MCP callResult
Japan experiential-tourism entry modelsearch_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 checkget_tourism_preflightA/B/C classification, missing facts, and manual-review triggers.
Japanese ecommerce evidencesearch_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

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

Reviews

No reviews yet

Be the first to review this server!