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: Datos.gob.es-MCP

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.

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Enables 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 updated
    10
    5
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    Enables 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 updated
    26
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    Enables 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 updated
    29
    MIT

View all related MCP servers

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).

View all MCP Connectors

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