Ekigraph
БесплатноНе проверенEnables AI assistants to answer questions about Japan's railway network with accurate track-connection data, including station neighbors and local subgraphs for
Описание
Enables AI assistants to answer questions about Japan's railway network with accurate track-connection data, including station neighbors and local subgraphs for all 9,043 stations nationwide.
README
English | 日本語
An MCP server that lets AI answer questions about Japan's railway network correctly. It gives the AI on-the-spot access to which stations are connected by track — all 9,043 stations nationwide.
Why I built this
When I'm heading out or planning a trip, I often want to know something about train stations. I could search for it, but that's a hassle — so I just ask an AI.
The problem: when the topic is trains, AI often lies without hesitation.
Here's a case that actually happened.
I asked an AI "which station is next to Shin-Shibaura?", and it replied:
Shin-Shibaura is a new station on the Tōkaidō Freight Line; the next stop is Hama-Kawasaki.
This is completely false. Shin-Shibaura is on the Tsurumi Line, and its neighbors are Asano and Umi-Shibaura.
The AI didn't say "I don't know." It fabricated an answer, nonexistent railway line included.
For major stations like Shinjuku or Shibuya, the answers are usually accurate. But for minor stations and local lines like this one, the odds of hallucination go up.
What you get
Connect ekigraph, and the AI answers from correct data instead of its own memory.
ekigraph is built on open data, so anyone can use it.
- 9,043 stations and 593 lines nationwide — from shinkansen to subways, local private railways, and trams
- The data comes from the Japanese government's official open data (MLIT National Land Numerical Information)
- It ships as a bundled 2 MB file — no API key, free, works offline
How to use
# Claude Code — one line
claude mcp add ekigraph -- uvx --from git+https://github.com/yataro-fujinaga/ekigraph ekigraph
For Claude Desktop or any other MCP client, add this to your config:
{ "ekigraph": { "command": "uvx", "args": ["--from", "git+https://github.com/yataro-fujinaga/ekigraph", "ekigraph"] } }
After that, just talk normally and the AI returns correct answers.
Even a casual question like "what was next to Urawa again?" gets a proper answer, backed by ekigraph.
Tools
neighbors(station)— returns the stations connected by track, with line namessubgraph(station, radius)— returns the raw track data around a station, as-is
Out of scope
- Timetables, fares, express-stop patterns, and delay information are not covered.
- ekigraph holds one thing only: how the tracks connect.
- Station aggregation (counting Shibuya's JR, Metro, Tokyu and Keio as one station) follows MLIT's official cross-operator station group codes.
About the data
- Source: National Land Numerical Information (Railway Data, N02-24) by MLIT Japan, processed and redistributed under the Government of Japan Standard Terms of Use v2.0 (CC BY 4.0 compatible)
- To rebuild it yourself:
uv run python etl/build_graph_n02.py(downloads the source data, derives the adjacency, and validates it — fully automatic)
License
Code: MIT. For the bundled data's attribution, see LICENSE.
Установить Ekigraph в Claude Desktop, Claude Code, Cursor
unyly install ekigraphСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add ekigraph -- uvx --from git+https://github.com/yataro-fujinaga/ekigraph ekigraphПошаговые гайды: как установить Ekigraph
FAQ
Ekigraph MCP бесплатный?
Да, Ekigraph MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Ekigraph?
Нет, Ekigraph работает без API-ключей и переменных окружения.
Ekigraph — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Ekigraph в Claude Desktop, Claude Code или Cursor?
Открой Ekigraph на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzMCP-Agent
A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)
автор: lastmile-aiSpring AI MCP Client
Provides auto-configuration for MCP client functionality in Spring Boot applications.
mcp.natoma.ai
A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)
MCPHub
Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.
MCP Servers Rating and User Reviews
Website to rate MCP servers, write authentic user reviews, and [search engine for agent & mcp](http://www.deepnlp.org/search/agent)
mkinf
An Open Source registry of hosted MCP Servers to accelerate AI agent workflows.
Compare Ekigraph with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
