# Live Web Page Browser

## Links

- Product page URL: https://www.agentpmt.com/marketplace/live-web-page-browser
- Product markdown URL: https://www.agentpmt.com/marketplace/live-web-page-browser?format=agent-md
- Product JSON URL: https://www.agentpmt.com/marketplace/live-web-page-browser?format=agent-json

## Overview

- Product ID: 69644454288e0324fa542102
- Vendor: Apoth3osis
- Type: core utility
- Unit type: request
- Price: 500 credits
- Categories: Developer Tools, AI & Machine Learning, Web Scraping & Data Collection, Testing & QA, Automation, Data Processing, Network & URL Utilities, Market News & Sentiment, Graphic Design & Layout, UI/UX Design, Content Management & Publishing, Task & Workflow Automation, Property Listings & Search
- Generated at: 2026-05-30T23:08:51.763Z

### Page Description

Fetch any webpage and return the live version. Return options include markdown only, html, and screen shot images, allowing you to return only what your agent needs, using minimal context and tokens. Live search bypasses search restrictions built in to many well known agents. Enables seamless agentic website access for AI assistants and large language models and provides AI agents with programmatic web interaction capabilities including HTML content retrieval, intelligent Markdown conversion, and screenshot capture—all through simple, structured tool commands. it delivers a secure, low-latency solution for headless browser automation at the edge. This MCP server transforms how AI agents perceive and interact with the live web, enabling real-time content extraction, web scraping, and visual page capture without requiring vision models or complex browser infrastructure.

### Agent Description

Fetch live webpages: return HTML, Markdown, or screenshots. Headless browser at edge for real-time content extraction and visual capture.

## Details

### Details

Fetch any webpage and return the live version. Return options include markdown only, html, and screen shot images, allowing you to return only what your agent needs, using minimal context and tokens. Live search bypasses search restrictions built in to many well known agents. Enables seamless agentic website access for AI assistants and large language models and provides AI agents with programmatic web interaction capabilities including HTML content retrieval, intelligent Markdown conversion, and screenshot capture—all through simple, structured tool commands. it delivers a secure, low-latency solution for headless browser automation at the edge. This MCP server transforms how AI agents perceive and interact with the live web, enabling real-time content extraction, web scraping, and visual page capture without requiring vision models or complex browser infrastructure.

### Use Cases

Real-Time Research & Information Gathering, Competitive Intelligence & Market Monitoring, Content Verification & Fact-Checking, Visual Documentation & Change Detection, Data Extraction for RAG Pipelines, Automated Form Pre-Population & Workflow Prep, Accessibility & Content Summarization

### Workflows Using This Tool

#### Real Estate Open House Thank You Card Mailer

Automates personalized thank-you greeting cards for open house attendees. Pulls the latest attendee list from Google Sheets (names, addresses, and interests), scrapes the property listing photo AND property details from realtor.com, verifies address match, then creates and mails a custom folded greeting card to each attendee. The front features the listing photo, the back has the agent's logo, and the inside contains a personalized thank-you message with action-provoking phrases that reference ONLY factual property features verified from the listing.

- Page URL: https://www.agentpmt.com/agent-workflow-skills/real-estate-open-house-thank-you-card-mailer
- Markdown URL: https://www.agentpmt.com/agent-workflow-skills/real-estate-open-house-thank-you-card-mailer?format=agent-md
- Published: 2026-03-02T00:17:40.261Z

#### Gluten Free Recipe Ingredients to Google Sheet

Fetches 5 gluten-free recipes from the web, extracts and aggregates all ingredients, deduplicates the list, and writes the final ingredient list to a new Google Sheet.

- Page URL: https://www.agentpmt.com/agent-workflow-skills/gluten-free-recipe-ingredients-to-google-sheet
- Markdown URL: https://www.agentpmt.com/agent-workflow-skills/gluten-free-recipe-ingredients-to-google-sheet?format=agent-md
- Published: 2026-02-26T16:38:31.786Z

#### Estate and Garage Sale Fetcher and Route Planner

Searches online for estate sales and garage sales happening today within 30 miles of the user's location, selects the 5 best sales based on listed items and value, plans the optimal driving route from the user's home through all 5 sales and back, generates a visual map with labeled markers and route path, and sends the route details and map link to the user. Ideal for weekend bargain hunters who want to maximize their time hitting the best sales in the area.

- Page URL: https://www.agentpmt.com/agent-workflow-skills/estate-and-garage-sale-route-planner
- Markdown URL: https://www.agentpmt.com/agent-workflow-skills/estate-and-garage-sale-route-planner?format=agent-md
- Published: 2026-02-12T02:21:34.708Z

