Meet Fini.
Pifini's catalog — real events, real reviews, real ticketing — available to every AI agent through the Model Context Protocol. If your agent plans trips, recommends restaurants, or books nights out anywhere in the Caribbean or Latin America, it should be talking to Fini.
Endpoint
https://pifini.net/api/mcpStreamable HTTP transport, stateless, JSON-RPC 2.0. No SDK required. During our private preview a bearer token may be required — contact us for access.
Connect from Claude
{
"mcpServers": {
"pifini": {
"type": "http",
"url": "https://pifini.net/api/mcp"
}
}
}Works with Claude Desktop, Claude Code, and any MCP-compatible agent framework.
Try it now
A real Barbados event on the live catalog, safe to query right away — no auth needed for read tools:
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "get_event",
"arguments": { "slug": "crop-over-foreday-morning-bridgetown-bb" }
}
}Ticket checkout currently runs on Stripe's test mode while we finish onboarding live payments — create_ticket_checkout works end-to-end today with Stripe's test card 4242 4242 4242 4242 (any future expiry, any CVC). No real charge happens. This is the safest possible way to build and test your integration before we flip to live money.
What Fini can do
search_eventsFind upcoming festivals, carnivals, concerts, and cultural events by query, country, or city.
get_eventFull event details, including live ticket types, prices, and remaining stock.
search_placesSearch reviewed restaurants, bars, beaches, venues, hotels, tour operators, professionals, and services — filterable by rating.
get_placePlace details plus its most recent verified reviews.
create_ticket_checkoutGenerate a secure Stripe-hosted payment link for tickets. The human pays; QR-coded tickets are emailed automatically.
Ground rules
- Humans pay, not agents. Checkout links go to Stripe's hosted page — we never accept card details from an agent.
- Sponsored means sponsored. Paid placements carry an explicit
is_sponsoredflag so your agent can disclose them — the same honesty we show human visitors. - Free to build on. Read access is free. Ticket purchases carry the same standard platform fee as on-site sales — nothing extra for coming through an agent.
Building something with Fini?
Travel agents, concierge bots, trip planners — we want to know what you need. Tell us and we'll prioritise it.
Get in touch →