← barsnpubs.com
INDIVIDUAL MCP TOOL
get-opening-hours
Get opening hours, date overrides, and upcoming events for a restaurant.
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 endpoint
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.barsnpubs-com]
url = "https://barsnpubs.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"barsnpubs-com": {
"type": "http",
"url": "https://barsnpubs.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: barsnpubs-com
Remote MCP URL: https://barsnpubs.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": {
"barsnpubs-com": {
"url": "https://barsnpubs.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"barsnpubs-com": {
"type": "http",
"url": "https://barsnpubs.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "barsnpubs-com",
"transport": "streamable-http",
"url": "https://barsnpubs.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search-restaurants— Search and filter restaurants.get-restaurant— Get full details for a restaurant by slug or ID, including categories, tags, hours, reviews, and images.list-categories— List all restaurant categories with restaurant counts.list-tags— List all tags with restaurant counts.list-locations— List all available locations with restaurant counts.search-map— Get GeoJSON FeatureCollection of restaurant map markers.list-articles— List published articles, paginated.get-article— Get full article content by slug.