INDIVIDUAL MCP TOOL
list_recent_meetings
Browse meetings newest-first, optionally filtered by government, type, topic, or date.
LIVE ENDPOINT
https://api.openpublica.com/mcp
Connect to this endpoint to inspect the live schema for list_recent_meetings and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
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.openpublica]
url = "https://api.openpublica.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"openpublica": {
"type": "http",
"url": "https://api.openpublica.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: openpublica
Remote MCP URL: https://api.openpublica.com/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": {
"openpublica": {
"url": "https://api.openpublica.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"openpublica": {
"type": "http",
"url": "https://api.openpublica.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "openpublica",
"transport": "streamable-http",
"url": "https://api.openpublica.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_meetings_semantic— Search OpenPublica meeting summaries by meaning, exact terms, or both.get_meeting— Get a single meeting's full AI summary, topics, and attendees.search_meeting_transcript— Find exact quotes/passages inside one meeting's transcript.find_local_governments— Discover which governments OpenPublica tracks near a coordinate.find_governments_by_name— Resolve a place *name* to the governments OpenPublica tracks there.find_governments_by_zip— Resolve a ZIP code to nearby tracked governments.get_government_info— Get a tracked government's profile: name, location, and meeting categories.get_government_stats— Get meeting-activity stats for a government over a recent window.