Proof page

MCP discovery proof.

This page documents the public discovery paths used by MCP directories, scoring bots, and agent clients.

What was tested

Public metadata paths for MCP discovery: server.json, .well-known/mcp.json, AI MCP manifest, and CORS/header behavior for normal external GET/HEAD/OPTIONS requests.

Date tested2026-05-22
StatusPass in latest local audit
ScopePublic metadata only

Public-safe JSON sample

{
  "server": "x402 Agent-Payment Infrastructure",
  "transport": "streamable-http",
  "mcpUrl": "https://payments.wiselyenterprisesllc.com/ai/mcp",
  "metadata": [
    "https://payments.wiselyenterprisesllc.com/server.json",
    "https://payments.wiselyenterprisesllc.com/.well-known/mcp.json",
    "https://payments.wiselyenterprisesllc.com/ai/mcp/manifest"
  ],
  "publicSafe": true
}