curl -X POST "https://api.gocobalt.io/api/v2/public/mcp-servers" \
-H "Authorization: Bearer YOUR_SESSION_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"name": "Production MCP Server",
"description": "MCP server for production customer integration workflows"
}'