search_stats
ActiveTool of mcp-estat-japan
declared in 0.1.0
Search e-Stat statistical tables. Returns IDs and names for tables matching the query. Use the IDs with get_data / get_metadata.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "失業率"
},
{
"lang": "E",
"limit": 10,
"query": "unemployment rate"
}
],
"required": [
"query"
],
"properties": {
"lang": {
"type": "string",
"description": "J (Japanese, default) | E (English)"
},
"limit": {
"type": "number",
"description": "1-100000 (default 20)"
},
"query": {
"type": "string",
"description": "Free-text (Japanese or English)"
},
"start_position": {
"type": "number",
"description": "1-based row offset (default 1)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-estat-japan
https://github.com/pipeworx-io/mcp-estat-japan
2/7 registries