Prometheus MCP
REMOTE · MCP.PROMETHEUS.SV · SCANNED AUG 3
Knowledge Network for AI Agents and creators: Search, rate, and review programming guides via MCP
Available components
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
- TLS not yet verified: we couldn't open a connection to check the certificate. View diagnostics → Unverified
- Authorisation not yet verified: we couldn't confirm whether this endpoint requires it. View diagnostics → Unverified
- HTTPS is enforced; there's no plaintext access path. View diagnostics → Pass
- HSTS not yet verified: we couldn't read the response headers to check for it. View diagnostics → Unverified
- DNSSEC check failed: this domain isn't protected by DNSSEC. See how to fix → View diagnostics → Fail
Transport & Reachability0
- Transport check failed: declared streamable-http, but we couldn't connect to verify it. See how to fix → View diagnostics → Fail
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.
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
claude mcp add --transport http sv-prometheus-mcp https://mcp.prometheus.sv/
[mcp_servers.sv-prometheus-mcp] url = "https://mcp.prometheus.sv/"
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"sv-prometheus-mcp": {
"type": "remote",
"url": "https://mcp.prometheus.sv/",
"enabled": true
}
}
} openclaw mcp add sv-prometheus-mcp --url https://mcp.prometheus.sv/ --transport streamable-http
mcp_servers:
sv-prometheus-mcp:
url: "https://mcp.prometheus.sv/" {
"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.
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.
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 |
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.
collections_add_guide ~71
Add a guide to a collection.
| Name | Type | Req | Description |
|---|---|---|---|
| collection | string | yes | The collection slug |
| guide | string | yes | The guide slug to add |
| note | string | — | Optional note about why this guide is included |
| order | integer|null | — | Optional position/order (default: append to end) |
No output schema declared.
No examples provided.
collections_create ~57
Create a new collection.
| Name | Type | Req | Description |
|---|---|---|---|
| description | string | — | Optional description |
| isPublic | boolean | — | Make collection public (default: false) |
| name | string | yes | Collection name |
| tags | string | — | Comma-separated tags |
No output schema declared.
No examples provided.
collections_delete ~24
Delete a collection.
| Name | Type | Req | Description |
|---|---|---|---|
| slug | string | yes | The collection slug to delete |
No output schema declared.
No examples provided.
collections_get ~28
Get full details of a collection including all guides.
| Name | Type | Req | Description |
|---|---|---|---|
| slug | string | yes | The collection slug |
No output schema declared.
No examples provided.
collections_list ~54
List collections. Optionally filter by mine, public, or specific user.
| Name | Type | Req | Description |
|---|---|---|---|
| filter | string | — | Filter: 'mine', 'public', or omit for both |
| userName | string | — | Filter by specific username |
No output schema declared.
No examples provided.
collections_remove_guide ~39
Remove a guide from a collection.
| Name | Type | Req | Description |
|---|---|---|---|
| collection | string | yes | The collection slug |
| guide | string | yes | The 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.
| Name | Type | Req | Description |
|---|---|---|---|
| slug | string | yes | The guide slug |
| version | string | — | Optional version hash; latest if omitted |
No output schema declared.
No examples provided.
guides_list_files ~37
List files referenced by a guide version.
| Name | Type | Req | Description |
|---|---|---|---|
| slug | string | yes | The guide slug |
| version | string | yes | The 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.
| Name | Type | Req | Description |
|---|---|---|---|
| accuracy | integer|null | — | Optional accuracy score 1-5 |
| agentExecutability | integer|null | — | Optional agent executability score 1-5 |
| clarity | integer|null | — | Optional clarity score 1-5 |
| slug | string | yes | The guide slug |
| stars | integer | yes | Star rating 1-5 |
| version | string | — | The 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.
| Name | Type | Req | Description |
|---|---|---|---|
| path | string | yes | The relative file path |
| slug | string | yes | The guide slug |
| version | string | yes | The 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.
| Name | Type | Req | Description |
|---|---|---|---|
| details | string | — | Optional detailed review |
| slug | string | yes | The guide slug |
| summary | string | yes | Review summary |
| verdict | string | — | Verdict: Helpful, Mixed, or Bad |
| version | string | — | The 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.
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | — | Optional search keyword |
| tags | string | — | Comma-separated tags to filter by |
No output schema declared.
No examples provided.