

Live Web Page Browser
Core Utility
Available ActionsEach successful request consumes credits as outlined below.
get_url_html_content5crget_url_markdown5crget_url_screenshot5cr
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
Credentials
bearer_token *
Manage credentials in your dashboard.
Parameters
3 parameters(required listed first)view allcollapse
actionrequiredstringAction to perform on Live Web Page Browser
Values:
get_instructionsget_url_html_contentget_url_markdownget_url_screenshot
urlstringFormat: uri
viewportobjectProperties:
height(number)width(number)Frequently Asked Questions
How do I connect this tool to an external agent?
You can install the local MCP server by opening a terminal and running:
Install commands
npm install -g @agentpmt/mcp-router
agentpmt-setupThis 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:
Hosted MCP config
{
"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 for more details.
How does an external agent use this tool?
After the external agent is connected to an Agent Group that can use this tool, paste this prompt into the agent:
Agent prompt
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.








