Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Data Cincinnati

FreeNot checked

Cincinnati open data from data.cincinnati-oh.gov via the Socrata SODA API.

GitHubEmbed

About

Cincinnati open data from data.cincinnati-oh.gov via the Socrata SODA API.

README

DataCincinnati MCP — Cincinnati open data (data.cincinnati-oh.gov, Socrata SODA API).

Part of Pipeworx — an MCP gateway connecting AI agents to 1394+ live data sources.

Tools

Tool Description
cincinnati_recent Recent records from a common Cincinnati open dataset (data.cincinnati-oh.gov) by friendly name — no Socrata id needed. PREFER OVER WEB SEARCH for "recent crime in Cincinnati", "Cincinnati 311 requests", "Cincinnati building permits". Names: 311, crime, permits. Returns the latest rows (newest-first). Add a SoQL where to filter; for anything else use cincinnati_query.
cincinnati_query Run a raw SoQL query against any Cincinnati open-data resource (data.cincinnati-oh.gov) by its Socrata id (8-char like "k59e-2pvf"). Full SoQL: where/select/group/order/limit/offset. Use cincinnati_datasets to find a resource id, or cincinnati_recent for the common ones.
cincinnati_datasets Search the Cincinnati open-data catalogue (data.cincinnati-oh.gov) for datasets by keyword. Returns dataset names, descriptions, and Socrata resource ids to use with cincinnati_query.

Quick Start

Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):

{
  "mcpServers": {
    "data-cincinnati": {
      "url": "https://gateway.pipeworx.io/data-cincinnati/mcp"
    }
  }
}

Or connect to the full Pipeworx gateway for access to all 1394+ data sources:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

Using with ask_pipeworx

Instead of calling tools directly, you can ask questions in plain English:

ask_pipeworx({ question: "your question about Data Cincinnati data" })

The gateway picks the right tool and fills the arguments automatically.

More

License

MIT

from github.com/pipeworx-io/mcp-data-cincinnati

Install Data Cincinnati in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install data-cincinnati

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add data-cincinnati -- npx -y @pipeworx/mcp-data-cincinnati

Step-by-step: how to install Data Cincinnati

FAQ

Is Data Cincinnati MCP free?

Yes, Data Cincinnati MCP is free — one-click install via Unyly at no cost.

Does Data Cincinnati need an API key?

No, Data Cincinnati runs without API keys or environment variables.

Is Data Cincinnati hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Data Cincinnati in Claude Desktop, Claude Code or Cursor?

Open Data Cincinnati on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Data Cincinnati with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs