AgentQL MCP Server
@tinyfish-io
关于 AgentQL MCP Server
Model Context Protocol server that integrates AgentQL's data extraction capabilities.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"agentql": {
"command": "npx",
"args": [
"-y",
"agentql-mcp"
],
"env": {
"AGENTQL_API_KEY": "YOUR_API_KEY"
}
}
}
}工具
1Extracts structured data as JSON from a web page given a URL using a Natural Language description of the data.
概览
What is AgentQL MCP Server?
AgentQL MCP Server is a Model Context Protocol (MCP) server that integrates AgentQL’s data extraction capabilities, allowing AI agents to extract structured data from web pages via a single tool. It is designed for developers using MCP‑compatible apps like Claude, VS Code, Cursor, or Windsurf.
How to use AgentQL MCP Server?
Install the npm package globally (npm install -g agentql-mcp), obtain an API key from the AgentQL Dev Portal, then configure the server in your MCP‑enabled application’s settings (e.g., claude_desktop_config.json). Use the extract-web-data tool with a URL and a prompt describing the data fields you want.
Key features of AgentQL MCP Server
extract-web-datatool to extract structured data from any URL.- Uses natural language prompts to describe desired fields.
- Works with Claude, VS Code, Cursor, and Windsurf.
- Requires only an AgentQL API key for authentication.
- Installed via npm (global or via
npx).
Use cases of AgentQL MCP Server
- Extract a list of videos (title, author, views, URL) from a YouTube search results page.
- Pull product details (name, price, rating) from an e‑commerce site.
- Retrieve contact information or job listings from a company website.
- Generate structured data reports from any public web page.
FAQ from AgentQL MCP Server
What is the extract-web-data tool?
It is a single MCP tool that takes a url and a prompt describing the data fields to extract, then returns structured JSON from the page.
What runtime dependencies are required?
The server runs on Node.js and requires an internet connection to call the AgentQL API. An API key from dev.agentql.com is mandatory.
How is authentication handled?
Authentication is configured via the AGENTQL_API_KEY environment variable set in the MCP server configuration (or passed inline in Cursor).
Where does the extracted data come from?
AgentQL MCP Server uses the AgentQL cloud API to analyze web pages; the server itself does not store data – it relays the requested extraction to AgentQL.
What transport does the server use?
It communicates over standard input/output (stdio) as a standard MCP server, enabling integration with any MCP‑compatible client.
其他 分类下的更多 MCP 服务器
ICSS
chokcoco不止于 CSS
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
评论