← WebMCP Directory

creator.lottiefiles.com

creator.lottiefiles.com

live Unverified (seed import) Developer Tools 16 tools imperative implementation

Create high quality, lightweight, powerful and interactive animations with Lottie Creator. Bring motion to your designs quickly and easily.

First seen 2026-09-14 · Last seen 2026-09-14 · Source: webmcp.com

Answer 13 · Act 3 · Transact 0 · Score: Not yet scored

Tool inspector

list_fonts

answer imperative

List font families available in the active project — Creator's curated presets, Google Fonts, OS-installed local fonts (when permission has been granted), and project-uploaded font assets. Use this when the user names a specific font you're not sure is loaded ('animate "Acme" in Bebas Neue letter-by-letter'), or when you need to recommend a fallback that's actually present. When to call: - User names a font you're not certain exists in this project (brand fonts, niche typefaces). - You're about to call `create_text` / `set_text_style` with a specific `font_name` and want to verify the family + style are loaded. - You're deciding between multiple style options for the same family. When NOT to call: - The user didn't specify a font — `create_text` uses the project default. Calling this would just burn a turn. - You already called it earlier in the conversation. Returns `{ families: [{ family, styles, default_style, source }] }`. `source` is one of `'PRESET' | 'GOOGLE_FONT' | 'LOCAL' | 'ASSET'`. If the requested family isn't in the list, fall back to a similar style + tell the user (e.g. 'Bebas Neue isn't loaded; I used Anton, the closest condensed sans available'). Pass `source` to filter to one category. Note: the catalog is a snapshot of what's currently loaded. Local OS fonts only appear after the user grants the browser's `local-fonts` permission, which Creator does not prompt for automatically.

Input schema

PropertyTypeRequiredDescription
source string no Filter the result to one font origin. 'all' (default) returns every loaded family.
Raw JSON schema
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "type": "object",
  "properties": {
    "source": {
      "description": "Filter the result to one font origin. 'all' (default) returns every loaded family.",
      "type": "string",
      "enum": [
        "all",
        "preset",
        "google",
        "local",
        "asset"
      ]
    }
  },
  "additionalProperties": false
}

Similar websites

neohack.dev

neohack.dev

An inviting pixel-art doorway into NetHack. Explore at your own pace, one thoughtful turn at a time.

live Unverified Developer Tools Transact tools
54 tools A3 / Act49 / T2 Not yet scored Seen 2026-09-14
create observe inspect lookup navigation
Inspect tools
persona-chat.dev

persona-chat.dev

Persona is an open-source, themeable AI chat widget you can add to any website in minutes. SSE streaming, agent loops, tool use, and style isolation: zero frame…

live Unverified Developer Tools Transact tools
42 tools A10 / Act29 / T3 Not yet scored Seen 2026-09-14
get_theme_overview set_brand_colors assign_color_role set_typography set_roundness
Inspect tools
demos.telerik.com

demos.telerik.com

Explore and test a wide range of Telerik UI for Blazor examples, demos, and sample applications.

live Unverified Developer Tools
30 tools A1 / Act29 / T0 Not yet scored Seen 2026-09-14
warehouse-map-map-set-center warehouse-map-map-set-zoom warehouse-map-map-add-marker warehouse-map-map-clear-markers inventory-sheet-spreadsheet-set-cell
Inspect tools
bandarra.me

bandarra.me

WebMCP-enabled text editor with imperative tools for document I/O, workspace CRUD, on-device translation, and sub-agent (planner / researcher / writer / reviewe…

demo Unverified Developer Tools Transact tools
27 tools A12 / Act14 / T1 Not yet scored Seen 2026-09-14
list_skills read_skill read read_selection search
Inspect tools

Related on Influzer