← venumark.com

INDIVIDUAL MCP TOOL

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.

venumark.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

venumark.com

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.

Related tools

  • search_vendors — Search all licensed Florida food trucks and caterers (19,000+, scored from official DBPR inspection records).
  • 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.
  • 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.
  • get_checklist — A Florida organizer checklist as markdown.
  • 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.
  • list_open_events — Florida events currently published on VenuMark and taking food vendor applications.
  • get_event — One published event's public details: dates, venue, city, application deadline, required documents, and the apply link.
  • get_signup_link — A direct VenuMark signup link for the human to open in their browser.