MCP Hub
Back to servers

FLUX Restaurants MCP Server

An AI-native restaurant discovery service that enables searching and receiving natural language recommendations for over 2,200 restaurants across 15+ US cities. It provides tools for accessing detailed restaurant info, curated lists, and cuisine-specific searches through the Model Context Protocol.

Updated
Feb 24, 2026

FLUX Restaurants MCP Server 🍽️

An AI-native restaurant discovery service powered by the Model Context Protocol. Search 2,200+ restaurants across 15+ US cities.

Tools

ToolDescription
search_restaurantsSearch by cuisine and city
get_featured_restaurantDetailed info on FLUX-verified restaurants (menu, hours, story)
recommend_restaurantNatural language recommendations ("romantic dinner in LA")
get_best_of_articlesCurated "Best Of" restaurant lists
list_citiesAll available cities with restaurant counts

Quick Start

npm install
export NEON_DB_URL="your-postgres-connection-string"
node index.js

Usage with Claude Desktop / MCP Clients

Add to your MCP client config:

{
  "mcpServers": {
    "flux-restaurants": {
      "command": "node",
      "args": ["/path/to/flux-restaurants-mcp/index.js"],
      "env": {
        "NEON_DB_URL": "your-postgres-connection-string"
      }
    }
  }
}

Example

> search_restaurants(cuisine="ramen", city="New Jersey")

Found 3 restaurants:

**Ramen Nagomi** — Ramen in New Brunswick, NJ ⭐ 4.5 (380 reviews)
Phone: (732) 555-0123
Website: https://ramen-nagomi.fluxrestaurants.com

**Iki Ramen** — Ramen in Hollywood, LA ⭐ 4.3 (245 reviews)
...

Powered by

License

MIT

Reviews

No reviews yet

Sign in to write a review