tinyfish-io/agentql-mcp
MCP server that provides [AgentQL](https://agentql.com)'s data extraction capabilities.
Ads
Overview
MCP server that provides [AgentQL](https://agentql.com)'s data extraction capabilities.
Installation
npm install -g agentql-mcp
Configuration
{
"mcpServers": {
"agentql": {
"command": "npx",
"args": ["-y", "agentql-mcp"],
"env": {
"AGENTQL_API_KEY": "YOUR_API_KEY"
}
}Capabilities
- Extract structured data from any URL
Describe the fields you want and let the AI fetch them via `extract-web-data` using a natural language prompt.
- Turn a web page into a table or list
Ask for items like products, videos, or articles from a URL, specifying which properties to capture for each.
- Filter out unwanted content during extraction
Include exclusions in your prompt (e.g., skip ads or sponsored items) so results contain only relevant data.
Tags
- web-scraping
- browser-automation
- data-analysis
- awesome-list
Related MCP servers
Mastra Docs Server
OfficialProvides AI assistants with direct access to Mastra.ai's complete knowledge base.
Fetch MCP Server
OfficialFetch web content and convert HTML pages into LLM-friendly markdown output.
Perplexity Ask MCP Server
OfficialA connector for the Perplexity API to enable web search within the MCP ecosystem.
Perplexity
OfficialAn MCP server that connects to Perplexity's Sonar API, enabling real-time web-wide research in conversational AI.