Skip to main content
Glama
510,057 tools. Updated 2026-09-03 19:32

"How to fetch or scrape data from a website for use in training an LLM" matching MCP tools:

  • Crawl a website from a seed URL, follow linked pages up to a configurable depth, and scrape each page into markdown or HTML. Use it to extract site content, analyze structure, and gather data across multiple pages.
    Server Side Public , v 1
  • Turn any URL into clean, LLM-ready markdown or text. Fetch full page content, or get relevance-ranked highlights by passing a query.
    MIT
  • Search FLOX documentation to find how-to guides, references, and explanations. Get grounded answers about behavior, configuration, or APIs instead of relying on training data.
    MIT
  • Scrape a URL with a pre-created AI parser to extract structured data as JSON. Use when you have a finished parser and need consistent data from similar pages.
    MIT
  • Refresh historical training data for listed tickers from Yahoo Finance or FRED, with full backfill from 2000 for new features and incremental updates to today for existing ones.
    MIT

Matching MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    A minimal MCP server with get_weather and create_ticket tools, used for testing MCP servers across protocol, unit, eval, transport, and auth layers.
    MIT

Matching MCP Connectors

  • Generate a concise 3-5 sentence summary of a webpage or raw text using an LLM. Ideal for agents needing a quick, information-dense digest without running their own fetch or summarization.
    MIT
  • Scrape JavaScript-rendered pages for SEO audit signals: title, meta tags, headings, Open Graph, structured data, canonical, images, and issues. Waits for JS execution before extracting content.
    MIT
  • Fetch a specific Hudu password by its numeric ID. Retrieve credential details for a company asset or website, using the ID from a prior list query.
    MIT
  • Fetch a single website by numeric id to view its live monitoring data: uptime, TLS certificate expiry, WHOIS, and DNS records.
    MIT
  • Batch scrape up to 100 URLs in parallel into LLM-ready markdown, with background job support and options for JavaScript-heavy pages.
    Unlicense - libtelnet variant
  • Fetch a Hudu company by numeric ID to get its full record. Use after listing companies to access detailed data for a specific ID.
    MIT
  • Create a dataset from an execution run, linking it for provenance. Use when producing curated collections like augmented training data or filtered results.
    Apache 2.0
  • Fetch a documentation page as clean Markdown, making it ready for LLM consumption. Use with search_docs URLs from approved docs.ansible.com, docs.redhat.com, or CoP raw GitHub sources.
    GPL 3.0
  • Identify a business from name, website, or short phrase. Returns business name, description, website, and country region to assess merchant before going live.
    MIT
  • Queue a brand identity generation from a website URL. Notra scrapes the site and extracts brand information, allowing polling for completion.
    MIT