🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

liquid-mcp

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

liquid-mcp

Self-hosted MCP server for Liquid — connect your agent to any HTTP API on the fly.

pipPyPI
Version
0.1.0
Weekly downloads
21
-36.36%
Maintainers
1
Weekly downloads
 

liquid-mcp

Self-hosted Liquid MCP server — connect your agent to any HTTP API on the fly. Liquid discovers and maps any REST API once, then fetches typed data deterministically (no per-call LLM).

uvx liquid-mcp                       # zero-install run
# or:
pip install liquid-mcp && liquid-mcp

export OPENAI_API_KEY=sk-...         # or GEMINI_API_KEY / ANTHROPIC_API_KEY,
                                     # or OPENAI_BASE_URL=http://localhost:11434/v1 (local)

Tools: liquid_connect, liquid_fetch, liquid_query, liquid_discover, liquid_list_adapters. Adapters and credentials persist under ~/.liquid.

This is a thin launcher over liquid-api[mcp]; all engine code lives there. Full docs: https://github.com/ertad-family/liquid

Keywords

agents

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts