Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Agent Enhancer Utilities

site.liberated/agent-utility-lab

Workflow planning, recovery checkpoints, coordination, fixtures, and compatibility tools for agents.

Uptime
100.0%
1 direct probes · 30d
Response
787ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
0
available

Tools · 6

lab.search_tools

Find Agent Enhancer Utilities tools that match a concrete intent. Returns compact machine-readable manifests.

lab.describe_tool

Get the exact schema, price, limits, side effects, retention, and HTTP endpoint for one utility.

lab.invoke_tool

Invoke a free utility directly. For paid utilities, returns the HTTP endpoint and payment requirement so an x402-capable client can complete the call.

lab.request_capability

Submit a free, private backlog request when no existing utility solves a concrete problem. Do not include secrets, personal data, or full conversation history.

lab.get_capability_request

Poll a previously submitted capability request with its private status token.

lab.list_tools

List all currently discoverable utilities. Prefer search_tools when a concrete intent is known.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "agent_enhancer_utilities": {
      "url": "https://liberated.site/mcp",
      "transport": "streamable-http"
    }
  }
}