townbrief
TownBrief MCP Server
Structured access to Massachusetts local government intelligence for AI assistants.
351 towns and cities. 14 counties. Meeting articles, transcripts, news roundups, bylaws, calendars, and 10+ years of historical archives — all from an automated journalism pipeline powered by The Wayland Post.
Quick Start
Claude Desktop / Claude Code
Add to your MCP config (claude_desktop_config.json):
{
"mcpServers": {
"townbrief": {
"url": "https://api.townbrief.com/sse",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}Cursor / Windsurf / any MCP client
Endpoint: https://api.townbrief.com/sse
Transport: SSE
Auth: Bearer tokenChatGPT
Use the TownBrief GPT — no setup required, OAuth handles auth.
Related MCP server: MunicipalMCP
Get an API Key
Enter your email
Your key is returned via the OAuth flow
Free tier includes discovery tools (list meetings, search, browse counties). Full content access (articles, transcripts, bylaws, archives) requires a paid subscription.
Tools (22)
Free Tier — Discovery & Browse
Tool | Description |
| Newest meetings across all committees for a town |
| Full-text search over article text |
| All 14 MA counties with their towns |
| Recent meetings across a county |
| Search across all towns in a county |
| Recent daily news roundup dates |
| Towns with bylaws indexed |
| Table of contents for a town's bylaws |
Paid Tier — Full Content
Tool | Description |
| AI-generated article + brief for a meeting |
| Full Whisper-generated meeting transcript |
| Daily news roundup (article + sources) |
| Multi-meeting overview for a committee |
| Upcoming town/arts/library events |
| Full-text search of town bylaws |
| Full chapter text |
| 6,000+ historical town documents (1985–present) |
| Full text of an archive document |
| Wayland private-well PFAS monitoring hub |
| 1,000+ published Wayland Post articles |
| Full text of a Wayland Post story |
| 5,500+ historical eNews posts (2013–2024) |
| Wayland Voters Network archive |
Parameters
meeting_id format
{Committee}/{YYYY-MM-DD}Example: Select Board/2026-06-29
town parameter
Lowercase slug: wayland, sudbury, cambridge, somerville, etc.
get_article — fields parameter
Comma-separated: article, article_plus, brief, headlines, review. Default: article,brief. Use all for everything.
get_transcript — max_chars parameter
Truncate transcript to N characters. Default: 20000 (~5000 words). Pass 0 for full text.
Pricing
Free tier: Discovery tools (list, search, browse) — unlimited
Paid tier: $8/month or $80/year — full content access
Usage billing: $0.02 per content API call (metered via Stripe, billed monthly)
Subscribe at wayland.ma.townbrief.com
Coverage
All 351 Massachusetts municipalities across all 14 counties:
Select Boards, Finance Committees, Planning Boards, Conservation Commissions, School Committees, ZBAs, and dozens of other boards
AI-generated articles and deep-read analyses from Whisper transcripts
Daily news roundups aggregating press releases, school news, public safety
Town bylaws (full-text search and chapter retrieval)
Town, arts, and library event calendars
County-level aggregation
REST API
OpenAPI spec: api.townbrief.com/actions/openapi.json
All tools are also available as REST endpoints at https://api.townbrief.com/api/{tool_name} with query parameters.
About
Built by The Wayland Post — an independent, AI-assisted local news organization covering Wayland, MA and expanding statewide.
The pipeline downloads government meeting videos, transcribes them locally with Whisper on GPU, generates AP-style articles via Claude, fetches agenda/packet/minutes PDFs, and produces daily news roundups — all automated, all available through this API.
License
API access is a paid service. The content is copyrighted by The Wayland Post. See Terms of Service.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/davevwatkins/townbrief-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server