Security & Testing
validoria.com
Run HTTP scans and monitor targets for security, SEO, performance, and accessibility scores.
ENDPOINT 1
https://api.teste.no/api/mcp
MCP server metadata
- Name
- teste-no
- Version
- 1.0.0
Known tools 74
guest_start_scanRun a free 6-test HTTP scan against a public URL without an API key.
Inferred read-onlyget_targetGet detailed information about a specific target including status, uptime, fingerprint, and composite scores.
Inferred read-onlyget_target_scoresGet composite scores (Security, SEO, Performance, Accessibility) for a target.
Inferred read-onlyget_findingGet full details of a specific finding, including evidence, AI analysis, and recommended fix.
Inferred read-onlyget_incidentGet full details of a specific incident including linked findings, AI analysis, and deployment correlation.
Inferred read-onlyget_runGet full details of a specific test run including metrics, score, summary, errors, and associated findings.
Inferred read-onlyteam_statsGet team-wide overview statistics: total runs, pass rate, open findings, open incidents, average duration.
Inferred read-onlytarget_statsGet statistics for a specific target: runs, pass rate, findings, duration.
Inferred read-onlyacknowledge_incidentAcknowledge an open incident to signal that someone is looking at it.
Inferred read-onlyrecompute_scoresForce recompute all composite scores (Security, SEO, Performance, Accessibility) for a target.
Inferred read-onlylist_journeysList custom browser test flows (journeys) for a target or all team targets.
Inferred read-onlytrigger_journeyExecute a journey (custom browser test flow) against its target.
Potential side effectsget_team_settingsGet the team's configuration including AI enrichment, uptime monitoring, severity escalation, run policies, notification coalescing, SEO, and Kloner Tasks integration settings.
Inferred read-onlylist_notification_channelsList all notification channels (Email, Slack, Webhook, SMS, Web Push) configured for the team.
Potential side effectslist_keywordsList all SEO keywords tracked for a target, including latest Google rank position.
Inferred read-onlycreate_page_fragmentCreate a reusable step sequence that can be shared across multiple Journeys.
Potential side effectscreate_targetAdd a new website, API, or webshop target for monitoring with full onboarding.
Inferred read-onlyupdate_targetUpdate a target's properties (name, URL, type, environment, business weight, tags, uptime toggle).
Potential side effectsdelete_targetPermanently delete a target and all its associated data (runs, findings, incidents, artifacts).
Potential side effectsanalyze_targetFingerprint a URL and get test recommendations before creating a target.
Inferred read-onlysystem_healthGet a comprehensive system health report: BullMQ queue depths, active/stuck runs, user sessions, notification delivery stats, and recent error counts.
Inferred read-onlyupdate_testEnable or disable a test definition globally, or update its schedule/timeout.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.teste-no]
url = "https://api.teste.no/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"teste-no": {
"type": "http",
"url": "https://api.teste.no/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: teste-no
Remote MCP URL: https://api.teste.no/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"teste-no": {
"url": "https://api.teste.no/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"teste-no": {
"type": "http",
"url": "https://api.teste.no/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "teste-no",
"transport": "streamable-http",
"url": "https://api.teste.no/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.