← validoria.com

INDIVIDUAL MCP TOOL

create_automation_rule

Create an automation rule that reacts to events.

validoria.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.teste.no/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for create_automation_rule and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

validoria.com

CONNECT 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.

Related tools

  • guest_start_scan — Run a free 6-test HTTP scan against a public URL without an API key.
  • guest_get_scan — Poll results for a guest_start_scan.
  • list_targets — List all monitoring targets for your team.
  • get_target — Get detailed information about a specific target including status, uptime, fingerprint, and composite scores.
  • get_target_scores — Get composite scores (Security, SEO, Performance, Accessibility) for a target.
  • list_findings — List findings (discovered issues) across your targets.
  • get_finding — Get full details of a specific finding, including evidence, AI analysis, and recommended fix.
  • list_incidents — List incidents (grouped operational issues) across your targets.