agentql-mcp
Verified Safeby tinyfish-io
Overview
Integrates AgentQL's data extraction capabilities to extract structured data from web pages using natural language prompts.
Installation
npx -y agentql-mcpEnvironment Variables
- AGENTQL_API_KEY
Security Notes
The server reads the `AGENTQL_API_KEY` from environment variables, which is good practice. It proxies user-provided URLs and natural language prompts to the external `api.agentql.com` service via an HTTPS POST request. There's no use of `eval`, obfuscation, or direct execution of user input as shell commands. The main security consideration is the reliance on the third-party AgentQL API and its handling of the submitted URLs and prompts.
Similar Servers
mcp-server
A Model Context Protocol (MCP) server that integrates with SerpApi to provide comprehensive search engine results and data extraction to an LLM.
scrapegraph-mcp
Provides AI-powered web scraping, structured data extraction, multi-page crawling, and agentic automation capabilities for language models.
webscraping-ai-mcp-server
Integrates with WebScraping.AI to provide LLM-powered web data extraction, including question answering, structured data extraction, and HTML/text retrieval, with advanced features like JavaScript rendering and proxy management.
scrapi-mcp
This MCP server enables AI agents to scrape web pages and retrieve their content as HTML or Markdown, with advanced browser interaction capabilities.