ertad-family/liquid
🔌 MCP Serverertad-family
Connect your agent to any HTTP API on the fly — discovers and maps REST APIs automatically.
Liquid is an open-source MCP server designed to bridge AI agents with external HTTP APIs. It scans and maps any REST API once, creating a deterministic interface for data retrieval, eliminating the need for per-call LLM interpretation. This ensures reliable and typed data fetching. The server is self-hosted and can be launched with 'uvx --from 'liquid-api[mcp]' liquid-mcp'. It integrates with major AI providers like OpenAI, Gemini, Anthropic, and local models via LiteLLM. Licensed under AGPL, it offers a flexible and transparent solution for agents to interact with diverse APIs.
💡Highlights
- ├─Discovers and maps any REST API automatically
- ├─Deterministic typed data fetching
- └─Self-hosted MCP server, no per-call LLM
🎯For
- ├─AI Developers
- ├─Agent Builders
- └─API Integrators