mirrored listing x402 eip155:8453solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp

Assess an MCP server URL for supply-chain and registry risk before your agent connects to

Assess an MCP server URL for supply-chain and registry risk before your agent connects to it or grants it tool-calling access — flags unverified publishers, known-malicious servers, and other trust signals. Call before an autonomous agent adds a new MCP server to its toolset.

Do you run api.relayshield.net? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
350000 (raw units)
price
5
calls / 30d
1
unique payers
2026-08-30
updated

Provider

api.relayshield.net · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x002CfD89c5636F45E3C8576D6E35154748412bAc",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "350000",
    "maxTimeoutSeconds": 300
  },
  {
    "scheme": "exact",
    "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
    "payTo": "E64PiTT7U8ZUWFKdkrBFw1YzdD2bU1gKcuGnBRVqp7M6",
    "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
    "amount": "350000",
    "maxTimeoutSeconds": 60
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "body": {
          "server_url": "https://example-mcp-server.com"
        },
        "bodyType": "json",
        "discoverable": true,
        "method": "POST",
        "type": "http"
      },
      "output": {
        "example": {
          "data": {
            "findings": [],
            "verdict": "LOW"
          },
          "ok": true
        },
        "type": "json"
      }
    },
    "schema": {
      "properties": {
        "input": {
          "properties": {
            "body": {
              "properties": {
                "server_url": {
                  "description": "URL of the MCP server to assess for registry/supply-chain risk",
                  "type": "string"
                }
              },
              "required": [
                "server_url"
              ],
              "type": "object"
            }
          },
          "required": [
            "body"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "properties": {
                "data": {
                  "properties": {
                    "findings": {
                      "items": {},
                      "type": "array"
                    },
                    "verdict": {
                      "type": "string"
                    }
                  },
                  "type": "object"
                },
                "ok": {
                  "type": "boolean"
                }
              },
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://api.relayshield.net/v1/payg/mcp-registry-risk"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://api.relayshield.net/v1/payg/mcp-registry-risk");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://api.relayshield.net/v1/payg/mcp-registry-risk")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/9102.json, and this resource appears in /discovery/resources and /discovery/search.