maat_mcp_server

loplat/maat_mcp_server

3.2

If you are the rightful owner of maat_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.

MAAT MCP Restaurant Finder is a remote Model Context Protocol server designed to provide restaurant and complex mall store search services.

Tools
  1. find_restaurants

    Tool for searching restaurants based on user location.

  2. recommend_random_restaurant

    Tool for recommending a random restaurant based on current location.

  3. find_stores_in_complex

    Tool for searching stores within a complex mall using loplat ID.

MAAT MCP Restaurant Finder

๋ง›์ง‘ ๊ฒ€์ƒ‰ ๋ฐ ๋ณตํ•ฉ๋ชฐ ๋งค์žฅ ๊ฒ€์ƒ‰ ์„œ๋น„์Šค๋ฅผ ์ œ๊ณตํ•˜๋Š” remote MCP(Model Context Protocol) server์ž…๋‹ˆ๋‹ค.

์ฃผ์š” ๊ธฐ๋Šฅ

  • ๋ง›์ง‘ ๊ฒ€์ƒ‰: ์‚ฌ์šฉ์ž์˜ ์œ„์น˜ ๊ธฐ๋ฐ˜์œผ๋กœ ์ฃผ๋ณ€ ๋ง›์ง‘์„ ๊ฒ€์ƒ‰ํ•ฉ๋‹ˆ๋‹ค.
  • ๋žœ๋ค ์ถ”์ฒœ: ํ˜„์žฌ ์œ„์น˜ ๊ธฐ๋ฐ˜์œผ๋กœ ๋žœ๋ค ๋ง›์ง‘์„ ์ถ”์ฒœํ•ฉ๋‹ˆ๋‹ค.
  • ๋ณตํ•ฉ๋ชฐ ๋งค์žฅ ๊ฒ€์ƒ‰: ๋ณตํ•ฉ๋ชฐ loplat id๋ฅผ ๊ธฐ๋ฐ˜์œผ๋กœ ๋‚ด๋ถ€ ๋งค์žฅ์„ ๊ฒ€์ƒ‰ํ•ฉ๋‹ˆ๋‹ค.

๊ธฐ์ˆ  ์Šคํƒ

  • Python 3.8+
  • FastMCP 0.4.1+
  • Google Maps API

์„ค์น˜ ๋ฐฉ๋ฒ•

  1. ์ €์žฅ์†Œ ํด๋ก 
git clone https://github.com/loplat/maat_mcp_server.git
cd maat_mcp_server
  1. ์˜์กด์„ฑ ์„ค์น˜
pip install -r requirements.txt
  1. ํ™˜๊ฒฝ ๋ณ€์ˆ˜ ์„ค์ • .env ํŒŒ์ผ์„ ์ƒ์„ฑํ•˜๊ณ  ๋‹ค์Œ ๋ณ€์ˆ˜๋“ค์„ ์„ค์ •ํ•ฉ๋‹ˆ๋‹ค:
GOOGLE_MAPS_API_KEY=your_google_maps_api_key
IPLOCATION_BASE_URL=loplat_public_ip_location_base_url
DB_USER=your_db_user
DB_PASSWORD=your_db_password
DB_HOST=loplat_db_host
DB_PORT=loplat_db_port
DB_NAME=loplat_db
DB_IP_TABLE=loplat_db_ip_table_name
DB_STORE_TABLE=loplat_db_store_table_name
DB_LAYER_TABLE=lloplat_db_layer_table_name

์‹คํ–‰ ๋ฐฉ๋ฒ•

python main.py

API ์—”๋“œํฌ์ธํŠธ

ํ”„๋กฌํ”„ํŠธ

  • ๋ง›์ง‘ ๊ฒ€์ƒ‰: ๋ง›์ง‘ ๊ฒ€์ƒ‰ ํ”„๋กฌํ”„ํŠธ

๋„๊ตฌ

  • find_restaurants: ๋ง›์ง‘ ๊ฒ€์ƒ‰ ๋„๊ตฌ
  • recommend_random_restaurant: ๋žœ๋ค ๋ง›์ง‘ ์ถ”์ฒœ ๋„๊ตฌ
  • find_stores_in_complex: ๋ณตํ•ฉ๋ชฐ ๋‚ด ๋งค์žฅ ๊ฒ€์ƒ‰ ๋„๊ตฌ

ํ”„๋กœ์ ํŠธ ๊ตฌ์กฐ

maat_mcp_server/
โ”œโ”€โ”€ main.py              # ๋ฉ”์ธ ์• ํ”Œ๋ฆฌ์ผ€์ด์…˜
โ”œโ”€โ”€ requirements.txt     # ์˜์กด์„ฑ ๋ชฉ๋ก
โ””โ”€โ”€ maat_mcp/           # ํ•ต์‹ฌ ํŒจํ‚ค์ง€
    โ”œโ”€โ”€ api/            # API ํด๋ผ์ด์–ธํŠธ
    โ”œโ”€โ”€ handlers/       # ๋น„์ฆˆ๋‹ˆ์Šค ๋กœ์ง
    โ”œโ”€โ”€ services/       # tool ๊ตฌํ˜„ ๋กœ์ง
    โ””โ”€โ”€ util/           # ์œ ํ‹ธ๋ฆฌํ‹ฐ ํ•จ์ˆ˜

claude_desktop_config ์„ค์ • ๋ฐฉ๋ฒ•

"restaurants_finder": {
	"command": "npx",
	"args": [
		"mcp-remote",
		"http://server-address/sse"
	],
  	"env": {
		"GOOGLE_MAPS_API_KEY": "{YOUR_GOOGLE_MAPS_API_KEY}"
		...
  	}
}