Loading...
npm install -g agentql-mcp{
"mcp": {
"inputs": [
{
"type": "promptString",
"id": "apiKey",
"description": "AgentQL API Key",
"password": true
}
],
"servers": {
"agentql": {
"command": "npx",
"args": ["-y", "agentql-mcp"],
"env": {
"AGENTQL_API_KEY": "${input:apiKey}"
}
}
}
}
}extract-web-dataExtracts structured data from a specified URL based on a provided prompt describing the desired data fields.
While read-only, poorly crafted prompts could lead to unintended data extraction.
The AgentQL MCP server is relatively safe for data extraction tasks, assuming the AgentQL API is secure and the API key is properly managed. Risks are elevated if the API key is exposed or the prompt allows for unintended data retrieval.