Analytics
venumark.com
Provides compliance scores and inspection records for Florida food vendors to assist event organizers in vendor selection and booking decisions.
ENDPOINT 1
https://www.venumark.com/api/mcp
MCP server metadata
- Name
- venumark
- Version
- 1.4.0
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_vendorsSearch all licensed Florida food trucks and caterers (19,000+, scored from official DBPR inspection records).
Inferred read-onlyget_scorecardOne 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-onlydecide_vendorOne-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-onlyimprove_my_scoreFor 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-onlyget_platform_infoWhat 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-onlylist_open_eventsFlorida events currently published on VenuMark and taking food vendor applications.
Inferred read-onlyget_eventOne published event's public details: dates, venue, city, application deadline, required documents, and the apply link.
Inferred read-onlyget_signup_linkA direct VenuMark signup link for the human to open in their browser.
Inferred read-onlysubmit_leadSend an organizer's contact request to the VenuMark founder (setup help, demo, festival or city program, Enterprise scope).
Potential side effectsCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.