Daxoom — AI-Visibility Business Data

The owner-verified local business data + service & menu-price layer for AI agents.

Community: Submitted by a user or imported; check the owner before granting accessOnlineAPI key requiredGlobalFreeRead-only

What it can do

  • Search Businesses: Search for businesses by name, category, city, or location. Returns a paginated list; check _meta.pagination.has_more + next_offset to fetch more.
  • Get Business: Get a complete business profile including contacts, locations, hours, offerings, media, ratings, attributes, Q&A, and AI context. Response envelope _meta.provenance includes verification
  • Get Business Hours: Get operating hours for a business, organized by day of week.

What data it sees

Do you need an account

An API key from the service settings is required

The owner-verified local business data + service & menu-price layer for AI agents.

Owner-authored business profiles where every response carries provenance — verification level, completeness score, freshness timestamps, and upstream sources.

  • Search & profiles — find businesses by name, category, city, or geo-radius; full profiles with contacts, hours, media, ratings.
  • Price layerget_business_offerings exposes menu items, services, and products with prices, so agents answer cost/availability directly.
  • AI groundingget_business_ai_context returns verified facts, canonical corrections, tone, and query hints.
  • Feedback loop — report incorrect data and submit consumer-facing reviews.
  • Schema explainabilitylist_fields / describe_field let agents self-describe the data.

12 tools · 5 resources · Streamable HTTP. Free Developer tier: 3,000 queries/month — get a key at https://daxoom.com/developer

Server tool list (12)

Raw names from tools/list. Only developers need these.

search_businessesSearch for businesses by name, category, city, or location. Returns a paginated list; check _meta.pagination.has_more + next_offset to fetch more.
get_businessGet a complete business profile including contacts, locations, hours, offerings, media, ratings, attributes, Q&A, and AI context. Response envelope _meta.provenance includes verification_level, completeness_score, freshness timestamps, and upstream data sources.
get_business_hoursGet operating hours for a business, organized by day of week.
get_business_offeringsGet menu items, services, or products offered by a business. Offerings nest as sections (parent_offering_id); each item carries duration_minutes and a 'variants' array of price points (label, price, currency, quantity, measure_unit). Optional price-aware filters narrow the result so you can answer price-shaped questions directly.
get_business_attributesGet business attributes like amenities, accessibility, parking, policies. Use describe_field("attr.<id>") to learn what an attribute means.
get_business_answersGet pre-written Q&A about the business (e.g. 'Is there parking?', 'Do they deliver?').
get_business_ai_contextGet AI-optimized context for a business: verified descriptions, canonical facts, corrections, tone preferences, and query hints. Use this to generate accurate, brand-consistent responses about the business.
get_categoriesList all available business categories with their schema.org types and parent hierarchy. Also browsable as MCP Resource daxoom://categories.
report_incorrect_dataReport incorrect or outdated data for a business field. Use when you (the agent) discover a discrepancy between Daxoom's data and authoritative sources. A human reviewer triages the report; no automatic data changes.
submit_reviewSubmit a star rating and optional review text for a business on behalf of a consumer. Agent-facilitated: the human consumer had the real experience; the agent formats and submits it. Five trust guards are enforced (key age, prior queries, rate limits). Approved reviews roll into the aggregate rating immediately.
list_fieldsEnumerate every field available on a business profile: core fields (name, phone, hours, …), queryable attributes (attr.wifi, attr.parking), and canonical questions (question.parking). Returns descriptors with kind, category, value_type. Use describe_field for full detail on a single field.
describe_fieldExplain a single field — what it means, its value type, allowed values, example, and source of truth. Use this when you (the agent) don't know what a field like 'completeness_score' or 'attr.ev_certified' represents.