Skip to content
navigateopenescclose
Claude+372Whisper+228LangChain+168Codex+223NotebookLM+276DALL-E 3+192DeepL+249n8n+208Topaz Video AI+153LlamaIndex+161
AgentQL MCP Server logo
MCP server

AgentQL MCP Server

Extracts structured data from any page by describing the shape you want, not the selectors.

0
SaveVisit website ↗

Add it to your client

Official
Install
npx -y agentql-mcp
mcpServers
{
  "mcpServers": {
    "agentql-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "agentql-mcp"
      ]
    }
  }
}
Transport
stdio
Runtime
Node
Auth
Required
License
MIT

The usual failure of web scraping in an agent loop is brittleness: a CSS selector written today breaks on next week's markup. AgentQL inverts the query — you declare the fields you want and the service locates them semantically on the page. The MCP server wraps that into a single extraction tool that takes a URL and a query, and returns JSON matching the requested structure. An API key is required.

Comments(0)

Sign in to comment

No comments yet — be the first.

Similar MCP servers

Report this comment

Why are you reporting this?