Analytics
lunenburgbudgetproject.org
Provides a queryable interface to explore datasets, search town meeting documents, and analyze budget history with SQL examples and data details.
ENDPOINT 1
https://lunenburgbudgetproject.org/mcp
MCP server metadata
- Name
- lunenburg-budget
- Version
- 1.0.0
Known tools 8
list_datasetsEvery dataset in the archive, with THE YEARS EACH COVERS, its row count and its size.
Inferred read-onlyread_firstThe grain of every table and the specific ways to get a confident wrong answer out of this data.
Inferred read-onlyworked_examples107 questions this archive can answer, each with the SQL that answers it.
Inferred read-onlysearch_meetingsWhich of the 1,422 published town meeting documents contain a word — every board, 2025 onward.
Inferred read-onlystaffHow many people the town PRINTED on a school staff roster, by year, school and kind of job.
Inferred read-onlydocumentWhere a document came from: the publisher's URL, our copy, and its sha256 so a reader can check they have the same bytes.
Inferred read-onlyqueryAny question the other tools do not cover, as one read-only SQL statement over the archive database.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.lunenburg-budget]
url = "https://lunenburgbudgetproject.org/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"lunenburg-budget": {
"type": "http",
"url": "https://lunenburgbudgetproject.org/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: lunenburg-budget
Remote MCP URL: https://lunenburgbudgetproject.org/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"lunenburg-budget": {
"url": "https://lunenburgbudgetproject.org/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"lunenburg-budget": {
"type": "http",
"url": "https://lunenburgbudgetproject.org/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "lunenburg-budget",
"transport": "streamable-http",
"url": "https://lunenburgbudgetproject.org/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.