Ready-to-use integration files. Drop into your project, set your API key, start fetching anonymously.
All integrations use the same pattern: set the BOTANON_API_KEY environment variable, then drop the file into your project. No other dependencies required (Python files need requests).
A ready-to-use Claude Code skill file. Place in your project's .claude/skills/ directory to give Claude the ability to fetch web pages anonymously through BotAnon.
Use for: Claude Code agents, AI-assisted research, automated web scraping within Claude sessions
A PHP function for MCP servers. Include in your MCP server to add a botanon_fetch tool that gives AI agents anonymous web access via BotAnon.
Use for: PHP-based MCP servers, Laravel MCP integrations, custom PHP agent tools
A Python function for MCP servers. Drop into your Python MCP server to add anonymous web fetching as a tool. Requires the requests library.
Use for: Python-based MCP servers, FastMCP integrations, custom Python agent tools
A complete tool definition for Hermes and OpenAI function-calling agents. Includes the tool schema, handler function, and automatic body truncation for safe context usage.
Use for: Hermes agents, OpenAI function calling, any agent framework using the OpenAI tool format
A standalone Python module for OpenClaw agents. Provides fetch_url, fetch_url_with_browser, and fetch_body convenience functions with proper error handling.
Use for: OpenClaw agents, standalone Python scrapers, data collection pipelines
A lightweight Node.js client using the built-in fetch API. Zero dependencies. Supports GET, POST, browser rendering, proxy selection, and compression.
Use for: Node.js agents, TypeScript projects, Express/Fastify backends, serverless functions