MCP server
AgentQL MCP Server
Extracts structured data from any page by describing the shape you want, not the selectors.
Add it to your client
OfficialInstall
npx -y agentql-mcp
mcpServers
{
"mcpServers": {
"agentql-mcp": {
"command": "npx",
"args": [
"-y",
"agentql-mcp"
]
}
}
}- Transport
- stdio
- Runtime
- Node
- Auth
- Required
- License
- MIT
The usual failure of web scraping in an agent loop is brittleness: a CSS selector written today breaks on next week's markup. AgentQL inverts the query — you declare the fields you want and the service locates them semantically on the page. The MCP server wraps that into a single extraction tool that takes a URL and a query, and returns JSON matching the requested structure. An API key is required.
Similar MCP servers
Firecrawl MCP
MCP serverTurns web pages and whole sites into markdown an agent can read.
Browsers & AutomationSearch Engines & Web
SurrealDB MCP Server
MCP serverCommunity bridge to SurrealDB: run SurrealQL, manage records and relations from an agent.
Databases
Wikipedia MCP Server
MCP serverSearches Wikipedia and returns article summaries, sections and links across languages.
Notes & ProductivitySearch Engines & Web

Comments(0)
Sign in to comment