mcp-cps-data MCP server
@mdagost
mcp-cps-data MCP server について
MCP Server for locally hosted data on Chicago Public Schools
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"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"
]
}
}
}ツール
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.
概要
What is mcp-cps-data MCP server?
It is an MCP server that
「データと分析」の他のコンテンツ
ArXiv MCP Server
blazickjpA Model Context Protocol server for searching and analyzing arXiv papers
🪐✨ Jupyter MCP Server
datalayer🪐 🔧 Model Context Protocol (MCP) Server for Jupyter.
Web3 Research MCP
aaronjmarsDeep Research for crypto - free & fully local
MCP Simple PubMed
andybrandtMCP server for searching and querying PubMed medical papers/research database
Google Analytics MCP Server
surendranbGoogle Analytics 4 data to AI agents, agentic workflows, and MCP clients. Give agents analysis-ready access to website traffic, user behavior, and performance data with schema discovery, server-side aggregation, and safe defaults that reduce data wrangling.
コメント