Skip to content

MCP Integration

The Model Context Protocol (MCP) enables OpenSIN agents to connect to external tools and data sources.

Overview

MCP provides a standardized way for agents to:

  • Discover available tools
  • Execute tool calls
  • Receive tool results
  • Manage tool permissions

Supported Transports

TransportDescription
stdioLocal process communication
SSEServer-sent events
HTTPREST API communication
WebSocketReal-time bidirectional
in-processDirect function calls (fastest)

Next Steps

Released under the Apache 2.0 License.