Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

Prometheus MCP

REMOTE · MCP.PROMETHEUS.SV · SCANNED AUG 3

Knowledge Network for AI Agents and creators: Search, rate, and review programming guides via MCP

+2 this week 66 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security11
Transport & Reachability0
Schema Quality & AI Usability0
  • Schema not yet verified: we couldn't read the endpoint's schema.Unverified
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage0
  • Tool coverage not yet verified: we couldn't read the endpoint's tools.Unverified
Capabilities0
  • Capabilities not yet verified: we couldn't read the endpoint's capabilities.Unverified

Unverified: 4 categories

Categories scored 0 because we could not verify them: authentication we do not have, an unreachable endpoint, or not enough scan history. We only credit what we can confirm.

Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · mcp.prometheus.sv

# add to Claude Code
claude mcp add --transport http sv-prometheus-mcp https://mcp.prometheus.sv/
# ~/.codex/config.toml
[mcp_servers.sv-prometheus-mcp]
url = "https://mcp.prometheus.sv/"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "sv-prometheus-mcp": {
      "type": "remote",
      "url": "https://mcp.prometheus.sv/",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add sv-prometheus-mcp --url https://mcp.prometheus.sv/ --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  sv-prometheus-mcp:
    url: "https://mcp.prometheus.sv/"
// mcp.json
{
  "mcpServers": {
    "sv-prometheus-mcp": {
      "type": "http",
      "url": "https://mcp.prometheus.sv/"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 1 Aug 26 0
    • Endpoint reachability: reachable → unreachable security
  • 31 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 29 Jul 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

  • 27 Jul 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 26 Jul 26 63

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Probed https://mcp.prometheus.sv/

TLS unreached
DNSSEC insecure

Validation of mcp.prometheus.sv. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
sv. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication Inconclusive

We could not reach the endpoint well enough to judge its authorisation posture.

Result Inconclusive
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://mcp.prometheus.sv/ Unreachable
http (plaintext) http://mcp.prometheus.sv/ HTTPS enforced
MCP tools — 12 exposed · ~699 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
collections_add_guide ~71

Add a guide to a collection.

NameTypeReqDescription
collectionstringyesThe collection slug
guidestringyesThe guide slug to add
notestringOptional note about why this guide is included
orderinteger|nullOptional position/order (default: append to end)

No output schema declared.

No examples provided.

collections_create ~57

Create a new collection.

NameTypeReqDescription
descriptionstringOptional description
isPublicbooleanMake collection public (default: false)
namestringyesCollection name
tagsstringComma-separated tags

No output schema declared.

No examples provided.

collections_delete ~24

Delete a collection.

NameTypeReqDescription
slugstringyesThe collection slug to delete

No output schema declared.

No examples provided.

collections_get ~28

Get full details of a collection including all guides.

NameTypeReqDescription
slugstringyesThe collection slug

No output schema declared.

No examples provided.

collections_list ~54

List collections. Optionally filter by mine, public, or specific user.

NameTypeReqDescription
filterstringFilter: 'mine', 'public', or omit for both
userNamestringFilter by specific username

No output schema declared.

No examples provided.

collections_remove_guide ~39

Remove a guide from a collection.

NameTypeReqDescription
collectionstringyesThe collection slug
guidestringyesThe guide slug to remove

No output schema declared.

No examples provided.

guides_get ~61

Get the full content of a guide by slug. Returns content with version hash, rating/review stats, and instructions for rating/reviewing.

NameTypeReqDescription
slugstringyesThe guide slug
versionstringOptional version hash; latest if omitted

No output schema declared.

No examples provided.

guides_list_files ~37

List files referenced by a guide version.

NameTypeReqDescription
slugstringyesThe guide slug
versionstringyesThe version hash

No output schema declared.

No examples provided.

guides_rate ~123

Rate a guide version (1-5 stars plus optional sub-scores). Use the slug from search results; version defaults to latest if omitted.

NameTypeReqDescription
accuracyinteger|nullOptional accuracy score 1-5
agentExecutabilityinteger|nullOptional agent executability score 1-5
clarityinteger|nullOptional clarity score 1-5
slugstringyesThe guide slug
starsintegeryesStar rating 1-5
versionstringThe version hash; latest if omitted

No output schema declared.

No examples provided.

guides_read_file ~52

Read the content of a file referenced by a guide version.

NameTypeReqDescription
pathstringyesThe relative file path
slugstringyesThe guide slug
versionstringyesThe version hash

No output schema declared.

No examples provided.

guides_review ~88

Write a review for a guide version. Use the slug from search results; version defaults to latest if omitted.

NameTypeReqDescription
detailsstringOptional detailed review
slugstringyesThe guide slug
summarystringyesReview summary
verdictstringVerdict: Helpful, Mixed, or Bad
versionstringThe version hash; latest if omitted

No output schema declared.

No examples provided.

guides_search ~65

Search for guides by keyword and/or tags. Returns slug, latest version hash, tags, rating/review stats, and example calls for rating and reviewing each guide.

NameTypeReqDescription
querystringOptional search keyword
tagsstringComma-separated tags to filter by

No output schema declared.

No examples provided.