RecipesMessengerAuto
Verified Safeby c-azb
Overview
Automates recipe recommendations via Meta Messenger using an LLM agent and external tools.
Installation
python main.pyEnvironment Variables
- NGROK_AUTH_TOKEN
- VERIFY_TOKEN
- ACCESS_TOKEN
- PHONE_NUMBER_ID
- RECIPES_VDB_MCP_URL
- PINECONE_API_KEY
- PINECONE_ENVIRONMENT
- GOOGLE_API_KEY
Security Notes
Uses ngrok to expose the local server publicly, which can introduce security risks if the environment is not properly secured. Webhook verification for Meta Messenger is implemented. Sensitive credentials (tokens, API keys) are retrieved from environment variables, which is good practice. Integrates with external LLMs (Gemini, Ollama) and a Pinecone vector database. The 'RECIPES_VDB_MCP_URL' points to an external service that must be trusted.
Similar Servers
fastapi_mcp
Automatically converts FastAPI endpoints into Model Context Protocol (MCP) tools for seamless integration with LLM agents.
line-bot-mcp-server
Facilitates automated interactions and rich menu management for LINE Official Accounts by integrating AI agents via the Model Context Protocol.
AgentChat
AgentChat is an AI agent orchestration platform that enables users to create, configure, and manage AI assistants with integrated LLMs, external tools, knowledge bases, and multi-context protocol (MCP) servers for complex conversational and task automation scenarios.
groceries-mcp
Orchestrates grocery shopping by leveraging a Large Language Model (LLM) agent that interacts with various grocery vendor APIs via the Model Context Protocol (MCP).