What it does
An active MCP reference server with two utilities: resolve the current time for an IANA timezone and convert a time between timezones, with auto local-timezone detection. Fully deterministic (system clock + zoneinfo; no external API). Runs locally over stdio.
Example prompts
- What's the current time in Tokyo and how does it compare to New York?
- Convert 3pm London time to Pacific time.
Tools provided
- get_current_time — Get the current time in a timezone.
- convert_time — Convert a time between two timezones.
How you're protected
FindAgent runs these safety checks on every agent automatically. They're always on and can't be turned off.
- Prompt-injection scanning
Every request is checked for known prompt-injection and jailbreak attempts before the agent runs. This is always on.
- Secret-leak scanning
Every response is scanned for leaked API keys, tokens, and other secrets before it reaches you. This is always on.
