🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

edition-mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

edition-mcp-server

EDITION — Japan Knowledge Gateway for AI agents. 20 knowledge domains, 7 Skills Packs, 43 MCP tools, Progressive Discovery support. Verified ground truth: regulations, procedures, protocols, calendar, regional, organization, foreign entry, travel, enterta

latest
Source
npmnpm
Version
0.4.1
Version published
Weekly downloads
53
-55.83%
Maintainers
1
Weekly downloads
 
Created
Source

EDITION Intelligence Platform — MCP Server

Japan Operations OS for autonomous AI agents. 20 knowledge domains, 43 MCP tools, 2 prompt templates — verified, structured intelligence for agents operating in Japan.

npm License: MIT

Installation

npx edition-mcp-server

Or install globally:

npm install -g edition-mcp-server
edition-mcp

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "edition": {
      "command": "npx",
      "args": ["-y", "edition-mcp-server"]
    }
  }
}

Cursor / Windsurf / VS Code

Add to your MCP settings:

{
  "edition": {
    "command": "npx",
    "args": ["-y", "edition-mcp-server"]
  }
}

Custom API URL

By default connects to https://api.edition.sh. Override with environment variables:

{
  "edition": {
    "command": "npx",
    "args": ["-y", "edition-mcp-server"],
    "env": {
      "EDITION_API_URL": "https://api.edition.sh",
      "EDITION_API_KEY": "edition_dev_key_for_testing"
    }
  }
}

Tools

Memory (5 tools)

ToolDescription
memory_storeStore episodes to persistent memory with Japanese language understanding (keigo, subject omission, implicit context)
memory_recallSemantic search across stored memories — handles ambiguous Japanese queries
memory_factsList structured facts as subject → predicate → object triples with confidence scores
memory_contextGet current session context summary for prompt injection
memory_extractAuto-extract structured facts from text with keigo/hierarchy analysis

Regulations (3 tools)

ToolDescription
regulation_checkCheck Japan business regulations — licenses, governing bodies, penalties, costs, timelines for 10 industries
regulation_industriesList all 10 regulated industries with their requirements
regulation_touristTourist/visitor regulation categories (visa, tax-free, transport, accommodation, medical, manners)

Protocols (2 tools)

ToolDescription
protocol_checkSearch Japanese business protocols — nemawashi, ringi, hourensou, meishi exchange, seating order, gift-giving
protocol_listList all business protocols with importance levels

Calendar (2 tools)

ToolDescription
calendar_checkSearch Japan business calendar — fiscal year, holidays, gift seasons, deadlines, seasonal patterns
calendar_listList all calendar categories

Regional (2 tools)

ToolDescription
regional_checkSearch regional business differences — city characteristics, subsidies, local regulations, business customs
regional_listList all regional categories

Organization (2 tools)

ToolDescription
organization_checkSearch organizational structures — keiretsu, corporate hierarchy, payment customs, contract practices
organization_listList all organization categories

Foreign Entry (2 tools)

ToolDescription
foreign_entry_checkJapan market entry guides — incorporation (KK/GK), management visa, bank account, real estate, tax registration, employee hiring (labor law, dismissal rules)
foreign_entry_listList all foreign entry categories

Travel (2 tools)

ToolDescription
travel_searchSearch Japan travel knowledge — shinkansen, IC cards, ryokan etiquette, tipping culture
travel_listList all travel topics

Entertainment (2 tools)

ToolDescription
entertainment_searchSearch Japan entertainment — oshi-katsu fan culture, anime pilgrimage, live events, seasonal festivals
entertainment_listList all entertainment topics

Daily Life (2 tools)

ToolDescription
daily_life_searchSearch daily life in Japan — postal/address system, garbage sorting, utilities, healthcare/insurance
daily_life_listList all daily life topics

Language (2 tools)

ToolDescription
language_searchSearch Japanese language structures — keigo system, counter words (josushi), name patterns, business templates
language_listList all language topics

Food Culture (2 tools)

ToolDescription
food_searchSearch Japan food culture — dining etiquette, cuisine types, restaurant navigation, dietary restrictions (halal, vegetarian)
food_listList all food culture topics

Disaster & Safety (2 tools)

ToolDescription
disaster_searchSearch disaster/safety knowledge — earthquake shindo scale, typhoon warnings, emergency contacts (110/119), disaster preparedness
disaster_listList all disaster & safety topics

Cross-Domain (1 tool)

ToolDescription
searchCross-domain search across all 20 knowledge domains simultaneously — one query returns matches from all domains

Prompt Templates

PromptDescription
japan_business_briefingGenerate a comprehensive Japan business briefing for a specific industry
japan_travel_guideGenerate a practical travel guide for a specific Japan destination

Resources

ResourceDescription
edition://domainsList of all 20 knowledge domains with descriptions and endpoint information
edition://qualityTrust Anchor quality scores for each domain — verified data coverage metrics

Architecture

EDITION uses a three-layer knowledge architecture:

  • Rules — Official regulations, procedures, and requirements
  • Context — Unwritten rules, cultural "why", and implicit expectations
  • Experience — How to turn correct execution into relationship-building moments

API

License

MIT

Keywords

mcp

FAQs

Package last updated on 12 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts