agentql-mcp
Verified Safeby tinyfish-io
Overview
Provides a Model Context Protocol (MCP) interface for agents to interact with AgentQL's web data extraction capabilities using natural language prompts.
Installation
AGENTQL_API_KEY=YOUR_API_KEY npx -y agentql-mcpEnvironment Variables
- AGENTQL_API_KEY
Security Notes
The server functions as a proxy, passing user-provided URLs and prompts directly to the external AgentQL API. It does not perform local code execution or direct web scraping on the user's system. The `AGENTQL_API_KEY` is correctly handled via environment variables, reducing the risk of hardcoded secrets. Main security considerations shift to the AgentQL API's own handling of user inputs and data.
Similar Servers
mcp-omnisearch
Provides a unified interface for LLMs to access multiple web search, AI response, content processing, and enhancement tools from various providers through the Model Context Protocol (MCP).
perplexity-mcp-zerver
This server provides AI-powered research capabilities by automating interactions with Perplexity's web interface, offering web search, content extraction, and persistent chat without needing a direct API.
mcp-server
Provides a Model Context Protocol (MCP) server for integrating comprehensive search and data extraction via SerpApi.
scrapegraph-mcp
Provides a Model Context Protocol (MCP) server that integrates with ScrapeGraph AI, enabling language models to perform advanced AI-powered web scraping and structured data extraction across single pages, multiple pages, and search results.