← Registry

Analytics

venumark.com

Provides compliance scores and inspection records for Florida food vendors to assist event organizers in vendor selection and booking decisions.

1 endpoint12 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://www.venumark.com/api/mcp

No auth detected

MCP server metadata

Name
venumark
Version
1.4.0
Capabilities
tools
Server instructions

Tools over the live Florida DBPR-scored food vendor database (19,000+ trucks and caterers), open event listings, organizer checklists, live platform/pricing info, and a consented founder-contact tool (submit_lead: only after the user explicitly confirms the details to send). To vet a vendor for booking, decide_vendor is the primary call: one call returns CLEAR, CONDITIONAL, REVIEW, or DECLINE with reason codes, evidence, the documents to collect for the event type, and a signed receipt; use search_vendors first only when you do not have a license number or vendor_id. A vendor checking their OWN standing should use improve_my_score instead: it returns the letter grade, what is limiting it, what to do about each item, official DBPR resources, and the free profile claim link. Event creation and vendor applications happen in the web app: send organizers to get_signup_link and send vendors to the apply_url from list_open_events or get_event. Checkout completes in the browser via Stripe. The REST API (/api/v1, bearer key) is read-only today. Policy: venumark.com/agents.

Known tools 12

search_vendors

Search all licensed Florida food trucks and caterers (19,000+, scored from official DBPR inspection records).

Inferred read-only
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.

Inferred read-only
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.

Inferred read-only
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.

Inferred read-only
get_checklist

A Florida organizer checklist as markdown.

Inferred read-only
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.

Inferred read-only
list_open_events

Florida events currently published on VenuMark and taking food vendor applications.

Inferred read-only
get_event

One published event's public details: dates, venue, city, application deadline, required documents, and the apply link.

Inferred read-only
get_signup_link

A direct VenuMark signup link for the human to open in their browser.

Inferred read-only
submit_lead

Send an organizer's contact request to the VenuMark founder (setup help, demo, festival or city program, Enterprise scope).

Potential side effects
search

Alias of search_vendors for ChatGPT Deep Research connectors.

Inferred read-only
fetch

Alias of get_scorecard for ChatGPT Deep Research connectors.

Inferred read-only

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

.mcp.json

{
  "mcpServers": {
    "venumark": {
      "type": "http",
      "url": "https://www.venumark.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "venumark",
  "transport": "streamable-http",
  "url": "https://www.venumark.com/api/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.