venue-authority-api
Food-service facility verification API for payment facilitators, marketplaces, KYB, and restaurant platforms
Documentation
Venue Authority API
Venue Authority checks a food-service merchant's name and street address against supported US regulator records. Each decision includes the matched source and evidence boundary, so merchant onboarding teams can keep an audit receipt instead of relying on an opaque yes or no.
It is built for payment facilitators, marketplaces, KYB providers, and restaurant platforms that need to verify locations during onboarding. Watchlist and webhook operations are documented for supported workspaces. Paid monitoring expansion is not available yet. Check current availability on the status and pricing pages.
Check coverage first
The coverage endpoint does not require an API key:
curl https://venueauthority.com/api/v1/coverageThe response shows the jurisdictions, regulator sources, source classes, and freshness state currently available to the API. Check it before sending merchant records.
See a decision before signing up
Open the public Portfolio Proof example to inspect a source-linked accepted decision, a rejected decision, and the evidence boundary. The fixed example does not require an account or upload a file.
Test a decision
1. Create a verified workspace.
2. Create a test key in the dashboard. An eligible verified workspace receives a one-time allowance of 25 test units.
3. Send a merchant name and street address with a stable request ID.
curl -X POST https://venueauthority.com/api/v1/resolve \
-H 'Authorization: Bearer YOUR_ONE_TIME_KEY' \
-H 'X-Request-Id: quickstart-000001' \
-H 'Content-Type: application/json' \
--data '{"name":"MERCHANT NAME","address":"STREET ADDRESS"}'A valid decision returns the disposition, policy reason, source identity, source class, source attribution, snapshot, and evidence boundary. Replaying the same request ID with the same payload returns the stored result without another debit.
Integration files
The contract also covers canonical facility records, portfolios, audit exports, webhooks, and webhook delivery history.
Client packages
The repository includes three reviewed, versioned integrations:
- Node.js SDK for Node 18 and later. It has no runtime dependencies.
- Python SDK for Python 3.9 and later. It uses only the standard library at runtime.
- MCP server for MCP hosts that need public coverage, facility resolution, or canonical facility evidence.
The v0.1.0 release includes a one-click MCP bundle and downloadable archives for all three clients. npm and PyPI releases will be documented here only after the corresponding registry publication succeeds.
Product boundaries
Venue Authority resolves a submitted facility to a supported regulator record. It does not infer the legal operator, prove that a business is physically open, or search outside the coverage returned by the API. Uncertain matches are rejected.
Links
This repository contains public integration artifacts. Use of the hosted API is governed by the Venue Authority terms.
Frequently asked questions
What is venue-authority-api?
venue-authority-api is Food-service facility verification API for payment facilitators, marketplaces, KYB, and restaurant platforms
How do I install venue-authority-api?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is venue-authority-api open source?
Yes — it is hosted on GitHub at https://github.com/kingymon1/venue-authority-api.
Related MCP tools
An AI Gateway, registry, and proxy that sits in front of any MCP, A2A, or REST/gRPC APIs, exposing a unified endpoint with centralized discovery, guardrails and management. Optimizes Agent & Tool calling, and supports plugins.
AI-powered OSINT agent with interactive REPL, MCP server, and CLI. 19 tools. Works with Claude, GPT-4, or local models. For authorized security research only.
Production-grade MCP server giving Claude 27 security intelligence tools across 21 APIs — CVE lookup, EPSS scoring, CISA KEV, MITRE ATT&CK, Shodan, VirusTotal, and more.
Open-source coding agent memory. Records issues, attempts, fixes and decisions, then warns your agent before it repeats an approach that already failed. Native MCP server for Claude Code, Cursor, Antigravity and Codex. 100% local, no cloud, no telemetry. MIT.
Automate browser based workflows with AI
🚀 The fast, Pythonic way to build MCP servers and clients Trusted by 19900+ developers. Trusted by 19900+ developers. Trusted by 19900+ developers.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP