VOOZH about

URL: https://apify.com/aulvem/egov-mcp-apify

โ‡ฑ Japan Legal Corpus (e-Gov) MCP Server ยท Apify


๐Ÿ‘ Japan Legal Corpus (e-Gov) MCP Server avatar

Japan Legal Corpus (e-Gov) MCP Server

Pricing

from $0.01 / 1,000 results

Go to Apify Store

Japan Legal Corpus (e-Gov) MCP Server

Pay-per-call MCP server giving AI agents structured access to Japan's official legal corpus from e-Gov (Acts, Cabinet Orders, Ministerial Ordinances). Article-level retrieval, revision diffs, and full source attribution in LLM-optimized JSON. Information retrieval only โ€” not legal advice.

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Aulvem

Aulvem

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

2 months ago

Last modified

Share

A pay-per-call MCP server giving AI agents structured access to Japan's official legal corpus from e-Gov โ€” Acts, Cabinet Orders, and Ministerial Ordinances. Article-level retrieval, revision diffs, and full source attribution in LLM-optimized JSON.

โš–๏ธ Information retrieval only โ€” not legal advice. This server returns text from the official e-Gov legal corpus. It does not interpret, summarize, or provide legal opinions. Always consult a qualified Japanese legal professional for advice on a specific matter.

What does this Actor do?

It exposes the Japanese government's legal corpus as five typed MCP tools so AI agents can look up statutes the same way they call any other tool. Behind the proxy is a Cloudflare Workers MCP server with KV-cached law data sourced from e-Gov; this Actor wraps that endpoint with Apify's pay-per-event billing, OAuth, and standby hosting so MCP clients can authenticate with their existing Apify token.

Why use this Actor?

  • Compliance & due diligence โ€” pull primary-source statute text into research workflows with citation URLs preserved
  • Legal research agents โ€” let an LLM resolve "which Article of the ๅŠดๅƒๅŸบๆบ–ๆณ• covers overtime pay?" in one tool call
  • Revision tracking โ€” diff two revisions of the same law to surface changes between effective dates
  • Multi-language โ€” Japanese law text with English-friendly tool descriptions
  • Sub-second โ€” most queries complete inside the model's tool-call budget instead of stalling generation

Source-of-truth: every response carries the e-Gov publication metadata and the canonical laws.e-gov.go.jp URL.

Tools

ToolWhat it does
search_lawKeyword search across Acts / Cabinet Orders / Ministerial Ordinances (Japanese or English keywords). Returns ranked law IDs and titles.
get_articleFetch a specific article (ๆก) from a law by ID + article number. Returns full text plus structural context (chapter / section).
list_categoriesEnumerate law categories (e.g., ๆ†ฒๆณ•, ๆฐ‘ไบ‹, ๅˆ‘ไบ‹, ๅŠดๅƒ, ็จŽ). Useful for narrowing search scope.
get_law_metadataEnactment date, last revision, promulgation number, competent ministry, current effective status.
compare_revisionsDiff two revisions of the same law/article and return added/removed/modified passages.

Performance

  • p50: 196 ms warm (KV-cache hit on the upstream Worker)
  • p95: < 1 s cold (cache miss โ€” full e-Gov fetch + parse)

These are upstream-Worker numbers. Apify standby adds a ~50 ms proxy hop and an additional cold-start delay if the Actor has been idle.

Pricing

Pay Per Event: $0.018 per tool call. initialize, tools/list, and notifications are free. Only successful tools/call invocations are billed โ€” JSON-RPC errors and isError: true responses are not charged.

Cost estimation

A typical legal research session runs ~10โ€“30 tool calls (search โ†’ metadata โ†’ article โ†’ compare). At $0.018/call that's roughly $0.18โ€“$0.54 per session. Bulk corpus extraction is also viable: 1,000 article fetches โ‰ˆ $18.

How to connect

Once the Actor is running in Standby mode, point any MCP-capable client at:

https://aulvem--egov-mcp-apify.apify.actor/mcp

with Authorization: Bearer <YOUR_APIFY_API_TOKEN> so Apify can meter and bill per call.

Example: Claude Desktop config

{
"mcpServers":{
"egov":{
"command":"npx",
"args":[
"mcp-remote",
"https://aulvem--egov-mcp-apify.apify.actor/mcp",
"--header",
"Authorization: Bearer ${APIFY_API_TOKEN}"
],
"env":{"APIFY_API_TOKEN":"<YOUR_APIFY_API_TOKEN>"}
}
}
}

Input

This Actor runs in Standby mode โ€” there is no input form. Send JSON-RPC over HTTP to /mcp instead of starting a run with input.

Output

Tool responses are LLM-optimized JSON. Example for get_article:

