From 2602fbdbcf3ce646edc488f58061740ebc9f6582 Mon Sep 17 00:00:00 2001 From: ghanshyam-merufintech Date: Thu, 14 May 2026 16:33:01 +0530 Subject: [PATCH] Add HelloTime MCP server definition Added a new server definition for HelloTime MCP, including details such as ID, name, description, transport type, authentication method, and contributor information. --- servers/ai.hellotime-mcp-http.json | 49 ++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 servers/ai.hellotime-mcp-http.json diff --git a/servers/ai.hellotime-mcp-http.json b/servers/ai.hellotime-mcp-http.json new file mode 100644 index 0000000..3272d20 --- /dev/null +++ b/servers/ai.hellotime-mcp-http.json @@ -0,0 +1,49 @@ +{ + "$schema": "../schemas/server-definition.schema.json", + "id": "ai.hellotime-mcp-http", + "name": "HelloTime MCP", + "alias": "hellotime", + "description": "HelloTime MCP server for workforce management — time tracking, attendance, productivity, payroll and timesheets.", + "logo": "https://hellotime.ai/favicon.ico", + "schema_version": "2.1", + "categories": [ + "productivity" + ], + "tags": [ + "time-tracking", + "attendance", + "workforce-management", + "payroll", + "timesheets", + "productivity" + ], + "transport": { + "type": "http", + "url": "https://mcp.hellotime.ai/", + "metadata": { + "inputs": [] + } + }, + "auth": { + "type": "api_key", + "instructions": "Provide your HelloTime API key to authenticate." + }, + "contributor": { + "name": "Meru-Fin-Tech", + "github": "Meru-Fin-Tech", + "url": "https://hellotime.ai" + }, + "links": { + "repository": "https://github.com/Meru-Fin-Tech/HelloTime-MCP-Public", + "homepage": "https://hellotime.ai" + }, + "platforms": [ + "all" + ], + "capabilities": { + "tools": true, + "resources": false, + "prompts": false, + "read_only_mode": false + } +}