mcp-cps-data

mcp-cps-data

3.2

If you are the rightful owner of mcp-cps-data and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcpreview.com.

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

The mcp-cps-data MCP server is designed to provide access to a local SQLite database and a LanceDB vector database containing information about Chicago Public Schools. This server facilitates the execution of queries on school data and neighborhood information, as well as accessing school websites for context relevant to specific questions. The server is particularly useful for developers and researchers who need to interact with educational data in a structured and efficient manner. By leveraging the Model Context Protocol (MCP), the server ensures seamless communication and data retrieval processes. The server is configured to run using the 'uv' command and can be integrated with various platforms, including Claude Desktop. Debugging is supported through the MCP Inspector, which provides a user-friendly interface for monitoring and troubleshooting server operations.

Features

  • Exposes a local SQLite database with Chicago Public Schools data.
  • Integrates with a LanceDB vector database for enhanced data retrieval.
  • Supports querying of school and neighborhood information.
  • Facilitates access to school websites for context-specific queries.
  • Compatible with various platforms, including Claude Desktop.

Tools

  1. query_schools_and_neighborhoods

    Execute a SELECT query on a table of Chicago public schools and their neighborhoods.

  2. query_school_websites

    Query a database of Chicago public school websites for context relevant to answering a given question.