{
"lawId":"322AC0000000049",
"lawTitle":"ๅŠดๅƒๅŸบๆบ–ๆณ•",
"lawTitleEn":"Labor Standards Act",
"article":{
"number":"37",
"title":"ๆ™‚้–“ๅค–ใ€ไผ‘ๆ—ฅๅŠใณๆทฑๅคœใฎๅ‰ฒๅข—่ณƒ้‡‘",
"text":"ไฝฟ็”จ่€…ใŒใ€็ฌฌไธ‰ๅไธ‰ๆกๅˆใฏๅ‰ๆก็ฌฌไธ€้ …ใฎ่ฆๅฎšใซใ‚ˆใ‚ŠๅŠดๅƒๆ™‚้–“ใ‚’ๅปถ้•ทใ—ใ€ๅˆใฏไผ‘ๆ—ฅใซๅŠดๅƒใ•ใ›ใŸๅ ดๅˆใซใŠใ„ใฆใฏโ€ฆ",
"chapter":"็ฌฌๅ››็ซ  ๅŠดๅƒๆ™‚้–“ใ€ไผ‘ๆ†ฉใ€ไผ‘ๆ—ฅๅŠใณๅนดๆฌกๆœ‰็ตฆไผ‘ๆš‡"
},
"revision":{
"effectiveFrom":"2023-04-01",
"promulgationNumber":"ไปคๅ’ŒXๅนดๆณ•ๅพ‹็ฌฌYๅท"
},
"source":{
"publisher":"e-Gov",
"url":"https://laws.e-gov.go.jp/law/322AC0000000049"
}
}

You can download the dataset in various formats such as JSON, HTML, CSV, or Excel.

Data fields (article responses)

FieldTypeDescription
lawIdstringCanonical e-Gov law ID
lawTitlestringOfficial Japanese title
lawTitleEnstringEnglish title (when published by e-Gov)
article.numberstringArticle number (ๆก)
article.titlestringArticle heading
article.textstringFull article body
article.chapterstringContaining chapter / section path
revision.effectiveFromstringISO date the current text became effective
revision.promulgationNumberstringPromulgation reference (ๆณ•ไปค็•ชๅท)
source.urlstringCitation URL on laws.e-gov.go.jp

Companion server: Japan Statistics (e-Stat)

Pair this with the Japan Statistics (e-Stat) MCP Server for quantitative data โ€” labor force, prices, population. Common workflows combine the two: pull the relevant statute via this Actor, then pull supporting time-series data from e-Stat.

FAQ

Is this legal advice? No. Information retrieval only. The text is sourced from e-Gov; interpretation is up to a qualified attorney.

Is the data current? Revisions are pulled from e-Gov. The upstream Worker refreshes its cache regularly, but for time-critical filings always verify against laws.e-gov.go.jp directly using the citation URL in the response.

Affiliation? Unofficial. Not affiliated with the Government of Japan, e-Gov, the Ministry of Justice, or Anthropic.

English coverage? e-Gov publishes English translations for selected major laws. lawTitleEn and English article text are returned when available; otherwise Japanese only.

Support / feedback? Open an issue on the Actor's Issues tab.

You might also like

โš–๏ธ Legal & IP Intelligence MCP

nexgendata/legal-mcp-server

MCP server for AI agents to search public court records. Connect Claude, GPT or any AI to legal databases. 1 tool for legal research & due diligence.

INPI MCP Server - French Company Legal + Patent Data

dltik/mcp-server-inpi

Apify-hosted MCP server with 6 tools for AI agents: French company legal data (RNE/SIREN, legal form, officers) and INPI/EPO patents by company, applicant or keyword. Free official French gov APIs, no key, $0.01 per tool call.

Japan e-Gov Laws Scraper

jungle_synthesizer/elaws-egov-japan-laws-scraper

Extract 9,000+ Japanese statutes from the e-Gov Law Search API. Get law titles, numbers, categories, repeal status, and amendment history. Full-text mode fetches complete law body text with articles and paragraphs. Covers Constitution, Acts, Cabinet Orders, Ordinances, and Rules.

๐Ÿ‘ User avatar

BowTiedRaccoon

2

Knowledge Intelligence Engine โ€” Website to Markdown for RAG

ryanclinton/website-content-to-markdown

Turn any website, documentation site or help centre into a retrieval-ready knowledge corpus for RAG and AI search. Clean Markdown plus chunks, change detection, deduplication, retrieval scoring, version awareness and a full corpus audit, in one run.

17

MCP Server: Rss

dltik/mcp-server-rss

MCP Server: Rss: an MCP server exposing 4 tools for AI agents. HTTP-only, no API key. Pay $0.005/tool-call.

Japan Legal & IP Data API

lentic_clockss/japan-legal-search

Searches Japanese legal databases via SIP API covering e-Gov law datasets and IP High Court English portal links.

Excel Mcp Server

lovely_radiologist/excel-mcp-server

Related articles

Best MCP servers for developers
Read more
Build and deploy MCP servers in minutes with a TypeScript template
Read more