← pifini.net

INDIVIDUAL MCP TOOL

create_ticket_checkout

Create a secure Stripe-hosted payment link for event tickets.

pifini.netnone authenticationAvailability not checked

LIVE ENDPOINT

https://pifini.net/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for create_ticket_checkout and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.
  • A tool name or description suggests a financial action.

Parent server

pifini.net

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.pifini]
url = "https://pifini.net/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "pifini": {
      "type": "http",
      "url": "https://pifini.net/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: pifini
Remote MCP URL: https://pifini.net/api/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": {
    "pifini": {
      "url": "https://pifini.net/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "pifini": {
      "type": "http",
      "url": "https://pifini.net/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "pifini",
  "transport": "streamable-http",
  "url": "https://pifini.net/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_events — Search upcoming events (festivals, carnivals, concerts, food + cultural events) across the Caribbean, Latin America, and beyond.
  • get_event — Full details for one event by slug: description, venue, date/time, and available ticket types with prices and remaining stock.
  • search_places — Search Pifini's places directory across the Caribbean and Latin America — restaurants, bars, beaches, attractions, venues, hotels, tour operators, professionals, and services.
  • get_place — Full details for one place by slug, including its most recent published reviews if any exist.
  • list_categories — Discover valid category values for search_places.