Skip to content
MCP Server Community By @ertad-family

ertad-family/liquid

[![ertad-family/liquid MCP server](https://glama.ai/mcp/servers/ertad-family/liquid/badges/score.svg)](https://glama.ai/mcp/servers/ertad-family/liquid) 🐍 ☁️ 🏠 - Connect your agent to any HTTP API on the fly — discovers + maps any REST API once, then fetches typed data deterministically (no per-call LLM). Self-hosted MCP server (`uvx --from 'liquid-api[mcp]' liquid-mcp`); works with OpenAI/Gemini/Anthropic/local or any provider via LiteLLM. Open source (AGPL).

New to MCP? Copy the config below, then follow the Claude Desktop / Cursor steps.

Install guide →
Connected Apps: ertad-family/liquid Claude Desktop

Installation Guide

Run command: npx -y @modelcontextprotocol/server-ertad-family-liquid

Detailed Documentation

ertad-family/liquid MCP server 🐍 ☁️ 🏠 - Connect your agent to any HTTP API on the fly — discovers + maps any REST API once, then fetches typed data deterministically (no per-call LLM). Self-hosted MCP server (uvx --from 'liquid-api[mcp]' liquid-mcp); works with OpenAI/Gemini/Anthropic/local or any provider via LiteLLM. Open source (AGPL).

Configuration

{
  "mcpServers": {
    "ertad-family-liquid": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-ertad-family-liquid"
      ],
      "env": {}
    }
  }
}