Skip to main content
Glama
470,139 tools. Updated 2026-08-21 18:07

"A function or method that returns the current date and time" matching MCP tools:

  • Returns the current UTC date and time to anchor temporal references in user queries, enabling accurate date-based searches.
    Apache 2.0
  • Executes JavaScript in the current page context and returns the serialized result as JSON. Ideal for extracting data or automating interactions.
    MIT
  • Get the current UTC time as an RFC3339 string to establish a precise timestamp before executing date-based queries.
    Apache 2.0
  • Retrieve the current date and time in multiple formats like ISO, Unix, or human-readable, with timezone support for accurate timestamping.
    MIT

Matching MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    A remote MCP server exposing date/time tools over Streamable HTTP, enabling retrieval of current time for IANA timezones and listing available timezones, designed for use with web clients like Claude.ai.
    MIT
  • F
    license
    A
    quality
    C
    maintenance
    A simple MCP server that returns the current date and time with timezone information in ISO 8601, Unix timestamp, and human-readable formats.
    1

Matching MCP Connectors

  • Provides access to Avalara Global Returns API for tax returns, filing calendars, and compliance data

  • Clockchain®: neutral verified network time for AI agents (get_time). Testnet.

  • Set a breakpoint on a named function to pause execution when it is entered. Useful when you know the method name but not the line number. Persists across restarts.
    MIT
  • Find who calls a C/C++ function, including indirect calls via function pointers, callbacks, and ISR vector registrations.
    MIT
  • Find functions and methods that call a specified function or interface method, then trace callers-of-callers up to depth 10 to assess impact before renaming or changing a signature.
    MIT
  • Get the current local time for any IP address. Automatically detects your timezone using geolocation and returns the current time, day, and ISO timestamp. Provide an IP address to retrieve time for a specific location.
    MIT
  • Retrieve USL Super League match scores and statuses for a specific date, date range, or the current matchweek by providing optional start and end dates in YYYYMMDD format.
    MIT
  • Find outbound HTTP client calls in a Go codebase, filterable by method, URL, or function name. Audit external API dependencies and identify what services your code calls.
    MIT
  • Locate the definition of any function, class, method, or variable in your codebase. Returns kind, qualified name, file:line, and optional full source. Provides suggestions for near matches.
    MIT
  • Retrieve the full source code of any function from an Industrial Ecology Python package's GitHub repository, optionally at a specific version tag.
    BSD 3-Clause
  • Get the current UTC time to anchor relative dates like 'today', 'yesterday', or 'last week' when no explicit date is provided.
    MIT
  • Locate a function, method, or class by name across a directory, without grepping. Returns file, line, signature, and parent for each definition.
    AGPL 3.0
  • Get the exact MOOSE Lua documentation record for a class or method, with signature, return docs, and inheritance chain. Just provide the class name; optionally specify a method.
    MIT
  • Change function or method signatures by adding, removing, or reordering parameters, updating call sites across the project. Dry run preview shows changes before applying.
    MIT
  • Book a restaurant reservation by venue, date, and party size. Confirm to finalize or preview the exact slot; specify a desired time or accept the closest available.
    MIT