目录 / SealGate gateway
MCP
鉴权未知
未评级
已上架
SealGate gateway
Connect agents to everything & Govern how agents interact with your data USP: Connect AI to your chat apps (WhatsApp, iMessage), IoT Devices (control from mobile), set granular security policies. AI agents are becoming non-human actors inside your company. They can access data, use tools, and take action. Sealgate gives security teams visibility and control over those actions at runtime.
该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链
接入信息
- 传输形态
- http
- 鉴权方式
- 鉴权未知
- 端点
https://sealgate.run.tools
鉴权方式未标注,请核对官方文档后再接入——不要直接使用以下片段
{
"mcpServers": {
"SealGate gateway": {
"url": "https://sealgate.run.tools"
}
}
}
能力清单
| 工具 | 说明 |
|---|---|
| builtin_obtain_session_token | Obtain a SealGate session token for this chat. Call this tool first, before using any other SealGate gateway tool in a chat. Then include the returned `session_token` argument on every later SealGate tool call in the same chat so SealGate can keep this chat's security state separate from other chats. |
| builtin_echo | Echo back the provided text. |
| builtin_get_server_info | Get information about the SealGate server. |
| builtin_whoami | Return the identity of the currently logged-in user for this MCP session. Returns: Dictionary with keys: email, org |
| builtin_get_security_status | Get the current session's security status and data access summary. Returns: Dictionary with security information including lethal trifecta status |
| builtin_get_available_tools | Get a list of all available tools. Use this tool to get an updated list of available tools. |
| builtin_tools_changed | Notify the MCP client that the tool list has changed. You should call this tool periodically to ensure the client has the latest list of available tools. |
| builtin_register_new_mcp_url | Register a new MCP server for this organization by its URL. Use this when the user asks to add or connect a new MCP server, e.g. "add https://mcp.example.com as one of our MCPs". Adding a server ALWAYS requires a human admin to approve the request in the SealGate dashboard - an agent (even an admin's) can never add a server on its own. Admin callers get back an approval_url deep-link to review and approve the request themselves; other callers' requests go to their organization's admins. Once approved the server appears org-wide, and each user signs in to it with their own identity via that server's Authenticate tool. |
| builtin_call_tool | Call another one of your available tools indirectly, by name. Use this when a tool appears in your tool list but you are unable to invoke it directly - typically because it was connected after your tool list was cached. Pass the tool's exact name as `tool` and its arguments as an `arguments` object matching that tool's own input schema. The call runs exactly as if you had invoked the tool directly, and is subject to the same permissions, security policies and approvals; it is not a way to reach tools you do not already have access to. |
| builtin_submit_feedback | Send terse feedback on the SealGate gateway. Caveman style: keywords only, drop filler/articles/hedges. E.g. 'auth flow confusing. token step unclear.' |
| excalidraw_read_me | Returns the Excalidraw element format reference with color palettes, examples, and tips. Call this BEFORE using create_view for the first time. |
| excalidraw_create_view | Renders a hand-drawn diagram using Excalidraw elements. Elements stream in one by one with draw-on animations. Call read_me first to learn the element format. |
| excalidraw_export_to_excalidraw | Upload diagram to excalidraw.com and return shareable URL. |
| excalidraw_save_checkpoint | Update checkpoint with user-edited state. |
| excalidraw_read_checkpoint | Read checkpoint state for restore. |
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错
侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。