utsunomiya-mcp-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@utsunomiya-mcp-servershow me the schema for the population dataset"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Utsunomiya Open Data MCP Server
This is an MCP (Model Context Protocol) server that provides access to Utsunomiya city's open data through natural language queries.
Features
List available datasets from Utsunomiya city
Get schema information for specific datasets
Query dataset contents with filtering
Statistical analysis of dataset values
Caching for improved performance
Related MCP server: MLIT Data Platform MCP Server
Setup
Install via pip:
pip install utsunomiya-mcp-serverRun directly:
utsunomiya-mcp
Usage with Claude Desktop
Add the following configuration to your claude_desktop_config.json:
{
"mcpServers": {
"utsunomiya-open-data": {
"command": "uvx",
"args": [
"--from",
"utsunomiya-mcp-server",
"utsunomiya-mcp"
]
}
}
}Or if you installed it via pip in a specific environment:
{
"mcpServers": {
"utsunomiya-open-data": {
"command": "utsunomiya-mcp",
"args": []
}
}
}Usage
The server provides several tools for interacting with Utsunomiya's open data:
list_datasets: Get available datasetsget_dataset_schema: Get schema information for a datasetquery_dataset: Query dataset contentsanalyze_dataset: Get statistical analysis of a dataset
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/takurot/utsunomiya-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server