Skip to main content
ClaudeWave
kingymon1 avatar
kingymon1

venue-authority-api

Ver en GitHub

Food-service facility verification API for payment facilitators, marketplaces, KYB, and restaurant platforms

MCP ServersRegistry oficial0 estrellas0 forksPythonActualizado today
ClaudeWave Trust Score
70/100
· OK
Passed
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Flags
  • !No standard license detected
Last scanned: 8/22/2026
Install in Claude Code / Claude Desktop
Method: UVX (Python) · venue-authority-api
Claude Code CLI
claude mcp add venue-authority-api -- uvx venue-authority-api
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "venue-authority-api": {
      "command": "uvx",
      "args": ["venue-authority-api"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Package name inferred from the repository name. Verify it exists on PyPI, or clone https://github.com/kingymon1/venue-authority-api and follow its README.
Casos de uso

Resumen de MCP Servers

# 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:

```bash
curl https://venueauthority.com/api/v1/coverage
```

The 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](https://venueauthority.com/portfolio-proof#example-report) 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](https://venueauthority.com/sign-up?redirect_url=/dashboard/keys).
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.

```bash
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

- [OpenAPI 3.1 contract](openapi.json)
- [Postman collection](postman/venue-authority.json)
- [Ten-minute quick start](docs/quick-start.md)

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](packages/node-sdk) for Node 18 and later. It has no runtime dependencies.
- [Python SDK](packages/python-sdk) for Python 3.9 and later. It uses only the standard library at runtime.
- [MCP server](packages/mcp-server) for MCP hosts that need public coverage, facility resolution, or canonical facility evidence.

The [v0.1.0 release](https://github.com/kingymon1/venue-authority-api/releases/tag/clients-v0.1.0) 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

- [Developer documentation](https://venueauthority.com/developers)
- [Coverage](https://venueauthority.com/coverage)
- [Pricing](https://venueauthority.com/pricing)
- [Service status](https://venueauthority.com/status)
- [Support](https://venueauthority.com/support)
- [Terms](https://venueauthority.com/terms)

This repository contains public integration artifacts. Use of the hosted API is governed by the Venue Authority terms.
apibusiness-verificationdata-validationfood-servicekybmarketplacesmcpmerchant-onboardingmerchant-riskmodel-context-protocolnodejsopenapipayment-facilitatorspostmanpythonregtechrestaurant-datasdk

Lo que la gente pregunta sobre venue-authority-api

¿Qué es kingymon1/venue-authority-api?

+

kingymon1/venue-authority-api es mcp servers para el ecosistema de Claude AI. Food-service facility verification API for payment facilitators, marketplaces, KYB, and restaurant platforms Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-08-21.

¿Cómo se instala venue-authority-api?

+

Puedes instalar venue-authority-api clonando el repositorio (https://github.com/kingymon1/venue-authority-api) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar kingymon1/venue-authority-api?

+

Nuestro agente de seguridad ha analizado kingymon1/venue-authority-api y le ha asignado un Trust Score de 70/100 (tier: OK). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene kingymon1/venue-authority-api?

+

kingymon1/venue-authority-api es mantenido por kingymon1. La última actividad registrada en GitHub es del 2026-08-21, con 0 issues abiertos.

¿Hay alternativas a venue-authority-api?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega venue-authority-api en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: kingymon1/venue-authority-api
[![Featured on ClaudeWave](https://claudewave.com/api/badge/kingymon1-venue-authority-api)](https://claudewave.com/repo/kingymon1-venue-authority-api)
<a href="https://claudewave.com/repo/kingymon1-venue-authority-api"><img src="https://claudewave.com/api/badge/kingymon1-venue-authority-api" alt="Featured on ClaudeWave: kingymon1/venue-authority-api" width="320" height="64" /></a>

Más MCP Servers

Alternativas a venue-authority-api