← All WebMCP sites

useblume.dev

Developer Toolshttps://useblume.dev/listed as of 2026-08-04
Ship beautiful, fast, AI-ready documentation from plain markdown. Blume gives you search, theming, SEO, and one-command deploys on Astro and Vite.
See Ora's auditWe loaded this site in a real browser and scored its tools. Score: 70/100 (B).

Tools

search_docsanswerimperative
Full-text search across this documentation site. Returns matching pages with their title, URL, and a short excerpt.
Input schema
{
  "properties": {
    "query": {
      "description": "The search query.",
      "type": "string"
    }
  },
  "required": [
    "query"
  ],
  "type": "object"
}
get_pageanswerimperative
Fetch a page of this site as plain Markdown. Pass the page's root-relative route, e.g. `/quickstart`.
Input schema
{
  "properties": {
    "route": {
      "description": "Root-relative page route, e.g. `/quickstart`.",
      "type": "string"
    }
  },
  "required": [
    "route"
  ],
  "type": "object"
}
list_pagesanswerimperative
List this site's pages: the llms.txt index of every page with its URL and summary, organized by section.
Input schema
{
  "properties": {},
  "type": "object"
}
Listings are sourced from public community registries and shown as reported.