Skip to main content
Glama
457,785 tools. Updated 2026-08-14 16:00

"TypeScript type checking tool or function" matching MCP tools:

  • Verify TypeScript code correctness by running type-checking on a specified service path, receiving structured error details for pre-commit validation.
    MIT
  • Extract a selected code range into a new function with automatic parameter and return type detection. Get rename locations for meaningful naming.
    MIT
  • Convert JSON to CSV, TSV, YAML, or TypeScript type definitions. Works with arrays of objects for CSV/TSV; any structure for YAML and TypeScript.
    MIT
  • Search indexed TypeScript libraries for API methods, types, and functions by name. Filter results by library, document type, or category to locate specific code elements.
    MIT
  • Print the complete type definition of any variable, function, or expression in a debugged program. Shows struct/class members, function signatures, and typedefs.
    MIT

Matching MCP Servers

  • A
    license
    -
    quality
    A
    maintenance
    Enables coding agents to navigate TypeScript, Markdown, and JSON with editor-grade features such as definitions, references, diagnostics, and code actions via the Model Context Protocol, using the local TypeScript project for each file.
    Apache 2.0
  • A
    license
    -
    quality
    B
    maintenance
    Enables AI agents to query OpenRouter model information including prices, ELO rankings, context, and perform comparisons.
    445
    1
    MIT

Matching MCP Connectors

  • Kickstart development with a customizable TypeScript template featuring sample tools for greeting,…

  • Still losing time to small decisions? Spin or Flip brings randomization into Claude so you can offload mental load to chance instantly.

  • Check if a package includes built-in TypeScript types or requires installing @types/* for type definitions.
    MIT
  • Parse a TypeScript/JavaScript codebase into call and import graphs using the TypeScript type checker. Run first to enable queries for definitions, callers, callees, and impact analysis.
    MIT
  • Find every function and method that calls a specific symbol, using the TypeScript type checker to resolve references accurately across files.
    MIT
  • Generate type-safe client code from API schemas with full type inference for TypeScript functions, React hooks, or Zustand actions.
    MIT
  • Remove a TypeScript/JavaScript symbol (variable, function, class) and optionally all its references across files for cleaner, refactored code.
    MIT
  • Adds an explicit return type annotation to a function using TypeScript's inferred type. Position the cursor on the function name or declaration keyword.
    MIT
  • Find every occurrence of a variable, function, or type in a TypeScript/JavaScript file. Identify all usages of an identifier to trace dependencies or refactor safely.
    MIT
  • Retrieve detailed signature information for a specific type (function, class, interface, etc.) from a module in TypeScript projects.
    MIT