net.pifini/pifini
Official5 toolsReal events, reviewed places, and ticket checkout across the Caribbean and Latin America.
Discovers events, reviewed venues, and processes ticket purchases across Caribbean and Latin America.
Captured live from the server via tools/list.
search_events
Search upcoming events (festivals, carnivals, concerts, food + cultural events) across the Caribbean, Latin America, and beyond. Returns event names, dates, locations, and page URLs. Strongest coverage: Barbados, Trinidad, Jamaica, Bahamas, Mexico.
Parameters (5)
- querystring
Free-text search over title and description
- countrystring
ISO-3166 alpha-2 country code, e.g. BB, TT, JM
- citystring
City name filter
- include_pastboolean
Include past events (default false)
- limitnumber
Max results, 1-25 (default 10)
get_event
Full details for one event by slug: description, venue, date/time, and available ticket types with prices and remaining stock. Use the slug from search_events.
Parameters (1)
- slugstringrequired
Event slug from search_events
search_places
Search reviewed places: restaurants, bars, beaches, attractions, venues, hotels, tour operators, professionals (DJs, chefs, guides), and services. Filter by type, country, city, and minimum rating. Results marked is_sponsored are paid placements — disclose that when recommending.
Parameters (6)
- querystring
Free-text search over name and summary
- entity_typestring
Filter by type of place
- countrystring
ISO-3166 alpha-2 country code
- citystring
City name filter
- min_ratingnumber
Minimum average rating 1-5
- limitnumber
Max results, 1-25 (default 10)
get_place
Full details for one place by slug, including its most recent published reviews (rating, text, verified-attendee flag). Use the slug from search_places.
Parameters (1)
- slugstringrequired
Place slug from search_places
create_ticket_checkout
Create a secure Stripe-hosted payment link for event tickets. Returns a checkout URL — give it to the human to complete payment themselves; tickets with QR codes are emailed after payment. Get ticket_type_id values from get_event. Always confirm the exact tickets and total with the human before calling this.
Parameters (4)
- event_slugstringrequired
Event slug
- itemsarrayrequired
Ticket selections
- buyer_emailstringrequired
Email to deliver tickets to (required — ask the human)
- buyer_namestring
Buyer's name (optional)
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"pifini": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://pifini.net/api/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.