ttbkk-univ/ttbkk-mcp-server
If you are the rightful owner of ttbkk-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server providing access to a comprehensive Korean tteokbokki restaurant database.
ttbkk-mcp-server
A Model Context Protocol (MCP) server that provides access to a comprehensive Korean tteokbokki (rice cake) restaurant database. Get real-time information about 4,600+ tteokbokki restaurants across Korea, including franchise locations, detailed restaurant information, and location-based searches.
Features
- ๐ Restaurant Search: Search by name, address, or brand
- ๐ Location-based Queries: Find restaurants within specific areas or radius
- ๐ข Brand Information: Access data for 21+ tteokbokki franchise brands
- ๐ Real-time Statistics: Live database statistics and restaurant counts
- ๐บ๏ธ Geographic Queries: Bounding box and proximity-based searches
Quick Start
Installation
npx ttbkk-mcp-server
MCP Client Setup
Add to your MCP client configuration (e.g., Claude Desktop):
{
"mcpServers": {
"ttbkk": {
"command": "npx",
"args": ["-y", "ttbkk-mcp-server"]
}
}
}
For Claude Desktop, add this to your claude_desktop_config.json
:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Available Tools
Restaurant Search
search_tteokbokki_restaurants
- Search restaurants by name, address, or brandget_restaurants_in_area
- Get restaurants within a bounding boxget_nearby_restaurants
- Find restaurants near coordinates with distance
Restaurant Details
get_restaurant_details
- Get detailed information including brand and tags
Brand Management
get_brand_list
- List all brands sorted by restaurant countget_brand_details
- Get specific brand informationsearch_brands
- Search brands by name
Resources
ttbkk://franchise-types
- List of 19 supported franchise brands with Korean namesttbkk://database-statistics
- Real-time database statistics
Database Coverage
- 4,600+ restaurants across Korea
- 21 franchise brands including ์ ์ ๋ก๋ณถ์ด, ๋๋๋ฌธ์ฝ๊ธฐ๋ก๋ณถ์ด, ๋ช ๋ํซ๋๊ทธ, ์ฒญ๋ ๋ค๋ฐฉ, ๋ฐฐ๋ก
- 19 franchise types with Korean names
- Real-time data from live production database
Requirements
- Node.js >= 18.0.0
- MCP-compatible client (Claude Desktop, etc.)
Example Usage
After setup, you can ask your AI assistant:
- "Find tteokbokki restaurants in Gangnam"
- "What are the top tteokbokki franchise brands?"
- "Show me restaurants near Seoul Station"
- "Get details for a specific restaurant"
Data Source
This server connects to the same production database used by the ttbkk-web application, providing access to real, up-to-date tteokbokki restaurant information collected by automated crawlers.
License
MIT
Related Projects
- ttbkk-web - React frontend using the same database
- ttbkk-server - Django crawler collecting restaurant data