enrich_browserbase
Headless-browser fetch of a URL with full JS render, returning final HTML and screenshot URL. Use when the target page is SPA/JS-rendered and a plain fetch returns empty HTML. Example call: {"url": "https://example.com"} Cost: $0.005–$0.05 USDC on Base per call.
This record as markdown: /tools/io-github-colinhughes2121-gocreative-agent-api/enrich-browserbase.md
What enrich_browserbase does on GoCreative Agent API
AI agents use enrich_browserbase to commit financial operations through GoCreative Agent API, usually the final step of a payment, billing, or trading workflow. A call moves real money.
| Parameter | Type | Required | Description |
|---|---|---|---|
url | string | Yes |
Parameters from the server's own tool schema.
Why enrich_browserbase is rated Critical
Each invocation commits a real financial transaction (USDC on Base), making this a Financial category tool. The browser-fetch action itself would be Execute-level, but the per-call monetary cost elevates it to Financial per the severity hierarchy.
From the tool's definition Cost: $0.005–$0.05 USDC on Base per call. x402 + USDC on Base (server description). Headless-browser fetch of a URL with full JS render.
Risk signalsAccepts URL/endpoint input (url)
Attacks that exploit this kind of access
The rule that runs enrich_browserbase safely
PolicyLayer is an MCP gateway: it sits between your AI agents and GoCreative Agent API, and checks every tool call against a rule you set before the call runs. Nothing changes on the server itself. For enrich_browserbase, this is the rule to start with:
Any call to enrich_browserbase is blocked until a human approves it. The rest of the server keeps working.
The button opens the PolicyLayer dashboard: create your workspace, connect GoCreative Agent API, apply this rule, and every enrich_browserbase call is checked against it from then on.
Questions about enrich_browserbase
Headless-browser fetch of a URL with full JS render, returning final HTML and screenshot URL. Use when the target page is SPA/JS-rendered and a plain fetch returns empty HTML. Example call: {"url": "https://example.com"} Cost: $0.005–$0.05 USDC on Base per call. It is categorised as a Financial tool in the GoCreative Agent API MCP Server, which means it involves financial transactions. Block by default and require explicit approval.
enrich_browserbase accepts 1 parameter: url. Required: url. The full parameter table on this page comes from the server's own tool schema.
Register the GoCreative Agent API MCP server in PolicyLayer and add a rule for enrich_browserbase: 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 GoCreative Agent API. Nothing to install.
enrich_browserbase is a Financial tool with critical risk. Critical-risk tools should be blocked by default and only enabled with explicit human approval.
Yes. Add a rate_limit block to the enrich_browserbase 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.
Set action: deny in the PolicyLayer policy for enrich_browserbase. 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.
enrich_browserbase is provided by the GoCreative Agent API MCP server (https://api.gocreativeai.com/mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
More on GoCreative Agent API, and thousands of servers like it.
Across the catalogue