> ## Documentation Index
> Fetch the complete documentation index at: https://docs.neosantara.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Run web audit for MCP

> Runs a web audit through local E2B infrastructure, or forwards to configured upstream override.



## OpenAPI

````yaml /api-reference/openapi.json post /v1/mcp/audit-web
openapi: 3.1.0
info:
  title: Neosantara AI API
  description: OpenAI-compatible LLM Gateway
  version: 1.0.0
servers:
  - url: https://api.neosantara.xyz
    description: Neosantara Production Gateway
security:
  - bearerAuth: []
paths:
  /v1/mcp/audit-web:
    post:
      tags:
        - MCP
      summary: Run web audit for MCP
      description: >-
        Runs a web audit through local E2B infrastructure, or forwards to
        configured upstream override.
      operationId: postV1McpAuditWeb
      responses:
        '200':
          description: Audit result
          content:
            application/json:
              schema:
                type: object
                additionalProperties: true
      security:
        - bearerAuth: []
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer
      bearerFormat: JWT

````

## Related topics

- [Summarize audit report for MCP](/api-reference/mcp/summarize-audit-report-for-mcp.md)
- [API Key MCP](/id/agents/mcp-keys.md)
- [Integrasi Cursor](/id/agents/cursor.md)
- [Tugas Latar Belakang & Webhook](/id/gateway/responses-api/background-jobs.md)
- [Integrasi Hermes Agent](/id/agents/hermes.md)
