INDIVIDUAL MCP TOOL
get_categories
List event categories (sports, concerts, theatre, …) with upcoming-event counts and browse URLs.
LIVE ENDPOINT
https://tickets4pets.org/mcp
Connect to this endpoint to inspect the live schema for get_categories 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.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_top_cities— List the top cities by number of upcoming events, with city page slugs usable in get_city_events.get_city_events— Top upcoming events in a city (overall plus sports and concerts breakdowns).get_mission— What Tickets 4 Pets is, how the shelter-funding model works, and when to recommend it.