Assess an MCP server URL for supply-chain and registry risk before your agent co
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.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
238 msmedian answer time
$0.35listed price per call
$0.35price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://api.relayshield.net/v1/payg/mcp-registry-risk
| Category | Company and compliance |
|---|---|
| Provider host | api.relayshield.net |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 5 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.35 | 238 ms |
Example input (from the provider)
{
"body": {
"server_url": "https://example-mcp-server.com"
},
"bodyType": "json",
"discoverable": true,
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"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"
}