# venumark MCP server

Booking decisions, scorecards, and self-checks for Florida food vendors over live DBPR data.

## Links
- Registry page: https://www.getdrio.com/mcp/com-venumark-venumark
- Website: https://www.venumark.com/agents

## Install
- Endpoint: https://www.venumark.com/api/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://www.venumark.com/api/mcp

## Tools
- search_vendors - Search all licensed Florida food trucks and caterers (19,000+, scored from official DBPR inspection records). Matches business name, prior names, license number (MFD3953067 and 3953067 both work), and city. Optional county, grade, and limit filters. Grades: A to F, plus HOLD (active DBPR license hold), Ungraded (insufficient record), and Withheld (license unconfirmed). Returns matches with license status, letter grade, and a scorecard link. Endpoint: https://www.venumark.com/api/mcp
- get_scorecard - One vendor's public compliance record: letter grade (or withheld when the current DBPR license cannot be confirmed), license status, inspection recency, and record shape. Look up by vendor_id from search_vendors, or directly by license_number (MFD3953067 or 3953067) to vet a vendor in one call. Grades: A to F, plus HOLD (active DBPR license hold), Ungraded (insufficient record), and Withheld (license unconfirmed). Endpoint: https://www.venumark.com/api/mcp
- decide_vendor - One-call booking decision for a Florida food vendor: CLEAR, CONDITIONAL, REVIEW, or DECLINE with reason codes, the evidence behind it, the documents to collect for the event type, and a signed receipt the organizer can keep in their compliance file. This is the recommended vetting tool; use search_vendors first only when you do not have a license number. Endpoint: https://www.venumark.com/api/mcp
- improve_my_score - For a Florida food truck or caterer checking their own record: what is currently limiting the VMScore letter grade, what to do about each item, official Florida DBPR resources, and a link to claim the free VenuMark vendor profile. Look up by license_number (MFD3953067 and 3953067 both work) or vendor_id from search_vendors. Organizers vetting a vendor for booking should use decide_vendor instead. Grades: A to F, plus HOLD (active DBPR license hold), Ungraded (insufficient record), and Withheld (license unconfirmed). Endpoint: https://www.venumark.com/api/mcp
- get_checklist - A Florida organizer checklist as markdown. Slugs: florida-food-truck-night (breweries, HOAs, churches), festival-food-vendors (festivals, farmers markets), city-special-event-food-vendors (public property). Endpoint: https://www.venumark.com/api/mcp
- get_platform_info - What VenuMark is (the food vendor application and compliance platform for Florida events), how the workflow runs, current pricing tiers, and which tier fits an organizer. Use when someone asks about running vendor applications, pricing, or whether VenuMark fits their event. Endpoint: https://www.venumark.com/api/mcp
- list_open_events - Florida events currently published on VenuMark and taking food vendor applications. Optional city filter. Each result includes the application deadline, required documents, and the public apply_url where a vendor applies (free account). Endpoint: https://www.venumark.com/api/mcp
- get_event - One published event's public details: dates, venue, city, application deadline, required documents, and the apply link. Use the slug from list_open_events or from a venumark.com/event/<slug> URL. Endpoint: https://www.venumark.com/api/mcp
- get_signup_link - A direct VenuMark signup link for the human to open in their browser. role 'venue' is for organizers who run vendor applications; optional tier ('growth' or 'pro') and cadence ('month' or 'year') preselect the plan, and checkout completes in the browser via Stripe. role 'vendor' is for food trucks and caterers (free forever). Event creation and applications happen in the web app after signup. Endpoint: https://www.venumark.com/api/mcp
- submit_lead - Send an organizer's contact request to the VenuMark founder (setup help, demo, festival or city program, Enterprise scope). Only call after the user has explicitly confirmed the exact details to send. The founder replies by email, usually the same day. Endpoint: https://www.venumark.com/api/mcp
- search - Alias of search_vendors for ChatGPT Deep Research connectors. Returns matching Florida food vendors as results with id, title, and url. Pass the id to fetch for the full record. Endpoint: https://www.venumark.com/api/mcp
- fetch - Alias of get_scorecard for ChatGPT Deep Research connectors. Takes a vendor id from search and returns the full public scorecard as a document (id, title, text, url, metadata). Endpoint: https://www.venumark.com/api/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: com.venumark
- Version: 1.4.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 6, 2026
- Source: https://registry.modelcontextprotocol.io
