# MCP Directory Introspection Audit

> MCP Directory Introspection Audit is a paid API for AI agents from mcp.400860.xyz, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Audits MCP servers that appear in Glama/Awesome MCP listings but fail directory scoring checks such as runnable introspection, manifest, license, Dockerfile, or tool-definition validation.

## Facts

- Endpoint: GET https://mcp.400860.xyz/v1/mcp/directory-introspection-audit
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/mcp-directory-introspection-audit-0473696e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_FOV1WJoYlLdFElKqdA6Ye

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability mcp-directory-introspection-audit-0473696e
```

Example prompt: Run a directory introspection audit on my MCP server — it shows up in Glama but keeps failing the scoring checks, and I need to know whether it's the manifest, license, Dockerfile, or tool-definition that's the problem.

## When to prefer this

Use this endpoint when you need to diagnose why a specific MCP server visible in Glama or Awesome MCP is failing directory scoring, specifically for compliance checks like runnable introspection, manifest completeness, license presence, Dockerfile validity, or tool-definition correctness. Prefer this over generic linting tools when the MCP server is already listed but not passing automated directory quality gates.

## Known failure modes

- MCP server not found in Glama or Awesome MCP listings — returns empty or error response
- Payment not completed — endpoint returns 402 requiring 0.01 USDC via x402 protocol
- Invalid query parameters — schema validation error returned
- Server temporarily unavailable — network or upstream timeout

## How this service works

Paid repair pack for MCP and paid MCP servers that are visible in Glama/Awesome MCP review but fail directory scoring, runnable introspection, manifest, license, Dockerfile, or tool-definition checks.

## Output

Returns an audit report including a title, product ID, expected output list, next steps, and buyer preparation details such as objective, success condition, funding action, and specific checks that failed (manifest, license, Dockerfile, runnable introspection, tool definitions).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "additionalProperties": true
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object",
     "properties": {
      "title": {
       "type": "string"
      },
      "nextStep": {
       "type": "string"
      },
      "productId": {
       "type": "string"
      },
      "expectedOutput": {
       "type": "array",
       "items": {
        "type": "string"
       }
      },
      "buyerPreparation": {
       "type": "object",
       "properties": {
        "payNow": {
         "type": "string"
        },
        "objective": {
         "type": "string"
        },
        "notRevenue": {
         "type": "array",
         "items": {
          "type": "string"
         }
        },
        "fundingAction": {
         "type": "string"
        },
        "readinessLoop": {
         "type": "string"
        },
        "revenueSummary": {
         "type": "string"
        },
        "checkoutSession": {
         "type": "string"
        },
        "firstSaleDryRun": {
         "type": "string"
        },
        "paymentRecovery": {
         "type": "string"
        },
        "activationBundle": {
         "type": "string"
        },
        "successCondition": {
         "type": "string"
        },
        "realPaymentCommand": {
         "type": "string"
        }
       },
       "additionalProperties": true
      }
     },
     "additionalProperties": true
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mcp-directory-introspection-audit-0473696e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mcp.400860.xyz](https://www.zero.xyz/host/mcp.400860.xyz/llms.txt)
