INDIVIDUAL MCP TOOL
list_meetings
List City of Santa Fe meetings in a date range of at most 366 days, optionally for one body such as Governing Body or Planning Commission.
LIVE ENDPOINT
https://santafeminutes.space/mcp
Connect to this endpoint to inspect the live schema for list_meetings and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
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.santa-fe-minutes]
url = "https://santafeminutes.space/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"santa-fe-minutes": {
"type": "http",
"url": "https://santafeminutes.space/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: santa-fe-minutes
Remote MCP URL: https://santafeminutes.space/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": {
"santa-fe-minutes": {
"url": "https://santafeminutes.space/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"santa-fe-minutes": {
"type": "http",
"url": "https://santafeminutes.space/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "santa-fe-minutes",
"transport": "streamable-http",
"url": "https://santafeminutes.space/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search— Search City of Santa Fe meetings, documents, and transcripts.get_meeting— Agenda, files, and attachment URLs for one meeting id.get_document— Metadata and a capped text extract for one agenda attachment id, plus the canonical document URL.get_transcript— Executive summary, decisions, motions, and topics for one meeting, plus the transcript URL.get_item— One agenda item on a meeting, with attachment URLs, short text excerpts, and transcript snippets for that item title.