- ✓Actively maintained (<30d)
- ✓Topics declared
- ✓Documented (README)
- !No standard license detected
- !No description
git clone https://github.com/tireniajilore/nycfoodie{
"mcpServers": {
"nycfoodie": {
"command": "node",
"args": ["/path/to/nycfoodie/dist/index.js"]
}
}
}MCP Servers overview
# NYCfoodie
[](https://glama.ai/mcp/connectors/app.railway.up.nycfoodie-production/nycfoodie)
The data layer for restaurant taste: structured, editorial restaurant recommendations served to AI agents over MCP. Not another review scraper — curated guides and reviews normalised into one schema, queryable by tools.
MVP city: New York. The city is a parameter everywhere; nothing NYC-specific is hardcoded.
## Use it
Hosted endpoint (Streamable HTTP): `https://nycfoodie-production.up.railway.app/mcp`
- **Cursor** — [one-click install](cursor://anysphere.cursor-deeplink/mcp/install?name=nycfoodie&config=eyJ1cmwiOiAiaHR0cHM6Ly9ueWNmb29kaWUtcHJvZHVjdGlvbi51cC5yYWlsd2F5LmFwcC9tY3AifQ==)
- **Claude Code** — `claude mcp add --transport http nycfoodie https://nycfoodie-production.up.railway.app/mcp`
- **Windsurf / Cline / Roo Code / Zed / VS Code** — add to your MCP config:
```json
{
"mcpServers": {
"nycfoodie": {
"url": "https://nycfoodie-production.up.railway.app/mcp"
}
}
}
```
- **Claude (app)** — Settings → Connectors → Add custom connector → paste the URL.
- **Any MCP client** — add the URL above as a remote server (Streamable HTTP). No auth, no install.
### Tools
`search_restaurants` · `get_restaurant` · `compare_restaurants` · `find_guides` · `find_similar` · `guide_consensus` · `top_rated` · `submit_feedback`
## Layout
- `db/` — SQLite storage (better-sqlite3) with numbered SQL migrations written in Postgres-compatible DDL. The migration runner is dialect-agnostic by convention, so a Postgres adapter can replace better-sqlite3 later without touching the migrations.
- `crawler/` — source adapters (starting with The Infatuation) that normalise into the db schema. Endpoint/field mapping: `docs/infatuation-data-surface.md` (step 2).
- `mcp/` — stdio MCP server (`@modelcontextprotocol/sdk`) exposing search, detail, comparison and guide tools.
## Quickstart
```bash
npm install
npm run typecheck
npm run build
node db/dist/migrate.js ./nycfoodie.db # creates/opens the SQLite db, applies migrations
node mcp/dist/index.js # starts the MCP server on stdio
```
## Roadmap
1. Scaffold (done) — repo, packages, migration runner, stub MCP tools.
2. Map The Infatuation's data surface — Next.js pages + GraphQL endpoints → `docs/infatuation-data-surface.md`.
3. Database schema proposal — shown for approval before any crawler code is written.
4. Crawler — only after schema sign-off.
## Conventions
- British English in docs and user-facing text.
- Migrations: numbered `NNN_name.sql`, applied once in order; see `db/migrations/README.md` for the Postgres-compatibility rules.
- Never commit `*.db` files or credentials.
What people ask about nycfoodie
What is tireniajilore/nycfoodie?
+
tireniajilore/nycfoodie is mcp servers for the Claude AI ecosystem with 0 GitHub stars.
How do I install nycfoodie?
+
You can install nycfoodie by cloning the repository (https://github.com/tireniajilore/nycfoodie) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is tireniajilore/nycfoodie safe to use?
+
Our security agent has analyzed tireniajilore/nycfoodie and assigned a Trust Score of 60/100 (tier: OK). See the full breakdown of passed checks and flags on this page.
Who maintains tireniajilore/nycfoodie?
+
tireniajilore/nycfoodie is maintained by tireniajilore. The last recorded GitHub activity is dated 2026-09-20, with 0 open issues.
Are there alternatives to nycfoodie?
+
Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.
Deploy nycfoodie to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](https://claudewave.com/repo/tireniajilore-nycfoodie)<a href="https://claudewave.com/repo/tireniajilore-nycfoodie"><img src="https://claudewave.com/api/badge/tireniajilore-nycfoodie" alt="Featured on ClaudeWave: tireniajilore/nycfoodie" width="320" height="64" /></a>More MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl! Don't be shy, join here: https://discord.gg/EMgGbDceNQ
The fastest path to AI-powered full stack observability, even for lean teams.