- ✓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"]
}
}
}Resumen de MCP Servers
# 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.
Lo que la gente pregunta sobre nycfoodie
¿Qué es tireniajilore/nycfoodie?
+
tireniajilore/nycfoodie es mcp servers para el ecosistema de Claude AI con 0 estrellas en GitHub.
¿Cómo se instala nycfoodie?
+
Puedes instalar nycfoodie clonando el repositorio (https://github.com/tireniajilore/nycfoodie) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar tireniajilore/nycfoodie?
+
Nuestro agente de seguridad ha analizado tireniajilore/nycfoodie y le ha asignado un Trust Score de 60/100 (tier: OK). Revisa el desglose completo de comprobaciones superadas y flags en esta página.
¿Quién mantiene tireniajilore/nycfoodie?
+
tireniajilore/nycfoodie es mantenido por tireniajilore. La última actividad registrada en GitHub es del 2026-09-20, con 0 issues abiertos.
¿Hay alternativas a nycfoodie?
+
Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.
Despliega nycfoodie en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](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>Más 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.