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
Available Tools
3 toolsextract_elementsTry in Inspector
Extract specific elements from a web page using CSS selectors.
ParametersJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to fetch | |
| limit | No | Maximum number of elements to return | |
| selector | Yes | CSS selector to find elements (e.g., 'img', '.class', '#id', 'link[rel*="icon"]') | |
| attribute | No | Optional attribute to extract from elements (e.g., 'href', 'src', 'alt') |
fetch_urlTry in Inspector
Fetch a URL and return basic information about the page.
ParametersJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to fetch |
get_page_metadataTry in Inspector
Extract comprehensive metadata from a web page including title, description, Open Graph tags, Twitter cards, and other meta information.
ParametersJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to analyze |
FAQ
How do I claim this server?
To claim this server, publish 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 server will appear as claimed by you.
What are the benefits of claiming a server?
- Control your server's listing on Glama, including description and metadata
- Receive usage reports showing how your server is being used
- Get monitoring and health status updates for your server
Try in Browser
Your Connectors
Sign in to create a connector for this server.