com.craftedtrust/mcp-shield
https://mcp.craftedtrust.com/api/v1/mcpskills: {'id': 'check_trust', 'name': 'check_trust', 'description': 'Look up the trust score for any MCP server by URL or npm package name. Returns score, grade, findings summary, and certification status.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'scan_server', 'name': 'scan_server', 'description': 'Trigger a live trust scan of an HTTP or HTTPS MCP server. Returns trust score, grade, and security findings.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'search_registry', 'name': 'search_registry', 'description': 'Search the CraftedTrust registry overlay for indexed MCP packages and servers. Filter by grade, certification, or scan type.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_stats', 'name': 'get_stats', 'description': 'Get CraftedTrust ecosystem statistics: total indexed servers, live verified count, average trust scores, flagged count, and more.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 246.0ms; conformance: pass
How to connect
https://mcp.craftedtrust.com/api/v1/mcp
curl -X POST https://mcp.craftedtrust.com/api/v1/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'