MCP ExplorerExplorer

Cf Time Mcp

@cpage-pivotalon a year ago
1 MIT
FreeCommunity
AI Systems
Time MCP Server provides an LLM interface to get current time via World Time API.

Overview

What is Cf Time Mcp

cf-time-mcp is an MCP Server that provides an interface for obtaining the current time using the public World Time API. It is built on the Spring AI MCP framework.

Use cases

Use cases for cf-time-mcp include developing chatbots that provide current time information, creating web applications that display time based on user location, and integrating time services into larger software systems.

How to use

To use cf-time-mcp, you need to configure it for your MCP Client by providing the necessary settings in a JSON configuration file. After configuration, you can run the server using the provided commands.

Key features

Key features of cf-time-mcp include a simple LLM interface for time retrieval, integration with the World Time API, and easy configuration and deployment using Spring AI MCP.

Where to use

cf-time-mcp can be used in applications that require real-time time data, such as scheduling applications, time zone converters, and any system needing accurate time information.

Content

Time MCP Server

This MCP Server provides an LLM interface for getting the current time from the public World Time API. It was built with the Spring AI MCP project.

Sample

Building the Server

./mvnw clean package

Configuration

You will need to supply a configuration for the server for your MCP Client. Here’s what the configuration looks like for claude_desktop_config.json:

{
  "mcpServers": {
    "time-mcp": {
      "command": "java",
      "args": [
        "-Dlogging.file.name=time-mcp.webmvc.log",
        "-jar",
        "/path/to/time-mcp/target/time-mcp-0.0.1-SNAPSHOT.jar",
        "--server.port=8022"
      ]
    }
  }
}

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers