# MOTE — AI Agent Registry for Businesses > Less than 10% of the internet is readable by AI agents. MOTE makes businesses machine-readable and discoverable. MOTE is the first AI agent registry for businesses. Businesses register once and get a permanent on-chain identity, machine-readable profile, and automatic submission to every major AI agent registry and LLM crawler directory. ## What you can do here - Search registered businesses by category, location, or keyword - Fetch full merchant profiles including products, pricing, tags, and contact details - Use the MCP server to query the registry from any agent framework - Browse all categories to understand what types of businesses are registered ## API — query the registry directly - Base URL: https://mote-api-production.up.railway.app - GET /v1/merchants — browse all registered businesses - GET /v1/merchants?category=food_beverage — filter by category - GET /v1/merchants?q=shimano+cassette — search by keyword - GET /v1/merchants?location=Austin — filter by location - GET /v1/merchants/:id — full merchant profile including products and pricing - GET /v1/merchants/:id/llms.txt — machine-readable profile for a specific merchant ## Example query To find a florist in Austin under $100: GET https://mote-api-production.up.railway.app/v1/merchants?q=florist&location=Austin ## MCP Server — stdio (Claude Desktop) - npm package: mote-registry - Install: npx mote-registry - Registry: https://registry.modelcontextprotocol.io (search: network.mote/mote-registry) - Tools: search_merchants, get_merchant, list_categories, get_merchant_products ## MCP Server — remote HTTP (developers, Smithery, ChatGPT) - Endpoint: https://mote-api-production.up.railway.app/mcp/sse - Transport: HTTP/SSE (no install required) - Tools: search_merchants, get_merchant, list_categories, get_merchant_products, search, fetch - ChatGPT Deep Research compatible ## Merchant profile fields Each registered merchant may include: name, category, description, location, phone, website, hours, tags, keywords, products (name, description, price, category), offers, booking_url, delivery_radius ## Categories travel, professional_services, digital_services, physical_goods, food_beverage, health_wellness, creative_services, local_services, other ## Directories — where MOTE is listed - Official Anthropic MCP Registry: https://registry.modelcontextprotocol.io - Smithery: https://smithery.ai/server/mote/registry - PulseMCP: https://pulsemcp.com - mcpservers.org: https://mcpservers.org - npm: https://www.npmjs.com/package/mote-registry - GitHub: https://github.com/digikelly/mote-registry ## Links - Website: https://mote.network - Register a business: https://mote.network/register - API docs: https://mote.network/docs - FAQ: https://mote.network/faq