Skip to main content
Glama
307,018 tools. Last updated 2026-07-28 02:34

"How to use ESLint and TypeScript for code validation" matching MCP tools:

  • Validate TypeScript intent definitions using 134 diagnostic rules. Returns JSON diagnostics with severity, code, line, column, message, and suggestions.
    Apache 2.0
  • Compile TypeScript defineIntent() calls into native Swift App Intent code. Returns generated Swift or diagnostics on validation failure.
    Apache 2.0
  • Generates a custom React hook for an Appo SDK feature. Returns TypeScript code with types, error handling, and loading states.
    MIT
  • Generates a TypeScript snippet for smart pay, automatically selecting escrow for agent addresses or instant payment for HTTPS endpoints. Use for direct payments without negotiation.
    Apache 2.0

Matching MCP Servers

Matching MCP Connectors

  • Corporate travel: search and book flights, hotels, rail and transfers, manage orders.

  • Cloudflare Workers MCP server: code-explainer

  • Automatically fix lint errors in code files by applying VS Code source.fixAll or falling back to eslint, biome, or ruff.
    MIT
  • Scaffold a production-ready Express.js + TypeScript backend project with your choice of ORM, Zod validation, Swagger docs, Docker, ESLint, Vitest, and more.
    MIT
  • Retrieve available code fixes for specific error codes at a defined range in a TypeScript or JavaScript file. Uses diagnostic error codes and range to return tsserver's suggested code actions.
    MIT
  • Verify TypeScript code correctness by running type-checking on a specified service path, receiving structured error details for pre-commit validation.
    MIT
  • Retrieve all diagnostics for a TypeScript/JavaScript file in a tsconfig project, including errors, warnings, and suggestions for type errors, unused code, and imports.
    MIT
  • Expands TypeScript macros and @derive decorators to show generated code with diagnostics for debugging and understanding transformations.
    MIT
  • Analyze code for unused variables, dead code, type errors, and syntax issues using native linters and compilers instead of LLM guessing. Supports TypeScript, Python, Rust, and Go.
    MIT