Skip to main content
Glama
takurot

utsunomiya-mcp-server

by takurot

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

  1. Install via pip: pip install utsunomiya-mcp-server

  2. Run 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 datasets

  • get_dataset_schema: Get schema information for a dataset

  • query_dataset: Query dataset contents

  • analyze_dataset: Get statistical analysis of a dataset

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

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