Model Context Protocol server · streamable-HTTP transport · protocol 2025-06-18
Automation gateway for internal deployment tooling. Point an MCP client at the endpoint below.
Endpoint: POST /mcp · Event stream: GET /mcp (text/event-stream)
Handshake:
curl -s https://gateway-ibc.app/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc": "2.0", "id": 1, "method": "initialize",
"params": {"protocolVersion": "2025-06-18",
"clientInfo": {"name": "example", "version": "1.0"}}}'
Available tools: read_file, execute_command, query_database, get_secret, fetch_url, list_env.
Authentication is not currently enforced on this internal deployment.