Transforms any webpage into customizable REST API endpoints and Model Context Protocol (MCP) services.
Sponsored
Ext is a powerful Tampermonkey userscript that allows you to convert any live webpage into dynamic API endpoints and Model Context Protocol (MCP) services. It provides a browser-side runtime environment where you can define custom HTTP routes and MCP tools with JavaScript handlers. With its intuitive UI panel, you can manage routes, tools, view logs, and configure settings, enabling real-time data extraction and interaction with web content, bridged via WebSockets to a Cloudflare Worker for broader connectivity.
主要功能
010 GitHub stars
02WebSocket bridge to Cloudflare Worker
03Data import/export for configurations
04Transform any webpage into REST API endpoints
05Create MCP tools for AI assistants
06Monaco Editor for handler code editing
使用案例
01Develop AI assistant tools that can interact with and extract context from specific web pages.
02Automate complex interactions or data collection from websites using custom JavaScript handlers.
03Quickly expose webpage data as custom APIs for integration with other services.