← Registry

Analytics

lunenburgbudgetproject.org

Provides a queryable interface to explore datasets, search town meeting documents, and analyze budget history with SQL examples and data details.

1 endpoint8 known toolsFirst detected September 6, 2026Last detected September 6, 2026

ENDPOINT 1

https://lunenburgbudgetproject.org/mcp

No auth detected

MCP server metadata

Name
lunenburg-budget
Version
1.0.0
Capabilities
tools.listChanged

Known tools 8

list_datasets

Every dataset in the archive, with THE YEARS EACH COVERS, its row count and its size.

Inferred read-only
read_first

The grain of every table and the specific ways to get a confident wrong answer out of this data.

Inferred read-only
worked_examples

107 questions this archive can answer, each with the SQL that answers it.

Inferred read-only
search_meetings

Which of the 1,422 published town meeting documents contain a word — every board, 2025 onward.

Inferred read-only
budget_history

What a school budget line was in each year, AT ONE STAGE.

Inferred read-only
staff

How many people the town PRINTED on a school staff roster, by year, school and kind of job.

Inferred read-only
document

Where 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-only
query

Any question the other tools do not cover, as one read-only SQL statement over the archive database.

Inferred read-only

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.