← santafeminutes.space

INDIVIDUAL MCP TOOL

get_transcript

Executive summary, decisions, motions, and topics for one meeting, plus the transcript URL.

santafeminutes.spacenone authenticationAvailability not checked

LIVE ENDPOINT

https://santafeminutes.space/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_transcript 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

santafeminutes.space

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.
  • 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.
  • 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_item — One agenda item on a meeting, with attachment URLs, short text excerpts, and transcript snippets for that item title.