1. extract-web-data
Extract structured data from a given 'url', using 'prompt' as a description of actual data and its fields to extract.
AgentQL MCP Server integrates AgentQL's web data extraction capabilities with MCP-compatible applications, enabling structured data extraction from URLs using natural language prompts.
{
"mcpServers": {
"agentql": {
"command": "npx",
"args": ["-y", "agentql-mcp"],
"env": {
"AGENTQL_API_KEY": "YOUR_API_KEY"
}
}
}
}