Imag2020/mcp-server-webtools
If you are the rightful owner of mcp-server-webtools and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
MCP Server WebTools is a server that provides web automation tools using FastAPI, FastMCP, and Playwright, enabling AI assistants to perform web browsing tasks.
Tools
Functions exposed to the LLM to take actions
navigate_to
Navigate to a URL.
get_content
Extract readable text from the current page in markdown format.
save_pdf
Save the current page as a PDF.
print_screen
Take a screenshot of the current page.
fill_form_field
Fill form fields by label text.
submit_form_auto
Fill multiple fields and submit the form.
click
Click elements by text or CSS selector.
check_popups
Detect visible popups/dialogs.
close_popups
Close common popup types (cookies, consent, etc.).
force_close_google_popup
Specifically handle Google popups.
shutdown
Clean shutdown of browser and server.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client