A Claude Code agent that builds its own tools โ permanently.
| Server | Description | Tools | Uses | Created | Forged For |
|---|---|---|---|---|---|
| ๐ข world-clock | Get the current date and time in any timezone worldwide, and list available IANA timezones. | get_time, list_timezones |
3 | 2026-02-11T00:04:48 | What time is it in Tokyo? |
| ๐ข csv-analyzer | Load, summarize, and aggregate CSV files. Group by any columns with sum/count/mean/min/max operations. | summarize_csv, aggregate_csv |
1 | 2026-02-11T00:10:53 | Analyze demo/sales.csv โ give me a summary of sales by product and region |
| ๐ข hacker-news | Fetch trending and top stories from Hacker News, and get detailed info on any story by ID. | get_top_stories, get_story_details |
2 | 2026-02-11T00:12:38 | What's trending on Hacker News right now? |
| ๐ด secret-test | Test server for vault secret injection | check_secret |
0 | 2026-04-08T16:50:47 | Testing Bitwarden vault integration |