
mcp-server
AgentQL MCP Server
AgentQL MCP connects AI agents to AgentQL web extraction, returning structured information from web pages for research and automation.

About
AgentQL MCP connects AI agents to AgentQL web extraction, returning structured information from web pages for research and automation.
Key Features
- Extract page data using AgentQL capabilities.
- Provide current website information to MCP-compatible assistants.
Use Cases
Extract web content into a form an agent can use for research or data collection.
Limitations
AgentQL service authentication and account limits apply.
Sources
- Project documentation: https://docs.agentql.com/integrations/mcp
MCP Setup
Prerequisites
- Node.js and npm.
Access requirements
- AgentQL API key.
Client setup
Claude Desktop
Transport: stdio
{
"mcpServers": {
"agentql": {
"command": "npx",
"args": [
"-y",
"agentql-mcp"
],
"env": {
"AGENTQL_API_KEY": "YOUR_AGENTQL_API_KEY"
}
}
}
}
- Add the server to the client MCP configuration and restart the client.
Windsurf
Transport: stdio
{
"mcpServers": {
"agentql": {
"command": "npx",
"args": [
"-y",
"agentql-mcp"
],
"env": {
"AGENTQL_API_KEY": "YOUR_AGENTQL_API_KEY"
}
}
}
}
- Add the server to the client MCP configuration and restart the client.
Environment variables
AGENTQL_API_KEY
Setup docs: https://docs.agentql.com/integrations/mcp
Tags
MCPweb-extractionautomation
Alternatives
Comparable tools and resources explicitly connected to AgentQL MCP Server.
Related Entries
Keep exploring similar tools and resources in this category.
Related Reads
Background, tutorials, and protocol context connected to this entry.








