# amitte/prometheus-tools

> Read-only Prometheus surface — instant_query, range_query, list_targets, list_rules. Backed by /api/v1.

## 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/prometheus-tools

## Tags

- **Capabilities:** instant-query, range-query, targets-list, rules-list
- **Domains:** observability, monitoring

## Evaluation

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

## Endpoints

- **service-backed** `prometheus-tools` → https://mcp.amitte.com/v1/prometheus-tools/sse — Remote MCP server fronting a Prometheus / Mimir / Thanos compatible endpoint. Compatible with Claude Desktop, Cursor, VS Code.
  - tool: `instant_query` — Read-only. Run an instant PromQL query at a point in time.
  - tool: `range_query` — Read-only. Run a PromQL range query. Window is capped server-side at 24h with step >= 15s.
  - tool: `list_targets` — Read-only. List active scrape targets (`/api/v1/targets`) with health and last scrape.
  - tool: `list_rules` — Read-only. List recording + alerting rule groups (`/api/v1/rules`).

## Programmatic access

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

Last updated: 2026-06-27T00:11:35.367Z