Agentql Mcp
Source: GitHub Repository
Summary
Agentql Mcp is a Model Context Protocol (MCP) server that integrates AgentQL's data extraction capabilities. It allows extraction of structured data from web pages using natural language prompts, outputting results in JSON format, eliminating the need for custom scraping code.
Features
- Natural Language Web Data Extraction: Extracts structured data from web pages using natural language descriptions of the data and fields to extract.
- JSON Output: Converts extracted content into JSON format for easy integration.
- No Custom Scraping Code Needed: Users do not need to write custom scraping logic; extraction is performed by describing the desired data in plain language.
- Command-line Tool: Installable via npm and runnable with npx, supporting command-line integration.
- MCP Server Integration: Can be configured as an MCP server in applications like Claude, Cursor, and Windsurf.
- API Key Authentication: Requires an API key for operation, managed via configuration files.
- Multi-app Compatibility: Detailed setup instructions for integrating with Claude Desktop, Cursor, and Windsurf.
- Development Support: Includes scripts for development, auto-rebuild, and debugging (MCP Inspector tool).
- Open Source: Licensed under MIT and available for contribution and extension.
Installation
- Install via npm:
npm install -g agentql-mcp
- Requires API key from the Dev Portal
- Configuration instructions available for Claude, Cursor, and Windsurf
Pricing
- Open Source: Available under the MIT License (no pricing or commercial plans specified)
mcp, data-extraction, web, natural-language
Category
Data Access Integration MCP Servers