MOTE Registry MCP Server
network.mote/mote-registry
Documentation
Installation
The server is published as mote-registry on npm and on the official MCP Registry at network.mote/mote-registry.
npx mote-registry
For MCP clients, use:
{
"mcpServers": {
"mote-registry": {
"command": "npx",
"args": ["mote-registry"]
}
}
}
Configuration
MOTE_API_URLdefaults tohttps://mote-api-production.up.railway.app
Capabilities
- Search merchants by keyword, category, and location
- Fetch a merchant profile by slug or ID
- List all business categories with merchant counts
Limitations
- Read operations are unauthenticated and hit the public MOTE API
- The docs note read rate limits and that write endpoints are not yet published
