LogoSTMCP
Download
agentql-mcp

AgentQL MCP Server

AgentQL MCP Server integrates AgentQL's web data extraction capabilities with MCP-compatible applications, enabling structured data extraction from URLs using natural language prompts.

Tools

1. extract-web-data

Extract structured data from a given 'url', using 'prompt' as a description of actual data and its fields to extract.

Open Graph image for AgentQL MCP Server

JSON Config

{
  "mcpServers": {
    "agentql": {
      "command": "npx",
      "args": ["-y", "agentql-mcp"],
      "env": {
        "AGENTQL_API_KEY": "YOUR_API_KEY"
      }
    }
  }
}

Information