agentql-mcp

agentql-mcp

66

AgentQL MCP Server is a Model Context Protocol server designed to integrate data extraction capabilities into various applications. It is configurable in popular platforms like Claude and Cursor, facilitating the extraction of structured data from web pages.

How do I install the AgentQL MCP Server?

You can install the AgentQL MCP Server via npm using the command npm install -g agentql-mcp.

Where can I get the API key required for AgentQL?

You can obtain the API key from the AgentQL Dev Portal at https://dev.agentql.com.

What should I do if my agent cannot open URLs or load content from the web?

Try adding 'use tools' or 'use agentql tool' hint to your agent's task to ensure it uses the AgentQL tool for web data extraction.

How can I debug the AgentQL MCP Server?

You can use the MCP Inspector tool for debugging, which is available as a package script. Run npm run inspector to access debugging tools in your browser.

Can I use the AgentQL MCP Server for development purposes?

Yes, you can install dependencies with npm install, build the server with npm run build, and use npm run watch for development with auto-rebuild.