← turva.dev

INDIVIDUAL MCP TOOL

get_agent_readiness

Returns turva.dev's own agent-readiness score from an independent public scanner (isitagentready.com), including category sub-scores, with the measurement date and verification links.

turva.devnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

turva.dev

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.turva-mcp]
url = "https://mcp.turva.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "turva-mcp": {
      "type": "http",
      "url": "https://mcp.turva.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: turva-mcp
Remote MCP URL: https://mcp.turva.dev/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": {
    "turva-mcp": {
      "url": "https://mcp.turva.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "turva-mcp": {
      "type": "http",
      "url": "https://mcp.turva.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "turva-mcp",
  "transport": "streamable-http",
  "url": "https://mcp.turva.dev/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_services — Returns turva.dev's service catalog: agent-readiness audit, advisory, implementation, agent operations, and MCP server design, plus the engagement model and pricing (fixed list prices for audit, advisory and implementation; agent operations and MCP server design on request).
  • get_security_evidence — Returns the latest public web-security scan results for turva.dev's own domain (Hardenize, Internet.nl), with the scan date.
  • get_principles — Returns turva.dev's engagement principles: async-only, least access, the result shows up in scanner numbers, and open and verifiable.