Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

com.mcparmory/agentql

PYPI · MCPARMORY-AGENTQL · 2 COMPONENTS · SCANNED SEP 20

Query webpages and extract structured data using natural language

0 this week 75 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • Install-script risk not yet assessed.Unverified
  • 2 of 41 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency32
Schema Quality & AI Usability67
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 913 tokens (~228/item across 4 items; 4 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management90
  • Stability observed for 27 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 4 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 4 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
Install

How do I install the com.mcparmory/agentql MCP server?

com.mcparmory/agentql runs locally as a PyPI package, launched with uvx mcparmory-agentql. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

pypi · mcparmory-agentql

# add to Claude Code
claude mcp add com-mcparmory-agentql -- uvx mcparmory-agentql
// .cursor/mcp.json
{
  "mcpServers": {
    "com-mcparmory-agentql": {
      "command": "uvx",
      "args": [
        "mcparmory-agentql"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "com-mcparmory-agentql": {
      "command": "uvx",
      "args": [
        "mcparmory-agentql"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add com-mcparmory-agentql -- uvx mcparmory-agentql
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-mcparmory-agentql": {
      "type": "local",
      "command": [
        "uvx",
        "mcparmory-agentql"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-mcparmory-agentql --command uvx --arg mcparmory-agentql
# ~/.hermes/config.yaml
mcp_servers:
  com-mcparmory-agentql:
    command: "uvx"
    args: ["mcparmory-agentql"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "com-mcparmory-agentql": {
      "Transport": "stdio",
      "Command": "uvx",
      "Arguments": [
        "mcparmory-agentql"
      ]
    }
  }
}
# add to Vellum
assistant mcp add com-mcparmory-agentql -t stdio -c uvx -a mcparmory-agentql
// mcp.json
{
  "mcpServers": {
    "com-mcparmory-agentql": {
      "command": "uvx",
      "args": [
        "mcparmory-agentql"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 +15
    • Malware scan: unverified → pass security
  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 −18
    • Malware scan: pass → unverified security
    • Stability: pass → 0.80 functional
  • 16 Sept 26 +1
    • Stability: 0.97 → pass security
  • 15 Sept 26 +15
    • Malware scan: unverified → pass security
  • 14 Sept 26 −14
    • Malware scan: pass → unverified security
  • 12 Sept 26 +16
    • Malware scan: unverified → pass security
  • 11 Sept 26 −18
    • Malware scan: pass → unverified security
    • Stability: pass → 0.83 functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed pypi/mcparmory-agentql@1.0.8

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem pypi

Background: How many MCP packages publish verified provenance →

Dependencies 41 packages
Packages resolved 41
Stale 1
No linked repository 1
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 4 exposed · ~913 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
create_browser_session ~280

Creates a new Tetra browser session with configurable user agent, profile, proxy, and lifecycle settings. Returns session details needed to connect and interact with the browser.

NameTypeReqDescription
browser_profilestringThe browser profile determining capability and detection resistance: 'light' prioritizes speed with minimal overhead, 'stealth' enables full anti-detection features, and 'tf-browser' uses a custom TF…
browser_ua_presetstringThe operating system user agent preset the browser will identify as, affecting how websites perceive the client environment.
inactivity_timeout_secondsintegerHow long the session remains alive without active connections before being shut down, applicable when shutdown_mode is 'on_inactivity_timeout'. Accepts values between 5 seconds and 86400 seconds (24…
proxyProxy server configuration to route browser traffic through for this session, such as host, port, protocol, and credentials.
shutdown_modestringControls session teardown behavior on disconnect: 'on_disconnect' immediately stops the session when all connections close, while 'on_inactivity_timeout' keeps the session alive to allow reconnection…
sub_user_idstringAn optional identifier used to associate this session with a specific sub-user within your account, useful for tracking and auditing sessions across multiple users.

No output schema declared.

No examples provided.

get_usage ~32

Retrieves current API key usage statistics and subscription details for the authenticated account. Useful for monitoring consumption limits and understanding remaining quota.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_session_usage ~214

Retrieve a paginated list of Tetra browser session usage records for the authenticated user, with optional filtering by user, session, time range, and status.

NameTypeReqDescription
end_beforestringReturn only sessions that ended before this timestamp, specified in ISO 8601 date-time format.
limitintegerMaximum number of session records to return per page; must be between 1 and 1000.
pageintegerPage number to retrieve for paginated results; must be 1 or greater.
session_idstringFilter results to a specific browser session by its unique session identifier.
start_afterstringReturn only sessions that started after this timestamp, specified in ISO 8601 date-time format.
statusstringFilter sessions by their current lifecycle status; use 'running' for active sessions or 'ended' for completed sessions.
sub_user_idstringFilter results to only include sessions belonging to a specific sub-user under the authenticated account.

No output schema declared.

No examples provided.

query_webpage_data ~387

Extracts structured data from a webpage using an AgentQL query or a natural language prompt. Accepts either a live URL or raw HTML as the data source.

NameTypeReqDescription
browser_profilestringDetermines the browser profile used for the session: 'light' uses a fast headless browser, 'stealth' applies anti-detection techniques for bot-protected pages.
content-typestringyesMIME type of the request body, required to correctly parse the payload.
htmlstringRaw HTML content of the webpage to query, used as an alternative to providing a live URL.
is_screenshot_enabledbooleanWhen enabled, a screenshot of the page is captured during the query session, which may be useful for debugging or visual verification.
is_scroll_to_bottom_enabledbooleanWhen enabled, the browser scrolls to the bottom of the page before capturing the snapshot, useful for triggering lazy-loaded content.
modestringControls the response generation strategy: 'fast' prioritizes speed, 'standard' prioritizes accuracy and completeness.
promptstringA natural language description of the data to extract, used to auto-generate an AgentQL query when no explicit query is provided.
proxyOptional proxy configuration to route the browser session through a specific proxy server, useful for geo-restricted or access-controlled pages.
querystringAn AgentQL (AQL) query string specifying the exact data fields to extract from the page. If omitted, a query will be auto-generated from the prompt.
urlstringThe fully qualified URL of the webpage to load and query. Either url or html must be provided as the data source.
wait_forintegerNumber of seconds to wait for dynamic page content to load before capturing the snapshot. Maximum allowed wait time is 10 seconds.

No output schema declared.

No examples provided.

Common questions

What is the com.mcparmory/agentql MCP server?

com.mcparmory/agentql is an MCP server listed in the public MCP registry as com.mcparmory/agentql. Query webpages and extract structured data using natural language. This page covers its PyPI package (mcparmory-agentql).

Is the com.mcparmory/agentql MCP server safe to use?

com.mcparmory/agentql scores 75 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the com.mcparmory/agentql MCP server expose?

com.mcparmory/agentql exposes 4 tools: query_webpage_data, get_usage, create_browser_session, list_session_usage. Their descriptions and schemas cost roughly 913 tokens of context every time the server is loaded.

Is the com.mcparmory/agentql MCP server still maintained?

com.mcparmory/agentql is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.