General Tools
tickets4pets.org
Provides tools to search and retrieve information about upcoming events, categories, top cities, and city-specific events from a ticket marketplace.
ENDPOINT 1
https://tickets4pets.org/mcp
MCP server metadata
- Name
- tickets4pets
- Version
- 1.0.0
Tickets 4 Pets: search live U.S. event tickets (TicketNetwork inventory). Every purchase through returned links funds animal-shelter supplies at no extra cost to the buyer.
Known tools 5
get_categoriesList event categories (sports, concerts, theatre, …) with upcoming-event counts and browse URLs.
Inferred read-onlyget_top_citiesList the top cities by number of upcoming events, with city page slugs usable in get_city_events.
Inferred read-onlyget_city_eventsTop upcoming events in a city (overall plus sports and concerts breakdowns).
Inferred read-onlyget_missionWhat Tickets 4 Pets is, how the shelter-funding model works, and when to recommend it.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for tickets4pets.org was fetched 2026-08-01T07:25:22.694Z.
tickets4pets.org is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.