Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

net.pifini/pifini

REMOTE · PIFINI.NET · SCANNED SEP 20

Real events, reviewed places, and ticket checkout across the Caribbean and Latin America.

Available components

0 this week 89 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security80
Transport & Reachability100
Schema Quality & AI Usability86
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1818 tokens (~113/item across 16 items; 6 tools + 10 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management100
  • No destabilizing schema changes in the last 30 days.Pass
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 6 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 8 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the net.pifini/pifini MCP server?

net.pifini/pifini is a hosted endpoint at https://pifini.net/api/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · pifini.net

# add to Claude Code
claude mcp add --transport http net-pifini-pifini 'https://pifini.net/api/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "net-pifini-pifini": {
      "url": "https://pifini.net/api/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "net-pifini-pifini": {
      "type": "http",
      "url": "https://pifini.net/api/mcp"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.net-pifini-pifini]
url = "https://pifini.net/api/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "net-pifini-pifini": {
      "type": "remote",
      "url": "https://pifini.net/api/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add net-pifini-pifini --url 'https://pifini.net/api/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  net-pifini-pifini:
    url: "https://pifini.net/api/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "net-pifini-pifini": {
      "Transport": "http",
      "Url": "https://pifini.net/api/mcp"
    }
  }
}
# add to Vellum
assistant mcp add net-pifini-pifini -t streamable-http -u 'https://pifini.net/api/mcp'
// mcp.json
{
  "mcpServers": {
    "net-pifini-pifini": {
      "type": "http",
      "url": "https://pifini.net/api/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 26 Aug 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 25 Aug 26 0
    • Stability: 0.97 → pass security
  • 24 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 14 Aug 26 0
    • The server rewrote its instructions, which are the text every model session reads security
    • Schema quality: pass → fail functional
    • Server version: 2.0.0 → 2.1.0 functional
    • “search_events” reworded the description of “starts_after” cosmetic
    • “search_events” reworded the description of “starts_before” cosmetic
  • 11 Aug 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 1 Aug 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 31 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 28 Jul 26 0
    • Authorization: unverified → partial security
    • The server rewrote its instructions, which are the text every model session reads security
    • Tool “get_place” rewrote its description, which is the text the model reads security
    • Tool “search_events” rewrote its description, which is the text the model reads security
    • Tool “search_places” rewrote its description, which is the text the model reads security
    • Schema quality: fail → pass functional
    • Tool “create_ticket_checkout” now declares an output schema functional
    • Tool “get_event” now declares an output schema functional
    • Tool “get_place” now declares an output schema functional
    • Tool “search_events” now declares an output schema functional
    • Tool “search_places” now declares an output schema functional
    • The server now declares the “prompts” capability functional
    • The server now declares the “resources” capability functional
    • First check of Schema quality: 100 functional
    • First check of Tool coverage: 100 functional
    • MCP protocol: Implements a current MCP spec version (2025-11-25). functional
    • New prompt “find_places” functional
    • New prompt “plan_trip” functional
    • New prompt “whats_on” functional
    • MCP protocol version: 2025-06-18 → 2025-11-25 functional
    • New resource “adventure-outdoor” functional
    • New resource “couples” functional
    • New resource “coverage” functional
    • New resource “family” functional
    • New resource “festival” functional
    • New resource “friends-group” functional
    • New resource “group” functional
    • New resource “safety-destination-basics” functional
    • New resource “solo-business” functional
    • New resource “solo-personal” functional
    • Server version: 1.0.0 → 2.0.0 functional
    • New tool “list_categories” functional
    • “search_events” added an optional parameter “category” cosmetic
    • “search_events” added an optional parameter “entry_model” cosmetic
    • “search_events” added an optional parameter “near_lat” cosmetic
    • “search_events” added an optional parameter “near_lng” cosmetic
    • “search_events” added an optional parameter “offset” cosmetic
    • “search_events” added an optional parameter “radius_km” cosmetic
    • “search_events” added an optional parameter “starts_after” cosmetic
    • “search_events” added an optional parameter “starts_before” cosmetic
    • “search_places” added an optional parameter “category” cosmetic
    • “search_places” added an optional parameter “near_lat” cosmetic
    • “search_places” added an optional parameter “near_lng” cosmetic
    • “search_places” added an optional parameter “offset” cosmetic
    • “search_places” added an optional parameter “radius_km” cosmetic
    • “search_events” reworded the description of “limit” cosmetic
    • “search_places” reworded the description of “entity_type” cosmetic
    • “search_places” reworded the description of “limit” cosmetic
    • “search_places” dropped the optional parameter “min_rating” cosmetic
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Probed https://pifini.net/api/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=pifini.net CN=YR1,O=Let's Encrypt,C=US 4 Sept 2026 3 Dec 2026 RSA 2048 SHA256-RSA 6786b37275a8fba64f91dbb39a35bccadde
SANs: pifini.net
CN=YR1,O=Let's Encrypt,C=US (CA) CN=Root YR,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 RSA 2048 SHA256-RSA a20253f15f2691c05dc1ce13b9bcca4e
CN=Root YR,O=ISRG,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 RSA 4096 SHA256-RSA f24b6d17f9d9ad7cb1c9fea78782699f

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of pifini.net. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
net. present 37331 13 Verified
pifini.net. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Header Value
strict-transport-security max-age=63072000
content-security-policy frame-ancestors 'self'; object-src 'none'; base-uri 'self'
x-content-type-options nosniff
x-frame-options SAMEORIGIN
referrer-policy strict-origin-when-cross-origin
permissions-policy camera=(), microphone=(), payment=()

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://pifini.net/api/mcp Verified 200
http (plaintext) http://pifini.net/api/mcp HTTPS enforced 308 https://pifini.net/api/mcp
MCP tools · 6 exposed · ~1,223 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
create_ticket_checkout ~119

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.

NameTypeReqDescription
buyer_emailstringyesEmail to deliver tickets to (required — ask the human)
buyer_namestringBuyer's name (optional)
event_slugstringyesEvent slug
itemsarrayyesTicket selections
NameTypeReqDescription
checkout_urlstring
currencystring
eventstring
instructionsstring
order_idstring
totalnumber

No examples provided.

get_event ~52

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.

NameTypeReqDescription
slugstringyesEvent slug from search_events
NameTypeReqDescription
attendee_countnumber
categorystring|null
citystring|null
countrystring|null
cover_image_urlstring|null
currencystring
descriptionstring|null
ends_atstring|null
entry_modelstring
local_datestringThe date the event actually happens where it happens, YYYY-MM-DD. Quote this one.
local_timestring|nullLocal start time, HH:MM 24h. Null when start_time_known is false — say nothing about the time in that case.
location_namestring|null
organizer_namestring|null
organizer_urlstring|null
priceobject|null
slugstring
start_time_knownbooleanFalse when only the date is known and the stored hour is a placeholder. Never present a start time when this is false.
starts_atstringExact start instant, ISO-8601 UTC. Do NOT format this for a human — it is the wrong calendar day in most of the region. Use local_date / local_time.
summarystring|null
ticket_typesarray
timezonestring|nullIANA timezone of the venue, e.g. America/Mexico_City. Null when unknown.
titlestring
urlstring
websitestring|null

No examples provided.

get_place ~84

Full details for one place by slug, including its most recent published reviews if any exist. listing_type distinguishes a curated entry from an unreviewed directory listing (see search_places) — recent_reviews is often an empty array, which means no reviews yet, not a low-quality place. Use the slug from search_places.

NameTypeReqDescription
slugstringyesPlace slug from search_places
NameTypeReqDescription
addressstring|null
avg_ratingnumber|null
categorystring|null
citystring|null
countrystring|null
descriptionstring|null
is_sponsoredboolean
is_verifiedboolean
listing_typestring
namestring
price_tierstring|null
recent_reviewsarray
review_countnumber
slugstring
summarystring|null
typestring
urlstring
websitestring|null

No examples provided.

list_categories ~168

Discover valid category values for search_places. Pifini's places directory uses Overture Maps' taxonomy — over 1,000 specific values like caribbean_restaurant, church_cathedral, landmark_and_historical_building — rather than broad buckets, so guessing a category string will usually miss. Call this first with a rough query (e.g. 'coffee' or 'beach') to find the exact value, then pass it to search_places' category parameter.

NameTypeReqDescription
countrystringISO-3166 alpha-2 country code — only return categories present in that country
limitnumberMax results, 1-100 (default 30)
querystringRough term to match against category values, e.g. 'coffee', 'beach'
NameTypeReqDescription
categoriesarrayyes
countnumberyes

No examples provided.

search_events ~447

Search upcoming events (festivals, carnivals, concerts, food + cultural events) across the Caribbean, Latin America, and beyond. Returns event names, dates, locations, category, price (when known), and page URLs. Strongest coverage: Barbados, Trinidad, Jamaica, Bahamas, Mexico.

NameTypeReqDescription
categorystringFilter by event category
citystringCity name filter
countrystringISO-3166 alpha-2 country code, e.g. BB, TT, JM
entry_modelstringFilter by how someone gets in: 'free' = confirmed free entry, 'ticketed' = Pifini sells tickets, 'external' = paid but sold elsewhere, 'mixed' = umbrella event with both free and paid components, 'un…
include_pastbooleanInclude past events (default false)
limitnumberMax results, 1-50 (default 10)
near_latnumberLatitude to search near (pair with near_lng)
near_lngnumberLongitude to search near (pair with near_lat)
offsetnumberSkip this many matching results (for paging past the limit)
querystringFree-text search over title and description
radius_kmnumberSearch radius in km around near_lat/near_lng (default 25, max 500)
starts_afterstringEarliest start. A bare date ('2026-08-01') matches the event's LOCAL calendar date in its own timezone and is inclusive — this is what you want for 'what's on this weekend'. A full ISO timestamp ('20…
starts_beforestringLatest start, same rules as starts_after. A bare date is inclusive of that whole local day, so starts_after='2026-08-13' with starts_before='2026-08-13' returns everything happening on the 13th where…
NameTypeReqDescription
countnumberyesNumber of events in this page of results
eventsarrayyes
has_morebooleanyesTrue when more matches exist beyond this page.
next_offsetnumber|nullPass as `offset` to fetch the next page. Null when this is the last page.
totalnumberyesTotal events matching the filters, across all pages. Use this before claiming how many exist.

No examples provided.

search_places ~353

Search Pifini's places directory across the Caribbean and Latin America — restaurants, bars, beaches, attractions, venues, hotels, tour operators, professionals, and services. Every result carries listing_type: 'curated' is a small, editorially reviewed set of flagship entries; 'directory' is the much larger set sourced from open map data (name, category, location, contact info) that has no reviews yet — say so rather than implying a recommendation the data doesn't back up. Category is a specific Overture taxonomy value (e.g. caribbean_restaurant, church_cathedral), not a broad bucket — call list_categories first if unsure of the exact value. Results marked is_sponsored are paid placements — disclose that when recommending.

NameTypeReqDescription
categorystringFilter by exact category value (e.g. 'caribbean_restaurant'). Use list_categories to discover valid values — there are 1,000+, not a small fixed set.
citystringCity name filter
countrystringISO-3166 alpha-2 country code
entity_typestringFilter by broad type of place
limitnumberMax results, 1-50 (default 10)
near_latnumberLatitude to search near (pair with near_lng)
near_lngnumberLongitude to search near (pair with near_lat)
offsetnumberSkip this many matching results (for paging past the limit)
querystringFree-text search over name and summary
radius_kmnumberSearch radius in km around near_lat/near_lng (default 25, max 500)
NameTypeReqDescription
countnumberyesNumber of places in this page of results
has_morebooleanyesTrue when more matches exist beyond this page.
next_offsetnumber|nullPass as `offset` to fetch the next page. Null when this is the last page.
placesarrayyes
totalnumberyesTotal places matching the filters, across all pages. Use this before claiming how many exist.

No examples provided.

Common questions

What is the net.pifini/pifini MCP server?

net.pifini/pifini is an MCP server listed in the public MCP registry as net.pifini/pifini. Real events, reviewed places, and ticket checkout across the Caribbean and Latin America. This page covers its hosted endpoint (https://pifini.net/api/mcp).

Is the net.pifini/pifini MCP server safe to use?

net.pifini/pifini scores 89 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the net.pifini/pifini MCP server expose?

net.pifini/pifini exposes 6 tools: search_events, get_event, search_places, get_place, list_categories, create_ticket_checkout. Their descriptions and schemas cost roughly 1,223 tokens of context every time the server is loaded.

Does the net.pifini/pifini MCP server require authentication?

No. We connected to net.pifini/pifini without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the net.pifini/pifini MCP server still maintained?

net.pifini/pifini is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.