← sacsetlist.com

INDIVIDUAL MCP TOOL

get_venue

Look up a Sac Setlist venue profile by slug: address/neighborhood, links, and its next 10 published upcoming events.

sacsetlist.comnone authenticationAvailability not checked

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 endpoint

sacsetlist.com

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.sacsetlist-com]
url = "https://sacsetlist.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "sacsetlist-com": {
      "type": "http",
      "url": "https://sacsetlist.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: sacsetlist-com
Remote MCP URL: https://sacsetlist.com/api/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": {
    "sacsetlist-com": {
      "url": "https://sacsetlist.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "sacsetlist-com": {
      "type": "http",
      "url": "https://sacsetlist.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "sacsetlist-com",
  "transport": "streamable-http",
  "url": "https://sacsetlist.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_events — Search published, upcoming Sacramento live-music events on Sac Setlist.
  • get_artist — Look up a Sac Setlist artist profile by slug: name, genres, links, upcoming events, and recent published coverage.
  • get_press_kit — Look up a published Sac Setlist artist press kit by slug, or a draft only when its view_token is provided.
  • search_archive — Search Sac Setlist's published stories and The Archive (verified wiki entries) by title text.
  • get_open_mics — List active Sacramento open mic nights, optionally filtered to one day of the week.