mcp-cps-data MCP server
@mdagost
About mcp-cps-data MCP server
MCP Server for locally hosted data on Chicago Public Schools
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-cps-data": {
"command": "npx",
"args": [
"@modelcontextprotocol/inspector",
"uv",
"--directory",
"/path/to/mcp-cps-data",
"run",
"mcp-cps-data",
"--sqlite-path",
"/path/to/cps_crawler.db",
"--lancedb-path",
"/path/to/embeddings.lancedb"
]
}
}
}Tools
2Excecute a SELECT query on a table of Chicago public schools and their neighborhoods called "schooltoneighborhood" with the following schema: (id INTEGER NOT NULL, created_at DATETIME NOT NULL, school_id INTEGER NOT NULL, school_name VARCHAR NOT NULL, neighborhood VARCHAR NOT NULL, PRIMARY KEY (id)).
Query a database of Chicago public school websites for context relevant to answering a given question.
Overview
What is mcp-cps-data MCP server?
It is an MCP server that
More Data & Analytics MCP servers
MCP Simple PubMed
andybrandtMCP server for searching and querying PubMed medical papers/research database
PubMed Analysis MCP Server
DarkroasterA PubMed MCP server.
πͺβ¨ Jupyter MCP Server
datalayerπͺ π§ Model Context Protocol (MCP) Server for Jupyter.
π Semantic Scholar MCP Server
JackKuo666π This project implements a Model Context Protocol (MCP) server for interacting with the Semantic Scholar API. It provides tools for searching papers, retrieving paper and author details, and fetching citations and references.
ArXiv MCP Server
blazickjpA Model Context Protocol server for searching and analyzing arXiv papers
Comments