- Bizlookup
Bizlookup
bizlookup
Agent-callable structured business info. One MCP tool, paid per call via x402 (currently free on MCP layer).
USE WHEN
You need verified info about a specific named business: address to send mail or visit, phone/email, opening hours, services offered, payment methods accepted, languages spoken, or — for medical/dental practices — accepted insurance providers. Strongest coverage for European businesses (OpenStreetMap) and Dutch SMBs (KVK Handelsregister fallback).
DO NOT USE FOR
Real-time availability ("is this restaurant open right now"), reservations, reviews/ratings, or business discovery / search. This tool returns one business per call.
Tool
lookup_business(name, location?) → structured profile
Returns: name, found (bool), address (street/city/postal_code/country/lat/lon), phone,
email, website, categories, opening_hours, services, payment_methods,
languages_spoken, insurance_accepted, description, sources.
Data sources
- OpenStreetMap (ODbL v1.0)
- KVK Handelsregister (NL only)
- Public business website content (robots.txt respected)
- LLM enrichment for free-text fields
Pricing
- Free via MCP (
https://bizlookup.dev/mcp/) during early-access - $0.12 USDC per fresh lookup via HTTP
POST /business/lookup(Base Sepolia testnet — no real revenue currently) - Cached responses (30-day TTL) returned without re-billing
- 30 requests per minute rate limit per IP
Limitations
Data is best-effort. May be up to 30 days out of date due to caching. LLM extraction can misread website content. Always verify time-sensitive fields (hours, prices, insurance acceptance) before acting. No SLA.
Homepage: https://bizlookup.dev — legal: https://bizlookup.dev/legal — pricing: https://bizlookup.dev/pricing
Server Config
{
"mcpServers": {
"bizlookup": {
"type": "http",
"url": "https://bizlookup.dev/mcp/"
}
}
}Recommend Servers
View AllPlaywright MCP server
高德地图官方 MCP Server