Skip to main content
Glama
pipeworx-io

timeapi-io

by pipeworx-io

@pipeworx/timeapi-io

TimeAPI.io MCP — keyless current time, zone conversion, DST queries.

Part of Pipeworx — an MCP gateway connecting AI agents to 1394+ live data sources.

Tools

  • current_time(timeZone) — current time in a zone

  • current_time_coordinate(latitude, longitude) — current time at lat/lon

  • current_time_ip(ipAddress) — current time at an IP

  • current_iso_zoned_date_time(timeZone) — ISO zoned datetime

  • current_zone_info(timeZone) — zone info (DST flag, UTC offset)

  • convert_time_zone(fromTimeZone, dateTime, toTimeZone, dstAmbiguity?) — convert between zones

  • day_of_the_week(date) — day of week for a date

  • list_zones() — supported zones

  • translate_to_iso(date, format) — parse a custom-format date to ISO

Related MCP server: MCP Time Server

Data source

https://timeapi.io/api

Quick Start

Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):

{
  "mcpServers": {
    "timeapi-io": {
      "url": "https://gateway.pipeworx.io/timeapi-io/mcp"
    }
  }
}

Or connect to the full Pipeworx gateway for access to all 1394+ data sources:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

Using with ask_pipeworx

Instead of calling tools directly, you can ask questions in plain English:

ask_pipeworx({ question: "your question about Timeapi Io data" })

The gateway picks the right tool and fills the arguments automatically.

More

License

MIT

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    Provides time and timezone functionality for LLMs, enabling them to get current time information across different timezones and convert times between zones.
    2
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    Provides time zone management utilities including retrieving current time in any global time zone and converting time between different time zones with automatic daylight saving time handling.
    46
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Provides tools to get the current date and time in various formats (ISO, Unix timestamp, human-readable, custom) with configurable timezone support.
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Provides tools for date-time manipulation, including timezone conversion and arithmetic operations like adding or subtracting time units. It also enables users to retrieve current date, time, and timezone information.
    3
    63
    ISC

View all related MCP servers

Related MCP Connectors

  • Convert and compare dates and times across any timezone with flexible, locale-aware formatting. Ad…

  • Timezone MCP — wraps WorldTimeAPI (free, no auth)

  • A real clock for AI agents: current time, timezone conversion, and DST facts from the IANA tzdb.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pipeworx-io/mcp-timeapi-io'

If you have feedback or need assistance with the MCP directory API, please join our Discord server