e Stat MCP Server
@cygkichi
关于 e Stat MCP Server
日本の政府統計ポータルサイト「e-Stat」のAPIにアクセスするための機能。 The Japanese government's statistical portal site "e-Stat" API
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"e-stat": {
"command": "uv",
"args": [
"--directory",
"/path/to/estat-mcp-server",
"run",
"server.py"
],
"env": {
"E_STAT_APP_ID": "YOUR_E_STAT_APP_ID"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is e Stat MCP Server?
It is a Model Context Protocol (MCP) server that provides access to the e-Stat API, the Japanese government statistics portal. It enables language models to search, retrieve metadata, and fetch statistical data from official Japanese statistics.
How to use e Stat MCP Server?
Obtain an e-Stat API application ID from the e-Stat API site. Then configure the server in your MCP client (e.g., Claude Desktop) using either a local uv command with a path to the server files, or the uvx command for the published package. Set the E_STAT_APP_ID environment variable to your API ID.
Key features of e Stat MCP Server?
- search_e_stat_tables: Search statistical tables by keyword and survey year.
- get_e_stat_meta_info: Retrieve metadata for a given statistical table ID.
- get_specific_e_stat_data: Fetch statistical data by table ID or dataset ID.
- get_e_stat_ref_dataset: Reference dataset filtering conditions and related info.
- get_e_stat_data_catalog: Get information on statistical table files and databases.
Use cases of e Stat MCP Server?
- Search for 2023 Tokyo population statistics.
- Retrieve data on ice cream demand.
- Compare aging rates across prefectures.
FAQ from e Stat MCP Server
How do I get an e-Stat API application ID?
Register on the e-Stat API site, agree to the terms of service, and obtain an application ID.
What tools does the server provide?
Five tools: search_e_stat_tables, get_e_stat_meta_info, get_specific_e_stat_data, get_e_stat_ref_dataset, and get_e_stat_data_catalog.
What kind of queries can I ask?
Example queries: “Search for 2023 Tokyo population statistics”, “Get statistics on ice cream demand”, “Compare aging rates by prefecture”.
How is the server configured for Claude Desktop?
Add a JSON block to the MCP config file (macOS: ~/Library/Application Support/Claude/claude_desktop_config.json; Windows: %APPDATA%/Claude/claude_desktop_config.json) with the appropriate command and E_STAT_APP_ID environment variable.
What license does the server use?
MIT License. See the LICENSE file for details.
其他 分类下的更多 MCP 服务器
ghidraMCP
LaurieWiredMCP Server for Ghidra
Codelf
unbugA search tool helps dev to solve the naming things problem.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
评论