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

com.validoria/validoria-mcp

REMOTE · API.TESTE.NO · 2 COMPONENTS · SCANNED AUG 20

Continuous website testing by Validoria — monitor security, SEO, performance, and accessibility.

+3 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 Security63
Transport & Reachability100
Schema Quality & AI Usability57
  • 20% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Partial
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 5738 tokens (~73/item across 78 items; 74 tools + 4 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management33
  • Stability observed for 10 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage99
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 96% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
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 · api.teste.no

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

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.

  • 18 Aug 26 +1

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

  • 16 Aug 26 +1

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

  • 15 Aug 26 +1

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

  • 12 Aug 26 +1

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

  • 11 Aug 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
  • 10 Aug 26 61

    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 20 Aug 2026 · Probed https://api.teste.no/api/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=api.teste.no CN=YR2,O=Let's Encrypt,C=US 7 Aug 2026 5 Nov 2026 RSA 2048 SHA256-RSA 5b42b04ec3cd36270bea67138ee7f9d3129
SANs: api.teste.no
CN=YR2,O=Let's Encrypt,C=US (CA) CN=Root YR,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 RSA 2048 SHA256-RSA 4ebd24947e24d394802d84a52fd5b319
CN=Root YR,O=ISRG,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 RSA 4096 SHA256-RSA f24b6d17f9d9ad7cb1c9fea78782699f
DNSSEC insecure

Validation of api.teste.no. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
no. present 38032 13 Verified
teste.no. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Header Value
strict-transport-security max-age=31536000; includeSubDomains
x-content-type-options nosniff
x-frame-options SAMEORIGIN
referrer-policy no-referrer
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://api.teste.no/api/mcp Verified 200
http (plaintext) http://api.teste.no/api/mcp HTTPS enforced 301 https://api.teste.no/api/mcp
MCP tools · 74 exposed · ~5,717 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
list_targets ~67

List all monitoring targets for your team. Returns name, URL, type, status, and uptime info for each target.

NameTypeReqDescription
limitnumberMax number of targets to return
statusstringFilter by target status
typestringFilter by target type

No output schema declared.

No examples provided.

list_tests ~72

List all available test definitions (plugins). Shows slug, name, category, runner type, weight class, schedule, and enablement status. Useful for knowing which tests can be triggered.

NameTypeReqDescription
categorystringFilter by test category
enabledOnlybooleanOnly show enabled tests. Default: true.

No output schema declared.

No examples provided.

mute_finding ~43

Mute an open finding to suppress it from dashboards and alerts. Status changes from OPEN to MUTED.

NameTypeReqDescription
findingIdstringyesThe finding ID to mute

No output schema declared.

No examples provided.

recompute_scores ~54

Force recompute all composite scores (Security, SEO, Performance, Accessibility) for a target. Useful after manual changes or when scores seem stale.

NameTypeReqDescription
targetIdstringyesThe target ID to recompute scores for

No output schema declared.

No examples provided.

record_deployment ~130

Record a deployment event for a target. Deployments are auto-correlated with incidents created within 20 minutes. Useful for tracking releases and root-cause analysis.

NameTypeReqDescription
commitShastringGit commit SHA
deployedBystringWho deployed (name, email, or system)
descriptionstringDeployment description or changelog
environmentstringEnvironment, e.g. "production", "staging"
targetIdstringyesThe target ID
versionstringVersion string, e.g. "v2.4.1"

No output schema declared.

No examples provided.

remove_keyword ~44

Remove an SEO keyword from a target.

NameTypeReqDescription
keywordIdstringyesThe keyword ID to remove
targetIdstringyesThe target ID (for access verification)

No output schema declared.

No examples provided.

resolve_incident ~43

Resolve an incident to mark it as handled. Changes status to RESOLVED and sets the closed timestamp.

NameTypeReqDescription
incidentIdstringyesThe incident ID to resolve

No output schema declared.

No examples provided.

rotate_secret ~55

Update the value of an existing secret.

NameTypeReqDescription
newValuestringyesNew secret value
secretIdstringyesThe secret ID to rotate
targetIdstringyesThe target ID (for access verification)

No output schema declared.

No examples provided.

start_load_test ~181

Start a load test against a target. Max 100 concurrent connections, max 5 min duration, 1 test at a time per target, 60s cooldown between tests. Modes: HTTP_FLOOD (autocannon), BROWSER_USERS (Playwright), COMBINED (both). OWNER/ADMIN only.

NameTypeReqDescription
acknowledgeSharedOriginbooleanAcknowledge blast radius if target shares a server with other monitored sites
concurrencynumberNumber of concurrent connections
durationnumberTest duration in seconds
httpMethodstringHTTP method
modestringLoad test mode
rampUpnumberRamp-up time in seconds
targetIdstringyesThe target ID to load test
targetUrlstringOverride URL (defaults to target URL)

No output schema declared.

No examples provided.

store_secret ~120

Store an encrypted secret in a target's vault. Common keys: LOGIN_EMAIL, LOGIN_PASSWORD (B2B shop auth), ga4_service_account (GA4 monitoring). Values are AES-256-GCM encrypted at rest.

NameTypeReqDescription
descriptionstringOptional description
environmentstringEnvironment scope
keystringyesSecret key (e.g. LOGIN_EMAIL)
labelstringyesHuman-readable label
targetIdstringyesThe target ID
valuestringyesSecret value (will be encrypted)

No output schema declared.

No examples provided.

system_health ~41

Get a comprehensive system health report: BullMQ queue depths, active/stuck runs, user sessions, notification delivery stats, and recent error counts. Requires admin scope.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

target_stats ~80

Get statistics for a specific target: runs, pass rate, findings, duration. Supports lifetime, monthly, or weekly periods.

NameTypeReqDescription
periodstringPeriod filter: "lifetime", "2026-04" (monthly), or "2026-W14" (weekly). Defaults to lifetime.
targetIdstringyesThe target ID

No output schema declared.

No examples provided.

team_stats ~74

Get team-wide overview statistics: total runs, pass rate, open findings, open incidents, average duration. Supports lifetime, monthly, or weekly periods.

NameTypeReqDescription
periodstringPeriod filter: "lifetime", "2026-04" (monthly), or "2026-W14" (weekly). Defaults to lifetime.

No output schema declared.

No examples provided.

trigger_all_tests ~55

Run all enabled tests against a target as a scan workflow. All tests in the target's test profile are queued. Returns the workflow ID and list of queued runs.

NameTypeReqDescription
targetIdstringyesThe target ID to scan

No output schema declared.

No examples provided.

trigger_journey ~47

Execute a journey (custom browser test flow) against its target. The journey runs asynchronously — use get_run to check progress.

NameTypeReqDescription
journeyIdstringyesThe journey ID to trigger

No output schema declared.

No examples provided.

trigger_test ~94

Run a specific test against a target. Specify either the test definition ID or slug. The test is queued and executed asynchronously — use get_run to check status.

NameTypeReqDescription
targetIdstringyesThe target ID to test
testIdstringTest definition ID (use this or testSlug)
testSlugstringTest slug e.g. "security-headers" (use this or testId)

No output schema declared.

No examples provided.

update_automation_rule ~119

Update an existing automation rule. Any field not provided will remain unchanged.

NameTypeReqDescription
actionsarrayUpdated actions
conditionsobjectUpdated conditions
isEnabledbooleanEnable or disable the rule
namestringUpdated rule name
priorityOrderintegerUpdated priority order
ruleIdstringyesThe automation rule ID to update
targetIdstring|nullUpdated target scope (null to remove target scoping)
triggerstringUpdated trigger event

No output schema declared.

No examples provided.

update_journey ~98

Update a journey's name, settings, or steps. When steps are provided, all existing steps are replaced.

NameTypeReqDescription
descriptionUpdated description
isEnabledbooleanEnable or disable the journey
journeyIdstringyesThe journey ID to update
namestringUpdated name
stepsarrayReplacement steps (replaces all existing steps)
timeoutSecondsnumberUpdated timeout

No output schema declared.

No examples provided.

update_notification_rule ~84

Update a notification rule. Only provided fields are changed.

NameTypeReqDescription
channelTypesarray
enabledboolean
eventTypesarray
namestring
quietHoursEnd
quietHoursStart
ruleIdstringyesThe notification rule ID
severitiesarray

No output schema declared.

No examples provided.

update_page_fragment ~59

Update a page fragment. When steps are provided, all existing steps are replaced.

NameTypeReqDescription
description
fragmentIdstringyesThe fragment ID
namestringUpdated name
stepsarrayReplacement steps

No output schema declared.

No examples provided.

update_scheduled_report ~103

Update an existing scheduled report. Any field not provided stays unchanged.

NameTypeReqDescription
dayOfWeeknumberUpdated day of week
enabledbooleanEnable or disable the report
frequencystringUpdated frequency
hourUtcnumberUpdated hour UTC
namestringUpdated name
recipientsstringUpdated comma-separated email list
reportIdstringyesThe scheduled report ID to update

No output schema declared.

No examples provided.

update_target ~198

Update a target's properties (name, URL, type, environment, business weight, tags, uptime toggle).

NameTypeReqDescription
environmentstringNew environment
namestringNew display name
tagsarrayNew tags (replaces existing)
targetIdstringyesThe target ID to update
typestringNew target type
uptimeEnabledbooleanToggle uptime monitoring
uptimeKeywordKeyword to verify in response body during uptime checks. When set, every uptime ping GETs the page and verifies this text appears (case-insensitive). If missing, the site is treated as DOWN even on H…
urlstringNew URL
weightstringNew business weight: REVENUE_PATH, PUBLIC or INTERNAL. Changing this rescores the target's open findings so the consequence ranking updates immediately.

No output schema declared.

No examples provided.

update_team_settings ~422

Update team configuration. All fields are optional — only provided fields are changed. Covers: AI enrichment (model, temperature, auto-enrich, spending cap), uptime (timeout, thresholds), severity escalation (recurrence/age triggers), run policies (concurrency, timeouts), SEO (rank tracking, keyword strategy), notification coalescing (digest), and the kill switch (testsPaused).

NameTypeReqDescription
aiAutoEnrichbooleanAuto-enrich new findings with AI
aiCapActionstringAction when cap is reached
aiEnabledbooleanEnable/disable AI finding enrichment
aiModelstringOpenAI model for finding enrichment (e.g. gpt-4o-mini)
aiMonthlyCapUsdMonthly AI spending cap in USD (null = unlimited)
aiSourceReviewModelstringModel for AI source review plugin
defaultRunTimeoutMsnumberDefault run timeout in ms
defaultScheduleMultipliernumberSchedule frequency multiplier (< 1 = more frequent)
digestEnabledbooleanEnable notification alert coalescing
digestWindowSecondsnumberDigest window duration in seconds
escalateInfoAgeDaysnumberFinding age in days before INFO→WARNING
escalateInfoRecurrencenumberFinding recurrences before INFO→WARNING
escalateWarningAgeDaysnumberFinding age in days before WARNING→CRITICAL
escalateWarningRecurrencenumberFinding recurrences before WARNING→CRITICAL
maxConcurrentRunsPerTargetnumberMax concurrent test runs per target
seoRankCheckEnabledbooleanEnable Google rank tracking
testsPausedbooleanKill switch — pauses ALL scheduled and manual test runs
uptimeDegradedThresholdMsnumberResponse time threshold for DEGRADED status
uptimeFailThresholdnumberConsecutive failures before DOWN
uptimePingTimeoutMsnumberUptime ping timeout in ms

No output schema declared.

No examples provided.

update_test ~90

Enable or disable a test definition globally, or update its schedule/timeout. Requires admin scope.

NameTypeReqDescription
defaultSchedulestringCron schedule (e.g. "0 */6 * * *")
enabledbooleanEnable or disable the test globally
slugstringyesTest plugin slug (e.g. "http-protocol-check")
timeoutnumberTimeout in milliseconds

No output schema declared.

No examples provided.