Skip to main content
Glama
sabamen88

FLUX Restaurants MCP Server

by sabamen88

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

Tool

Description

search_restaurants

Search by cuisine and city

get_featured_restaurant

Detailed info on FLUX-verified restaurants (menu, hours, story)

recommend_restaurant

Natural language recommendations ("romantic dinner in LA")

get_best_of_articles

Curated "Best Of" restaurant lists

list_cities

All 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

-
security - not tested
F
license - not found
-
quality - not tested

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sabamen88/flux-restaurants-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server