TABLEALL

Created By
TABLEALL9 months ago
TABLEALL MCP Server is a Model Context Protocol (MCP) server that allows AI Agent to access real-time restaurant information, availability, and menu data from TABLEALL. This integration enables AI Agent to help users find restaurants, check availability, and explore menu options directly through conversation.
Overview

what is TABLEALL?

TABLEALL is a Model Context Protocol (MCP) server that provides real-time access to restaurant information, availability, and menu data, enabling AI agents to assist users in finding restaurants and checking availability through conversational interfaces.

how to use TABLEALL?

To use TABLEALL, developers can integrate the MCP server into their AI applications by connecting to the provided endpoint and utilizing the available APIs to search for restaurants, check availability, and retrieve menu information.

key features of TABLEALL?

  • Access to real-time restaurant data, including Michelin-starred options.
  • Natural language processing for intuitive search queries.
  • Comprehensive data types including restaurant details, availability, and menu items.
  • Built-in rate limiting and analytics for production applications.

use cases of TABLEALL?

  1. Assisting users in finding restaurants based on cuisine and location.
  2. Checking real-time availability for reservations.
  3. Retrieving detailed menu information for specific restaurants.

FAQ from TABLEALL?

  • What kind of data can I access through TABLEALL?

You can access restaurant details, availability, and menu items from a curated list of restaurants.

  • Is there a limit to how many requests I can make?

Yes, reasonable usage limits apply to ensure service quality.

  • Can I use TABLEALL for any type of restaurant?

TABLEALL focuses on premium restaurants, including Michelin-starred options.

Server Config

{
  "mcpServers": {
    "tableall-mcp-remote": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://mcp.tableall.com/sse"
      ]
    }
  }
}
Project Info
Created At
9 months ago
Updated At
9 months ago
Author Name
TABLEALL
Star
-
Language
-
License
-

Recommend Servers

View All
//beforeyouship — LLM Cost Modeling From Your Editor
@Indiegoing

Query realistic LLM cost models without leaving your editor. beforeyouship models the **true monthly cost** of an LLM app architecture — retries, prompt caching, batch discounts, infra overhead, and 3×/10× growth — across GPT-5.x, Claude, Gemini, DeepSeek, and more. Not a token calculator: a planning tool for the design phase, before you commit to a stack. **No API key needed to try it** — demo mode covers the six free-tier models. A Pro key from [beforeyouship.dev](https://beforeyouship.dev) unlocks the full 18-model catalog. ## What you can ask - "How much will a RAG chatbot cost at 10,000 requests/day?" - "Compare Claude Haiku vs Gemini Flash pricing for my workload" - "What's the cheapest model for a multi-step agent at scale?" - "Show me current per-token prices for Anthropic models" ## Tools ### `estimate_cost` Full cost model for an architecture at a given usage level. Returns Naive / Realistic / Worst Case monthly cost per model, 3×/10× growth scenarios, and an opinionated recommendation with reasoning. ### `get_model_prices` Current per-1M-token pricing — input, output, cached input, batch — with context windows and staleness metadata. ### `list_archetypes` Seven preset architecture patterns (simple chatbot, chatbot with history, RAG pipeline, multi-model router, coding assistant, document processor, multi-step agent) used as starting points for estimates. ## Setup **Claude Code:** ​```bash claude mcp add --transport http beforeyouship https://beforeyouship.dev/api/mcp ​``` **Cursor / other clients** — add a remote server: ​```json { "mcpServers": { "beforeyouship": { "type": "streamable-http", "url": "https://beforeyouship.dev/api/mcp" } } } ​``` Add an `Authorization: Bearer bys_...` header with a Pro key for the full catalog. ## Try it > Estimate the monthly cost of a RAG pipeline at 10,000 requests/day

19 hours ago