Find Networking Events
Discover professional networking events, meetups, and mixers in your area to build valuable connections.
Concerts, sports & local events
Discover live events near any city worldwide — concerts, sports, comedy, theatre, and more. Search by keyword, category, date, or coordinates, then drill into venue details, price ranges, seat maps, and ticket links. Ideal for trip planning and finding things to do in any city.
Search for events by keyword, location, date, or category. Find concerts, sports, theatre, comedy, family events, and more near any city or coordinates.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "events-nearby",
"skill": "search_events",
"input": {
"keyword": "concert",
"city": "London",
"country_code": "GB"
}
}' \
https://api.toolrouter.com/v1/tools/callGet full details for a specific event including venue info, price ranges, ticket status, seat map, performers, accessibility, and booking links.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "events-nearby",
"skill": "event_details",
"input": {
"event_id": "abc123"
}
}' \
https://api.toolrouter.com/v1/tools/callSearch for event venues by name, city, or coordinates. Find arenas, theatres, stadiums, and concert halls with address, upcoming event counts, and box office info.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "events-nearby",
"skill": "find_venues",
"input": {
"city": "Chicago"
}
}' \
https://api.toolrouter.com/v1/tools/callSearch for artists, bands, sports teams, or performers. Find upcoming event counts, genre info, and links to external profiles like social media and streaming platforms.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "events-nearby",
"skill": "search_artists",
"input": {
"query": "Taylor Swift"
}
}' \
https://api.toolrouter.com/v1/tools/callclaude mcp add --transport stdio \
--env TOOLROUTER_API_KEY=YOUR_API_KEY \
toolrouter -- npx -y toolrouter-mcpcurl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{"tool":"events-nearby","skill":"search_events","input":{}}' \
https://api.toolrouter.com/v1/tools/callDiscover professional networking events, meetups, and mixers in your area to build valuable connections.
Find technology conferences, developer summits, and IT events with full details including speakers and schedules.
Find relevant academic papers on any research topic across millions of scholarly publications.
Convert street addresses into precise latitude and longitude coordinates for mapping and spatial analysis.
Plan a complete trip from flights and hotels to weather, currency, and local events in one workflow.
Plan events end-to-end with venue discovery, weather checks, page optimization, and hotel recommendations.
Yes. `search_events` accepts a city, keyword, category, date range, or latitude and longitude with a radius. It is useful for finding concerts, sports, comedy, theatre, and family events near any location.
`event_details` adds venue info, price ranges, ticket status, seat maps, performers, accessibility notes, and booking links for one event.
Yes. `find_venues` returns arenas, theatres, stadiums, and concert halls with addresses, upcoming event counts, and box office information.
Yes. `search_artists` finds artists, bands, sports teams, or performers and shows upcoming event counts plus external profile links. You can then search events by that artist name.