fetch_urls

Fetch multiple URLs with full JavaScript rendering and convert each to clean markdown.

Server Markdown For Agents johnnyfoulds/markdown-for-agents-mcp
Category Read
Risk class Low
Parameters 00 required

What fetch_urls does on Markdown For Agents

AI agents call fetch_urls to retrieve information from Markdown For Agents without modifying anything — typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.

Why fetch_urls needs a policy

This tool retrieves and transforms content from URLs into markdown format. No data is created, modified, or deleted on target systems. The blast radius of misuse is low: an AI agent could fetch unintended URLs or expose sensitive content already publicly accessible via web requests, but cannot alter remote systems, execute arbitrary code on them, or trigger financial transactions.

From the tool's definition Tool fetches URLs and converts them to markdown for retrieval purposes. The description states 'Fetch multiple URLs with full JavaScript rendering and convert each to clean markdown' — core read operation with no modification, deletion, or execution of…

Questions about fetch_urls

What does the fetch_urls tool do? +

Fetch multiple URLs with full JavaScript rendering and convert each to clean markdown. It is categorised as a Read tool in the Markdown For Agents MCP Server, which means it retrieves data without modifying state.

How do I enforce a policy on fetch_urls? +

Register the Markdown For Agents MCP server in PolicyLayer and add a rule for fetch_urls: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Markdown For Agents. Nothing to install.

What risk level is fetch_urls? +

fetch_urls is a Read tool with low risk. Read-only tools are generally safe to allow by default.

Can I rate-limit fetch_urls? +

Yes. Add a rate_limit block to the fetch_urls rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block fetch_urls completely? +

Set action: deny in the PolicyLayer policy for fetch_urls. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides fetch_urls? +

fetch_urls is provided by the Markdown For Agents MCP server (johnnyfoulds/markdown-for-agents-mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

// LOOK UP ANOTHER SERVER

Every MCP server has a record like this.

Type a name, get the same breakdown: verified identity, auth posture, risk grade, capabilities, recommended policy.

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.