๐Ÿ”จ Claude Forge

A Claude Code agent that builds its own tools โ€” permanently.

4
Forged Servers
7
Total Tools
6
Total Invocations
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

๐Ÿงช Tool Tester

๐Ÿ“ก API Endpoints

GET /health โ€” Health check
GET /api/registry โ€” Full registry JSON
GET /api/servers โ€” List servers + tools
POST /api/tools/{server}/{tool} โ€” Invoke a tool
GET /api/validate/{server} โ€” Validate a server
POST /api/deploy โ€” Deploy a new server ({"name", "code", "description", "tools"})
DEL /api/servers/{server} โ€” Remove a server
PUT /api/servers/{server} โ€” Update a server's code
GET /mcp/sse โ€” MCP SSE endpoint