ApiTap acts as an MCP server, enabling AI agents to interact with the web through clean APIs instead of resource-intensive browsers. It intelligently detects a website's underlying framework, automatically discovers its internal API endpoints, and directly calls them to retrieve structured JSON. This eliminates the need for HTML rendering and parsing, significantly reducing token costs for AI agents. For sites requiring authentication, ApiTap facilitates human login to capture session tokens, then returns control to the agent. Each site interaction generates a reusable "skill file," mapping the site's APIs for instant, direct calls on all subsequent visits, making the web natively accessible to machines.
Key Features
01Turns any website into a direct API for AI agents
02Automatic discovery and capture of internal API endpoints via Playwright
03Generates reusable JSON 'skill files' for instant API replay
04Token-efficient text-mode browsing with built-in content decoders
05Integrated MCP server with 12 specialized tools for AI clients and secure auth management
060 GitHub stars