MCP Verify
https://verify.sentinelsignal.io/mcpskills: {'id': 'search', 'name': 'search', 'description': 'ChatGPT-compatible read-only search alias. Returns MCP server results with id, title, and url.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'fetch', 'name': 'fetch', 'description': 'ChatGPT-compatible read-only fetch alias. Returns a full MCP server item with id, title, text, url, and metadata.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'search_servers', 'name': 'search_servers', 'description': 'Search and rank MCP servers by capability, auth preference, client target, and risk tolerance.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'recommend_servers', 'name': 'recommend_servers', 'description': 'Recommend MCP servers for a plain-language task and return ranked matches with install config.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_server_report', 'name': 'get_server_report', 'description': 'Return the full machine-readable verify report for a specific MCP server identifier.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'compare_servers', 'name': 'compare_servers', 'description': 'Compare up to four MCP servers side by side across score, verdict, auth, tool count, prompts/resources, and freshness.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'route_task', 'name': 'route_task', 'description': 'Choose the best MCP server/tools for a task. Use decide_agent_call when evaluating one specific attempted tool call.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'decide_agent_call', 'name': 'decide_agent_call', 'description': 'Verify Gateway decision point. Decide whether this agent may call this tool, with this payload, for this user, right now. Writes an audit-ledger decision event.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 0.9474%; p95 201.4ms; conformance: pass
How to connect
https://verify.sentinelsignal.io/mcp
curl -X POST https://verify.sentinelsignal.io/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'