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).
Run
uvx mcparmory-agentql
MCP client config
{
"mcpServers": {
"registry": {
"command": "uvx",
"args": [
"mcparmory-agentql"
]
}
}
}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"
]
}
}
}