Daxoom — AI-Visibility Business Data
The owner-verified local business data + service & menu-price layer for AI agents.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетНужен API-ключГлобальныйБесплатноТолько чтение
Что умеет
- 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.
Какие данные видит
Нужен ли аккаунт
Нужен API-ключ из настроек сервиса
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 layer —
get_business_offeringsexposes menu items, services, and products with prices, so agents answer cost/availability directly. - AI grounding —
get_business_ai_contextreturns verified facts, canonical corrections, tone, and query hints. - Feedback loop — report incorrect data and submit consumer-facing reviews.
- Schema explainability —
list_fields/describe_fieldlet 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
Список инструментов сервера (12)
Технические названия из tools/list. Нужны только разработчикам.
| 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_level, completeness_score, freshness timestamps, and upstream data sources. |
| get_business_hours | Get operating hours for a business, organized by day of week. |
| get_business_offerings | Get 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_attributes | Get business attributes like amenities, accessibility, parking, policies. Use describe_field("attr.<id>") to learn what an attribute means. |
| get_business_answers | Get pre-written Q&A about the business (e.g. 'Is there parking?', 'Do they deliver?'). |
| get_business_ai_context | Get 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_categories | List all available business categories with their schema.org types and parent hierarchy. Also browsable as MCP Resource daxoom://categories. |
| report_incorrect_data | Report 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_review | Submit 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_fields | Enumerate 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_field | Explain 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. |