Skip to main content
Glama
204,280 tools. Last updated 2026-06-14 23:34

"Typer" matching MCP tools:

  • Set input field value and trigger input and change events to prepare form submission.
    Apache 2.0
  • List custom type definitions (e.g., above unit types) configured in academy settings to obtain type IDs for use as filters in other tools.
    MIT
  • Check the data type of a value stored at a given Redis key. Returns the type as a string or 'none' if the key does not exist.
    MIT
  • Discover available WordPress block types for structured content creation, enabling efficient design and customization on WordPress sites through the MCP server.
    ISC

Matching MCP Servers

  • A
    license
    -
    quality
    B
    maintenance
    Automatically converts any CLI built with Python's Typer into an MCP server without changing code. Gives AI agents instant access to thousands of CLI tools.
    Last updated
    AGPL 3.0
  • A
    license
    -
    quality
    D
    maintenance
    Enables natural language interaction with any Python CLI application (Click, Typer, Argparse) through the Model Context Protocol.
    Last updated
    23
    MIT
  • Retrieve cryptocurrency news articles filtered by specific categories like handpicked, trending, bullish, or bearish to stay informed about market developments.
    MIT
  • Fill text inputs in Electron applications by replacing existing content. Specify element with selector or reference, and provide text to insert.
    MIT
  • Import Nordnet transaction exports to generate canonical transactions ready for capital gains calculation, with classification hints and skipped row reporting.
    MIT
  • Returns the string representation of the type of value stored at a key, indicating 'none' if the key does not exist.
    MIT
  • List all declared types in a .NET assembly: classes, interfaces, structs, delegates, and enums. Use to identify candidate types before decompilation. Supports .dll, .exe, and .NET 6+ single-file deployments.
    MIT
  • Lists all file types that ripgrep can search, helping you identify available patterns for targeting specific files.
    MIT
  • Enter text into labeled input fields on web pages to automate form filling and data entry tasks.
    MIT
  • Decompile a fully-qualified .NET type into readable C# source code by providing the assembly path and type name, enabling implementation inspection.
    MIT
  • Enter text at the current cursor position in the browser, with an option to press Enter after typing.
    MIT
  • Insert text into webpage input fields by specifying a CSS selector, with options to append to existing content or automatically submit the form.
    BSD 3-Clause