Skip to main content
Glama
136,001 tools. Last updated 2026-05-17 13:35

"Developing a System Using TypeScript" matching MCP tools:

  • Generates a custom React hook for an Appo SDK feature. Returns TypeScript code with types, error handling, and loading states.
    MIT
  • Retrieve current system status information from OPNsense, including system health, uptime, and resource usage. Provides a quick overview of the firewall's operational state.
    MIT
  • Create a TypeScript client for direct Kalendis API calls with x-api-key authentication. Generates code to manage users, availability, bookings, and scheduling operations.
    MIT
  • Retrieve detailed system information using PermShell MCP's tool, enabling users to access essential data for diagnostics or monitoring with explicit permission.
    MIT
  • Create TypeScript clients for frontend applications to interact with backend API endpoints, simplifying API integration and type-safe communication.
    MIT
  • Compiles TypeScript defineIntent() calls into native Swift App Intent code, returning generated Swift, Info.plist, and entitlements as strings without writing files.
    Apache 2.0

Matching MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    A comprehensive Model Context Protocol server that enables AI assistants to interact with and manage Windows systems, providing capabilities for file system operations, process management, system information retrieval, registry operations, service management, network diagnostics, and performance monitoring.
    Last updated
    7
    25
    5
    Apache 2.0

Matching MCP Connectors

  • Validates TypeScript intent definitions using Axint's diagnostic rules. Returns JSON diagnostics for errors and warnings without generating Swift files.
    Apache 2.0
  • Generate a starter TypeScript intent file from a name and description. Returns a complete defineIntent() source string ready to save as a .ts file, without writing files or making network requests.
    Apache 2.0
  • Extract a selected range of lines into a new function, automatically detecting parameters and return values. Supports TypeScript/JavaScript, Python, and Go.
  • Create or update SAP system configurations for RFC connector targets in Simplifier projects, including system parameters, project assignments, and connection settings.
    MIT
  • Retrieve a list of all installed applications on a mobile device, with options to include system apps. Each entry provides package name, display name, version, and system app status.
    Business Source 1.1
  • Get a complete TypeScript template by ID, including perform() logic and parameter definitions, to edit and compile into an app.
    Apache 2.0
  • Generate TypeScript type declarations for specified schemas or for all schemas used by an endpoint. Includes transitive dependencies automatically.
    MIT
  • Execute a broad TypeScript typecheck on selected files, persist diagnostics as ProjectFinding rows, and return findings within limit.
    Apache 2.0
  • Verify TypeScript code correctness by running type-checking on a specified service path, receiving structured error details for pre-commit validation.
    MIT
  • Walk the inheritance hierarchy of a TypeScript class or interface. Retrieve its ancestors (what it extends/implements) and descendants (what extends/implements it) to understand class/interface trees.