← tickets4pets.org

INDIVIDUAL MCP TOOL

get_city_events

Top upcoming events in a city (overall plus sports and concerts breakdowns).

tickets4pets.orgnone authenticationAvailability not checked

LIVE ENDPOINT

https://tickets4pets.org/mcp

No auth detected

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

tickets4pets.org

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

.mcp.json

{
  "mcpServers": {
    "tickets4pets": {
      "type": "http",
      "url": "https://tickets4pets.org/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "tickets4pets": {
      "type": "http",
      "url": "https://tickets4pets.org/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "tickets4pets",
  "transport": "streamable-http",
  "url": "https://tickets4pets.org/mcp"
}
MCP Inspector

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

Related tools

  • search_events — Search ~190,000 upcoming U.S.
  • get_categories — List event categories (sports, concerts, theatre, …) with upcoming-event counts and browse URLs.
  • get_top_cities — List the top cities by number of upcoming events, with city page slugs usable in get_city_events.
  • get_mission — What Tickets 4 Pets is, how the shelter-funding model works, and when to recommend it.