INDIVIDUAL MCP TOOL
nice_get_business
Get everything known about one business: what it sells, its address and directions, its opening hours for each day of the week, its customer rating, how to contact it, and the list of catalogs or menus it publishes.
LIVE ENDPOINT
https://nicecatalogs.com/mcp
Connect to this endpoint to inspect the live schema for nice_get_business and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.nice-catalogs]
url = "https://nicecatalogs.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"nice-catalogs": {
"type": "http",
"url": "https://nicecatalogs.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: nice-catalogs
Remote MCP URL: https://nicecatalogs.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"nice-catalogs": {
"url": "https://nicecatalogs.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"nice-catalogs": {
"type": "http",
"url": "https://nicecatalogs.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "nice-catalogs",
"transport": "streamable-http",
"url": "https://nicecatalogs.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
nice_find_businesses— Search the Nice Catalogs directory for local businesses — restaurants, cafes, bars, hotels, salons, spas, grocers and retailers — by name, by what they sell, or by where they are.nice_search_products— Search actual products and menu items — with current prices and availability — across every business in the Nice Catalogs AI Index, or within one business.nice_get_catalog— Read one complete catalog or menu from a business — every published item, grouped by category, with prices and availability.