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: Datos.gob.es-MCP
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.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables natural language search and retrieval of data from Japan's Ministry of Land, Infrastructure, Transport and Tourism (MLIT) Data Platform, including location-based queries, attribute filtering, and data visualization capabilities.Last updated18MIT
- AlicenseAqualityCmaintenanceEnables querying and analyzing over 90,000 public datasets from the Spanish Government Open Data Portal (datos.gob.es) using natural language, with tools for search, filtering, metadata access, and SPARQL queries.Last updated105MIT
- Alicense-qualityCmaintenanceEnables querying NYC Open Data datasets using natural language, with tools to search datasets, run SoQL queries, and retrieve metadata, all without an API key.Last updated26MIT
- Alicense-qualityCmaintenanceEnables AI agents to search and query Nantes Métropole open data datasets (mobility, urban services, environment, geography) using natural language and SQL-like filters.Last updated29MIT
Related MCP Connectors
Query PostgreSQL databases in plain English — LLM-generated, safety-validated SQL.
Provide real-time data querying and visualization by integrating Tako with your agents. Generate o…
Search and query government open-data portals (Socrata SODA API).
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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