← deploytoagents.com

INDIVIDUAL MCP TOOL

get_audit_result

Retrieve the current status, score, findings, privacy state, and evidence URL for an audit UUID.

deploytoagents.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://deploytoagents.com/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

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

  • A tool name or description suggests retrieving external content.

Parent server

deploytoagents.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.deploy-to-agents]
url = "https://deploytoagents.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "deploy-to-agents": {
      "type": "http",
      "url": "https://deploytoagents.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: deploy-to-agents
Remote MCP URL: https://deploytoagents.com/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": {
    "deploy-to-agents": {
      "url": "https://deploytoagents.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "deploy-to-agents": {
      "type": "http",
      "url": "https://deploytoagents.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "deploy-to-agents",
  "transport": "streamable-http",
  "url": "https://deploytoagents.com/mcp"
}
MCP Inspector

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

Related tools

  • audit_app — Queue a bounded audit of a public HTTP or HTTPS app and return an unlisted receipt URL.
  • create_distribution_plan — Turn a completed technical audit into prioritized remediation plus official-registry, public-repository, customer-evidence, and independent-discovery actions.
  • get_customer_zero_evidence — Return the public self-audit evidence and the explicit boundary between technical readiness and independent discovery.