{
  "markdown": "# Daxoom — AI-Visibility Business Data (MCP + REST)\n\n[![smithery badge](https://smithery.ai/badge/citroot/daxoom)](https://smithery.ai/servers/citroot/daxoom)\n\n> What schema.org is to web crawlers, Daxoom is to AI agents.\n\n**Daxoom** is a hosted, owner-verified business-data layer for AI agents. Every\nresponse carries provenance (verification level, completeness score, freshness,\nupstream sources). One profile feeds ChatGPT, Claude, Perplexity, Gemini, and\nany MCP-compatible client.\n\nThis repository holds the **public developer artifacts** for the service — the\nMCP manifest, OpenAPI spec, `llms.txt`, the tool catalog, and copy-paste client\nconfigs. **It contains no server source: Daxoom is a proprietary, hosted\nservice** (see [License](#license)).\n\n- 🌐 Website: https://daxoom.com\n- 📚 Docs / OpenAPI: https://daxoom.com/docs · https://daxoom.com/docs/openapi.yaml\n- 🤖 LLM entry point: https://daxoom.com/llms.txt\n- 🔑 Free Developer key (3,000 queries/month): https://daxoom.com/developer\n\n## Connect (MCP — remote Streamable HTTP)\n\nDaxoom is a **remote-only** MCP server at `https://mcp.daxoom.com/`, authenticated\nwith an `X-API-Key` header (same key as the REST `/pubapi`). There is no local\ninstall — the server runs on Daxoom's infrastructure.\n\n```json\n{\n  \"mcpServers\": {\n    \"daxoom\": {\n      \"url\": \"https://mcp.daxoom.com/\",\n      \"transport\": \"http\",\n      \"headers\": { \"X-API-Key\": \"dxm_YOUR_KEY_HERE\" }\n    }\n  }\n}\n```\n\nPer-client snippets (Claude Desktop, Cursor, Continue, Cline) are in\n[`examples/`](examples/).\n\n## Capabilities\n\n- **12 tools** — search, full profiles, hours, offerings (menu/services/prices),\n  attributes, owner Q&A, AI-grounding context, categories; a feedback loop\n  (`report_incorrect_data`, `submit_review`); and schema explainability\n  (`list_fields`, `describe_field`).\n- **5 browsable resources** — `daxoom://categories`, `daxoom://schema/business`,\n  `daxoom://schema/attributes`, `daxoom://schema/questions`, `daxoom://stats`.\n- **Provenance envelope** — every payload is `{data, _meta}` with verification\n  level (O/E/S/C), completeness, freshness, sources, and pagination.\n\nFull catalog: [`TOOLS.md`](TOOLS.md) · Machine manifest: [`mcp-server.json`](mcp-server.json).\n\n## REST API\n\n```\nGET https://api.daxoom.com/pubapi/v1/businesses?city=irvine&category=restaurant\nHeader: X-API-Key: dxm_YOUR_KEY_HERE\n```\n\nFormats: `application/json` (default), `application/ld+json` (schema.org JSON-LD),\n`text/plain` (AI-friendly narrative). Spec: [`openapi.yaml`](openapi.yaml).\n\n## Data model\n\n- **Public business data** (open data + public records) is public.\n- **Owner-entered data** stays the owner's — contributed to Daxoom for AI-agent use.\n- **Daxoom-generated data** (enrichment, computed signals) is Daxoom's.\n\nAll access is governed by the Daxoom API Terms.\n\n## License\n\nThe Daxoom platform and hosted service are **proprietary © CITROOT LLC** — the\nserver source is not licensed for self-hosting or redistribution. The contents\nof *this repository* (docs, manifest, OpenAPI, and the example configuration\nsnippets) may be freely used and copied to connect to the hosted service. See\n[`LICENSE`](LICENSE).\n",
  "bytes": 3163,
  "sha": "839c2bbceafe4ffd02cdb7062eda577d8275b9012585ae3e74f0b2716f23f6b9",
  "repo_slug": "citroot/daxoom-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_daxoom_daxoom_55cfbb13/readme"
}