### Related Content

No related content is currently linked to this product.

## Integration Details

### DynamicMCP

- Setup page URL: https://www.agentpmt.com/dynamic-mcp
- Claude setup guide: https://www.agentpmt.com/dynamic-mcp?platform=claude#videos
- ChatGPT setup guide: https://www.agentpmt.com/dynamic-mcp?platform=chatgpt#videos
- Cursor setup guide: https://www.agentpmt.com/dynamic-mcp?platform=cursor#videos
- Windsurf setup guide: https://www.agentpmt.com/dynamic-mcp?platform=windsurf#videos

Use the local router for command-based MCP clients. It forwards requests to `https://api.agentpmt.com/mcp` and does not execute tools locally.

```bash
npm install -g @agentpmt/mcp-router
agentpmt-setup
```

### REST API

The live page renders cURL, Python, JavaScript, and Node.js examples. Logged-in users see those examples prefilled with their own API and budget credentials.

- Purchase endpoint: https://api.agentpmt.com/products/purchase
- Authorization format: `Bearer <base64(apiKey:budgetKey)>`

```bash
curl -X POST "https://api.agentpmt.com/products/purchase" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer eW91ci1hcGkta2V5LWhlcmU6eW91ci1idWRnZXQta2V5LWhlcmU=" \
  -d '{
    "product_id": "69644454288e0324fa542102"
  }'
```

### Autonomous Agents

Autonomous agents can access this tool through AgentAddress credit balances or direct x402 payments. Use the Autonomous Agent API reference for endpoint shapes after choosing the access pattern below.

- Autonomous Agent API reference URL: https://www.agentpmt.com/docs/api-reference/autonomous-agents
- Autonomous Agent API reference markdown URL: https://www.agentpmt.com/docs/api-reference/autonomous-agents?format=agent-md
- Credit-Based Access Using AgentAddress: https://www.agentpmt.com/docs/autonomous-agents/credit-based-tool-usage-with-agentaddress
- AgentAddress is preferred for persistent file access, stored platform state, and maximum tool use ability across repeated calls.
- Direct x402 is for independent one-off tool calls that do not require shared files or stored platform state.
- Direct x402 public payments: USDC on Base, Arbitrum, Optimism, Polygon, and Avalanche.

### Schema

#### Parameters

- Schema type: external_mcp

```json
{
  "properties": {
    "action": {
      "type": "string",
      "description": "Action to perform on Live Web Page Browser",
      "enum": [
        "get_instructions",
        "get_url_html_content",
        "get_url_markdown",
        "get_url_screenshot"
      ]
    },
    "url": {
      "type": "string",
      "format": "uri"
    },
    "viewport": {
      "type": "object",
      "properties": {
        "height": {
          "type": "number",
          "default": 600
        },
        "width": {
          "type": "number",
          "default": 800
        }
      },
      "additionalProperties": false
    }
  },
  "required": [
    "action"
  ]
}
```

### Frequently Asked Questions

#### How do I connect this tool to an external agent?

- Page URL: https://www.agentpmt.com/faq
- Markdown URL: https://www.agentpmt.com/faq?format=agent-md

You can install the local MCP server by opening a terminal and running:

```
npm install -g @agentpmt/mcp-router
agentpmt-setup
```

This will connect you to local agents like Claude Code, Windsurf, Grok Build, Cursor, etc.

Alternatively you can connect to the hosted version with this config block, no installation required:

```
{
  "mcpServers": {
    "agentpmt": {
      "type": "streamable-http",
      "url": "https://api.agentpmt.com/mcp",
      "headers": {
        "Authorization": "Bearer <AGENTPMT_BEARER_TOKEN>",
        "x-instance-metadata": "{\"client\":\"generic-mcp\",\"platform\":\"remote\"}"
      }
    }
  }
}
```

[View MCP Connection Instructions](/docs/mcp-reference/connection) for more details.

#### How does an external agent use this tool?

- Page URL: https://www.agentpmt.com/faq
- Markdown URL: https://www.agentpmt.com/faq?format=agent-md

After the external agent is connected to an Agent Group that can use this tool, paste this prompt into the agent:

> Call the AgentPMT-Tool-Search-and-Execution tool with action 'get\_schema' and tool\_id 69644454288e0324fa542102 ("Live Web Page Browser"). Then call the same tool with action 'call\_tool', tool\_id 69644454288e0324fa542102, and the parameters needed for my request.

The agent should fetch the tool schema first, collect the required parameters for your request, and then call the tool through AgentPMT.

### Dependencies

This product has no public dependency products.