AgentQL MCP ServerServer

tinyfish-io
GitHub
web scrapingdata extractionAI integration

Loading subscription status...

๐Ÿ’ก Description

This is an MCP (Model Context Protocol) server that integrates data extraction capabilities of AgentQL, enabling AI agents to extract structured data from unstructured web pages.

๐Ÿ“ JSON Entries

{
  "mcpServers": [
    {
      "agentql": {
        "env": {
          "AGENTQL_API_KEY": "YOUR_API_KEY"
        },
        "args": [
          "-y",
          "agentql-mcp"
        ],
        "command": "npx"
      }
    }
  ]
}

๐Ÿ› ๏ธ Tools

extract-web-data

โšก Features

  • Supports the extraction of structured video data from YouTube search results.
  • Integrates with various applications to enable web data extraction.

๐Ÿ’ฌ Example Queries

  • Extract the list of videos from the page https://www.youtube.com/results?search_query=agentql, every video should have a title, an author name, a number of views and a url to the video. Make sure to exclude ads items.