AiEGIS
https://aiegis.ie/mcpskills: {'id': 'aegis_register', 'name': 'aegis_register', 'description': 'Register a new AI agent with AiEGIS. Returns an agent passport tag for identity verification.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'aegis_verify', 'name': 'aegis_verify', 'description': 'Verify an AiEGIS agent passport tag. Returns validity status and agent info.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'aegis_scan', 'name': 'aegis_scan', 'description': 'Run a security scan on an AI agent. Returns risk score, vulnerabilities, and compliance status.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'aegis_health', 'name': 'aegis_health', 'description': 'Check AiEGIS platform health and statistics.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'aegis_agents', 'name': 'aegis_agents', 'description': 'List all registered agents with their trust scores and status.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'aegis_quarantine', 'name': 'aegis_quarantine', 'description': 'Quarantine a suspicious AI agent, blocking it from operations.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'aegis_score', 'name': 'aegis_score', 'description': 'Free security grade for any MCP server. Send a URL, get an A-F grade with detailed findings. No auth required.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'aegis_cve_feed', 'name': 'aegis_cve_feed', 'description': 'Latest MCP and AI agent CVEs from automated monitoring. Returns critical and high severity vulnerabilities discovered in the last 7 days.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 2158.5ms; conformance: pass
How to connect
https://aiegis.ie/mcp
curl -X POST https://aiegis.ie/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'