Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 49 additions & 0 deletions servers/ai.hellotime-mcp-http.json
Original file line number Diff line number Diff line change
@@ -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",

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

May be you are missing input configuration? How would this api key should be provided?

"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
}
}