api-mapping
by MadsRunge
Overview
This project automates the reverse-engineering and documentation of private website APIs using an AI agent with Chrome DevTools.
Installation
No command providedSecurity Notes
The project employs an AI agent with Chrome DevTools for browser control, enabling extensive network requests to third-party websites for reverse-engineering their private APIs. This inherently carries risks such as potential violations of terms of service, IP blocking, rate limiting, and unpredictable behavior from the AI agent's interactions with dynamic web content. There is no code provided to inspect for 'eval' or obfuscation within the agent's logic, but the nature of external interaction introduces inherent security considerations.
Similar Servers
chrome-devtools-mcp
Control and inspect a live Chrome browser programmatically via an MCP server, enabling AI coding agents to perform reliable automation, in-depth debugging, and performance analysis.
mcp-chrome
Transforms the Chrome browser into an AI-controlled automation tool, enabling large language models to interact with web pages, analyze content, and manage browser functions.
mcp
This server provides Hyperbrowser's Model Context Protocol (MCP) interface, offering tools for web scraping, structured data extraction, crawling, and general-purpose browser automation using AI agents like OpenAI's CUA and Anthropic's Claude Computer Use.
flowlens-mcp-server
Provides coding agents with full browser context from recorded user flows for debugging and regression testing.