Skip to main content
Glama
RobithYusuf

MCP Camoufox

by RobithYusuf

http_request

Send direct HTTP requests with a real Firefox TLS fingerprint and live browser cookies, bypassing bot detection for APIs and non-JS pages. Faster and lighter than full browser navigation.

Instructions

HTTP request WITHOUT a browser, using a real Firefox TLS/HTTP2 fingerprint (impit). By default it reuses the live browser's cookies for that URL, so you can log in with the browser and then hit the site's API cheaply. Far faster and lighter than navigating — use it for APIs, JSON, and any page that doesn't need JS.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
bodyNoRaw request body (JSON string, form-encoded, …)
proxyNoProxy URL, e.g. http://user:pass@host:port
methodNoGET
max_charsNoMax response body characters returned.
timeout_msNo
impersonateNoTLS fingerprint to present. firefox matches the Camoufox browser.firefox
headers_jsonNoExtra headers as JSON, e.g. {"Accept":"application/json"}
use_browser_cookiesNo
Install Server

TDQS

A4.1/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the burden of behavioral disclosure, and it does substantial work: it explains that the request runs outside a browser, uses a real Firefox TLS/HTTP2 fingerprint, reuses the live browser's cookies by default, and avoids JavaScript execution. These are meaningful execution-model traits beyond what the schema encodes. It leaves some behaviors implicit, such as redirect handling and remote side effects of non-GET methods, but the core behavioral profile is well disclosed.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three sentences, each carrying distinct weight: identity, cookie behavior, and use case. It front-loads the most important distinction ('WITHOUT a browser') and keeps the explanation tight. No filler or redundant restatement of parameter names. The description is model-efficient and well structured.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers selection criteria well but, given there is no output schema and no annotations, it omits important call-completion details: what the response shape is, whether status/headers are returned, redirect behavior, and whether a live browser session must already exist for cookie reuse. The tool has 9 parameters and no structured return contract, so the description is adequate but not fully complete for an agent invoking it correctly end-to-end.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 56%, so the schema already documents several parameters. The description adds relevant semantic context for use_browser_cookies by explaining cookie reuse, and it hints at the intended body/URL usage ('APIs, JSON'). However, it does not meaningfully explain method, timeout, url, or how parameters interact (e.g., when body is needed with a method). It adds some value beyond the schema but does not fully compensate for the undocumented parameters.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a concrete, distinguishing statement: 'HTTP request WITHOUT a browser' and adds a specific fingerprint detail ('real Firefox TLS/HTTP2 fingerprint'). It then names the intended resource class: 'APIs, JSON, and any page that doesn't need JS.' This makes the tool's purpose unmistakable and clearly separates it from browser-navigation siblings like navigate or smart_fetch.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives clear when-to-use guidance: 'use it for APIs, JSON, and any page that doesn't need JS' and contrasts it with navigating, saying it is 'far faster and lighter than navigating.' It doesn't explicitly name alternative tools or state when not to use it, so it stops short of a full routing guide, but the context is strong enough for an agent to choose correctly in most cases.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/RobithYusuf/mcp-camoufox'

If you have feedback or need assistance with the MCP directory API, please join our Discord server