Odel
registry

registry

Local
@mcparmory31PythonUpdated 3mo ago

Query webpages and extract structured data using natural language

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPImcparmory-agentqlv1.0.8

Run

uvx mcparmory-agentql

MCP client config

{
  "mcpServers": {
    "registry": {
      "command": "uvx",
      "args": [
        "mcparmory-agentql"
      ]
    }
  }
}
Dockerghcr.io/mcparmory/agentql:1.0.8

Run

docker run -i --rm ghcr.io/mcparmory/agentql:1.0.8

MCP client config

{
  "mcpServers": {
    "registry": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/mcparmory/agentql:1.0.8"
      ]
    }
  }
}