Examples
Copy a structured MCP call before wiring your agent.
These examples show the shape of the paid endpoint response without exposing a token.
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "inspect_mcp_server",
"arguments": {
"input": "https://example.com/mcp or github.com/org/server",
"mode": "audit"
}
}
}{
"ok": true,
"tool": "inspect_mcp_server",
"product": "MCP Server Tools",
"summary": [
"Server-card completeness, endpoint health, and authentication hints.",
"Tool schema quality, structured output readiness, and client setup notes.",
"Risk flags for missing pricing, weak install guidance, or ambiguous auth."
],
"next_action": "Open checkout, activate access, and call /mcp with Authorization header."
}