Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...

curl https://api.openai.com/v1/responses \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $OPENAI_API_KEY" \
-d '{
"model": "gpt-4.1",
"input": "List all available tools.",
"tools": [
{
"type": "mcp",
"server_label": "make",
"server_url": "https://<MAKE_ZONE>/mcp/stateless",
}
]
}'https://<MAKE_ZONE>/mcp/stateless{
"mcpServers": {
"make": {
"url": "https://<MAKE_ZONE>/mcp/stateless",
"headers": {
"Authorization": "Bearer ${env:MCP_TOKEN}"
}
}
}https://<MAKE_ZONE>/mcp/u/<MCP_TOKEN>/statelessclaude mcp add --transport http make https://mcp.make.comclaude mcp add --transport sse make https://mcp.make.com/ssehttps://mcp.make.com{
"make": {
"url": "https://mcp.make.com"}
}{
"mcpServers": {
"make": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.make.com"
]
}
}
}https://<MAKE_ZONE>/mcp/stateless










https://mcp.make.comhttps://mcp.make.com{
"mcpServers": {
"make": {
"url": "https://mcp.make.com"
}
}
}gemini mcp add make --scope user --transport http https://mcp.make.comgemini mcp add make --scope user --transport sse https://mcp.make.com/ssehttps://<MAKE_ZONE>/mcp/u/<MCP_TOKEN>/stateless{
"mcpServers": {
"make": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.make.com"
]
}
}
}{
instruction: 'The Tool execution has started, but did not complete yet. Use a corresponding Tool for getting Execution Results to check for the result asynchronously.',
executionId: '4eb841b3fe3d48a5b2b59e2eed3f55be',
scenarioId: 1,
},https://<MAKE_ZONE>/mcp/u/<MCP_TOKEN>/stateless



https://<MAKE_ZONE>/mcp/statelessAuthorization: Bearer <MCP_TOKEN>https://<MAKE_ZONE>/mcp/sseAuthorization: Bearer <MCP_TOKEN>