lemonado-mcp-server
by lemonadolabs
Overview
Enables AI agents to query and analyze data from various marketing, payment, and productivity platforms using SQL via the Model Context Protocol (MCP).
Installation
No command providedEnvironment Variables
- MCP_AUTH_TYPE
- MCP_OAUTH_PROVIDER
Security Notes
The provided source code (README.md, server.json) itself contains no malicious patterns, hardcoded secrets, or dangerous functions. However, the core MCP server functionality is a remote endpoint (`https://mcp.lemonado.io/mcp`) and its implementation details are not available for audit in this repository. Users relying on this server are inherently trusting an external, unaudited service for data handling. Authentication methods (OAuth 2.0, Bearer Token) are standard, and documentation mentions read-only access and audit logs as good practices, but the underlying server's security cannot be verified from the provided files.
Similar Servers
metorial-platform
An open source integration platform for agentic AI, connecting AI models to external APIs, data sources, and tools.
DBchat
Transforms a database into an intelligent conversational partner, enabling natural language queries, instant answers, and data visualizations via MCP clients.
mcp-reference-server
Standardize and manage fulfillment operations for AI agents by providing a universal interface to various fulfillment systems.
MCP-Agent
An autonomous AI agent designed to discover, connect to, and utilize tools and resources from various Model Context Protocol (MCP) servers to accomplish tasks.