# EDITION Intelligence Platform

Japan Operations OS for autonomous AI agents. 14 knowledge domains, 50+ REST endpoints, 31 MCP tools. Verified ground truth covering regulations, procedures, protocols, calendar, regional intelligenc…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add hiroshi-c9/edition

# Browse available tools
npx -y smithery tool list hiroshi-c9/edition

# Get full schema for a tool
npx -y smithery tool get hiroshi-c9/edition memory_store

# Call a tool
npx -y smithery tool call hiroshi-c9/edition memory_store '{}'
```

## Direct MCP Connection

Endpoint: `https://edition--hiroshi-c9.run.tools`

**Optional config:**
- `EDITION_API_URL` (query) — EDITION API base URL
- `EDITION_API_KEY` (query) — API key for authentication (free beta key provided)

## Tools (31)

- `memory_store` — Store conversation episodes to persistent memory. Supports Japanese language context including keigo levels and implici…
- `memory_recall` — Semantic search across stored memories. Handles ambiguous Japanese queries like '前回の会議で部長が言った件'. Returns ranked results…
- `memory_facts` — List all structured facts stored as subject-predicate-object triples with confidence scores and expiration dates. Filte…
- `memory_context` — Get aggregated session context summary including conversation topics, key entities mentioned, and interaction patterns.
- `memory_extract` — Auto-extract structured facts (subject→predicate→object triples) from free-form text. Understands Japanese business con…
- `regulation_check` — Check Japan business regulations for 10 industries: food service, real estate, finance, healthcare, construction, educa…
- `regulation_industries` — List all 10 regulated industries in the database with their Japanese names, key regulatory bodies, and number of compli…
- `regulation_tourist` — Get tourist and visitor regulation categories covering customs, tax-free shopping, transportation rules, accommodation …
- `protocol_check` — Search Japanese business protocols: nemawashi (consensus building), ringi (approval process), hourensou (reporting), me…
- `protocol_list` — List all 6 Japanese business protocols with their Japanese names, categories, and brief descriptions.
- `calendar_check` — Search Japan business calendar: fiscal year cycles (April start), Golden Week, Obon, year-end, gift seasons (ochugen/os…
- `calendar_list` — List all calendar categories with seasonal business patterns and key deadline dates.
- `regional_check` — Search regional business differences across Japan: Tokyo vs Osaka negotiation styles, local subsidies, prefectural regu…
- `regional_list` — List all regional categories covering major business regions and their distinctive characteristics.
- `organization_check` — Search Japanese organizational structures: keiretsu networks, corporate hierarchy and title systems (bucho/kacho), paym…
- `organization_list` — List all organizational structure categories with descriptions of Japanese corporate customs.
- `foreign_entry_check` — Foreign market entry guides for Japan: company incorporation (KK/GK), management visa requirements, bank account openin…
- `foreign_entry_list` — List all 5 foreign entry categories with step counts and estimated timelines for each process.
- `travel_search` — Search Japan travel intelligence: shinkansen and IC card systems, ryokan etiquette and onsen rules, restaurant ordering…
- `travel_list` — List all travel topics covering transportation, accommodation, dining, and practical visitor information.
- `entertainment_search` — Search Japan entertainment and pop culture: oshi-katsu fan culture etiquette, anime pilgrimage guides, live event manne…
- `entertainment_list` — List all entertainment topics covering fan culture, anime, live events, and seasonal events.
- `daily_life_search` — Search daily life knowledge for living in Japan: postal and address systems, garbage sorting rules by municipality, uti…
- `daily_life_list` — List all daily life topics with practical knowledge for residents in Japan.
- `language_search` — Search Japanese language knowledge: keigo honorific system (sonkeigo/kenjougo/teineigo), counter words (josushi) for ob…
- `language_list` — List all language topics covering keigo, counters, naming conventions, and business Japanese.
- `food_search` — Search Japanese food culture: dining etiquette (chopstick rules, itadakimasu), cuisine classification, restaurant navig…
- `food_list` — List all food culture topics covering etiquette, cuisines, restaurant types, and dietary accommodations.
- `disaster_search` — Search disaster and safety knowledge: earthquake shindo scale and EEW early warning system, typhoon warning levels and …
- `disaster_list` — List all disaster and safety topics covering earthquakes, typhoons, emergency contacts, and preparedness.
- `search` — Cross-domain search across all 14 knowledge domains simultaneously. One query returns matched results from regulations,…

```bash
# Get full input/output schema for a tool
npx -y smithery tool get hiroshi-c9/edition <tool-name>
```

## Resources

- `edition://domains` — All 14 knowledge domains with descriptions, endpoints, and 3-layer coverage status
- `edition://quality` — Verified data coverage metrics, source reliability, and quality scores for each domain

## Prompts (2)

- `japan_business_briefing` (industry, context) — Generate a comprehensive Japan business briefing for a specific industry. Covers regulations, required protocols, cultu…
- `japan_travel_guide` (destination, duration) — Generate a practical travel guide covering transport, accommodation, dining etiquette, emergency procedures, and useful…

---

License: MIT
