mcp-cps-data

mcp-cps-data

0

The MCP CPS Data project is an MCP server designed to provide data from a local SQLite and LanceDB vector database focused on Chicago Public Schools. It offers tools to query school and neighborhood data as well as relevant school website information.

MCP CPS Data MCP Server

A MCP server project for exposing a local SQLite database and a local LanceDB vector database with information on Chicago Public Schools.

Components

Tools

The server includes:

  • query_schools_and_neighborhoods: Executes a SELECT query on a table of Chicago public schools and their neighborhoods.
  • query_school_websites: Queries a database of school websites for context to answer specific questions.

Configuration

Obtain the database files from the cps-childcare project.

Quickstart

The installation instructions provide configuration details for both MacOS and Windows.