# amitte/go-tools

> Read-only Go module proxy helper — search_modules, get_module_info, list_versions. Backed by proxy.golang.org and pkg.go.dev.

## Identity

- **Type:** mcp-server
- **Version:** 0.1.0
- **Trust tier:** official
- **License:** Apache-2.0
- **Authors:** Amitte Maintainers
- **Repo / bundle:** amitte/showcase
- **Canonical URL:** https://amitte.com/s/amitte/go-tools

## Tags

- **Capabilities:** module-search, module-info
- **Domains:** devtools, package-registry, go

## Evaluation

- **Adversarial score:** 95/100
- **Content score:** 85/100

## Endpoints

- **service-backed** `go-tools` → https://mcp.amitte.com/v1/go-tools/sse — Remote MCP server fronting the Go module proxy + package discovery surface. Talks to Claude Desktop, Cursor, VS Code.
  - tool: `search_modules` — Read-only. Search pkg.go.dev for modules by free-text. Returns import path, latest version, synopsis.
  - tool: `get_module_info` — Read-only. Fetch module metadata via the proxy `@v/<version>.info` endpoint plus pkg.go.dev's documentation header.
  - tool: `list_versions` — Read-only. List versions known to proxy.golang.org for an import path.

## Programmatic access

- Fetch JSON-RPC: `POST https://registry.amitte.com/rpc` with `{ "method": "fetch", "params": { "id": "amitte/go-tools" } }`
- Install via CLI: `amitte install amitte/go-tools`
- HTML page: https://amitte.com/s/amitte/go-tools

Last updated: 2026-06-27T00:12:25.210Z