Skip to main content
Glama

Server Details

A simple tool that performs a fetch request to a webpage.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
smithery-ai/mcp-servers
GitHub Stars
95

See and control every tool call

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

3 tools
extract_elementsInspect

Extract specific elements from a web page using CSS selectors.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesThe URL to fetch
limitNoMaximum number of elements to return
selectorYesCSS selector to find elements (e.g., 'img', '.class', '#id', 'link[rel*="icon"]')
attributeNoOptional attribute to extract from elements (e.g., 'href', 'src', 'alt')
fetch_urlInspect

Fetch a URL and return basic information about the page.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesThe URL to fetch
get_page_metadataInspect

Extract comprehensive metadata from a web page including title, description, Open Graph tags, Twitter cards, and other meta information.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesThe URL to analyze

Verify Ownership

Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:

{
  "$schema": "https://glama.ai/mcp/schemas/connector.json",
  "maintainers": [
    {
      "email": "your-email@example.com"
    }
  ]
}

The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.

Sign in to verify ownership

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.