Back to Home
janfincke icon

early-mcp-server

Verified Safe

by janfincke

Overview

Enables AI assistants to interact with the EARLY app time tracking API for operations like creating, editing, and querying time entries, as well as managing activity timers.

Installation

Run Command
npx @janfincke/early-mcp-server

Environment Variables

  • EARLY_API_KEY
  • EARLY_API_SECRET

Security Notes

The server uses environment variables for sensitive API keys (EARLY_API_KEY, EARLY_API_SECRET), preventing hardcoding. It utilizes standard and well-audited libraries (axios, Model Context Protocol SDK) for API communication and server functionality. Communication with the MCP client is handled via local stdio, meaning no network ports are exposed by the server for external connections beyond its controlled outgoing API calls. There is no evidence of 'eval' or obfuscation, which are common red flags. Error handling is designed to prevent credential exposure in messages. The risk is primarily tied to the security of the provided API keys and the integrity of the external EARLY API.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens250
Stars0
Forks0
Last Update2025-12-02

Tags

MCPTime TrackingEARLY AppAPI IntegrationAI Assistant