BeautifulSoup-MCP-Server

alicenjr/BeautifulSoup-MCP-Server

3.2

If you are the rightful owner of BeautifulSoup-MCP-Server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

The Flipkart Scraper MCP is a lightweight HTML scraper using Requests and BeautifulSoup, with a small SQLite store and an MCP server for exposing scraping and read APIs.

Tools

Functions exposed to the LLM to take actions

health_check

Returns a basic success payload to verify the server is running.

fetch_page_title

Fetches a single URL and returns the page title and status code.

scrape_pages_store_sqlite

Scrapes multiple pages and stores data into SQLite.

read_page_text

Provides read-only access to the page_text table.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources