Skip to main content
Glama

Server Details

The most accurate web access API. Stop getting blocked.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Unhealthy
OAuth
Not connectable
Last Tested
Transport
Streamable HTTP
URL
Server Listing
String AI Web Access MCP Server

TDQS

A4.5/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: fetching a specific URL, searching the web for URLs, and crawling a site to map URLs. Descriptions explicitly cross-reference each other to prevent confusion.

Naming Consistency4/5

All tools share the web_access_ prefix and use single lowercase words, but 'sitemap' is a noun used as an operation verb, which is a minor deviation from the pure verb pattern of fetch and search.

Tool Count5/5

Three tools is a well-scoped set for a web access server, covering the essential operations without redundancy or bloat.

Completeness5/5

The set covers the full lifecycle of web access: search to find URLs, fetch to retrieve content, and sitemap to discover/crawl entire sites. No obvious gaps for the stated purpose.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 1 tool update
    • Changedweb_access_fetch5 fields changed
      • addedInput schema / properties / actions
        Added value: +{
        +  "description": "Browser actions to run in order before the page is captured, for content that only appears after interaction. Max 50, at most one screenshot. Not combinable with method, body, headers, or format 'raw'.",
        +  "items": {
        +    "additionalProperties": false,
        +    "properties": {
        +      "all": {
        +        "description": "click: click every element matching the selector instead of the first.",
        +        "type": [
        +          "null",
        +          "boolean"
        +        ]
        +      },
        +      "amount": {
        +        "description": "scroll: distance in pixels.",
        +        "type": [
        +          "null",
        +          "integer"
        +        ]
        +      },
        +      "direction": {
        +        "description": "scroll: up, down, left, or right.",
        +        "type": "string"
        +      },
        +      "full_page": {
        +        "description": "screenshot: capture the whole scrollable page rather than the viewport.",
        +        "type": [
        +          "null",
        +          "boolean"
        +        ]
        +      },
        +      "key": {
        +        "description": "press: the key to press, e.g. 'Enter'.",
        +        "type": "string"
        +      },
        +      "milliseconds": {
        +        "description": "wait: pause this many milliseconds (max 30000). Prefer waiting on a selector.",
        +        "type": [
        +          "null",
        +          "integer"
        +        ]
        +      },
        +      "quality": {
        +        "description": "screenshot: JPEG quality, 1-100.",
        +        "type": [
        +          "null",
        +          "integer"
        +        ]
        +      },
        +      "selector": {
        +        "description": "CSS selector. Required for click, hover and selectOption; on wait it waits for the element to appear; on scroll it scrolls that element instead of the page.",
        +        "type": "string"
        +      },
        +      "text": {
        +        "description": "write: the text to type into the focused element.",
        +        "type": "string"
        +      },
        +      "timeout": {
        +        "description": "wait with a selector: give up after this many milliseconds (max 30000).",
        +        "type": [
        +          "null",
        +          "integer"
        +        ]
        +      },
        +      "type": {
        +        "description": "The action to run: wait, click, write, press, scroll, screenshot, navigate, hover, or selectOption.",
        +        "type": "string"
        +      },
        +      "url": {
        +        "description": "navigate: the URL to go to, carrying the session's cookies and state.",
        +        "type": "string"
        +      },
        +      "value": {
        +        "description": "selectOption: the option value to select, or an array of them for a multi-select."
        +      }
        +    },
        +    "required": [
        +      "type"
        +    ],
        +    "type": "object"
        +  },
        +  "type": [
        +    "null",
        +    "array"
        +  ]
        +}
      • addedOutput schema / properties / error
        Added value: +{
        +  "type": "string"
        +}
      • addedOutput schema / properties / failedActionIndex
        Added value: +{
        +  "type": [
        +    "null",
        +    "integer"
        +  ]
        +}
      • addedOutput schema / properties / finalUrl
        Added value: +{
        +  "type": "string"
        +}
      • addedOutput schema / properties / screenshot
        Added value: +{
        +  "additionalProperties": false,
        +  "properties": {
        +    "base64": {
        +      "type": "string"
        +    },
        +    "format": {
        +      "type": "string"
        +    }
        +  },
        +  "required": [
        +    "format",
        +    "base64"
        +  ],
        +  "type": [
        +    "null",
        +    "object"
        +  ]
        +}
  2. 3 tool updates
    • First observedweb_access_fetch
    • First observedweb_access_search
    • First observedweb_access_sitemap

Related MCP Connectors

Related MCP Servers

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources